summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: verify inline directory data forksDarrick J. Wong2017-03-154-4/+113
* xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig2017-03-082-6/+10
* xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster2017-03-081-10/+14
* xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AGChristoph Hellwig2017-02-172-18/+2
* xfs: tune down agno asserts in the bmap codeChristoph Hellwig2017-02-161-16/+6
* xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra2017-02-161-2/+1
* xfs: split indlen reservations fairly when under reservedBrian Foster2017-02-161-18/+43
* xfs: handle indlen shortage on delalloc extent mergeBrian Foster2017-02-161-3/+6
* xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig2017-02-091-44/+49
* xfs: go straight to real allocations for direct I/O COW writesChristoph Hellwig2017-02-061-1/+2
* xfs: allow unwritten extents in the CoW forkDarrick J. Wong2017-02-021-30/+50
* xfs: verify free block header fieldsDarrick J. Wong2017-02-021-2/+49
* xfs: check for obviously bad level values in the bmbt rootDarrick J. Wong2017-02-021-1/+5
* xfs: filter out obviously bad btree pointersDarrick J. Wong2017-02-023-6/+4
* xfs: fail _dir_open when readahead failsDarrick J. Wong2017-02-022-5/+3
* xfs: fix toctou race when locking an inode to access the data mapDarrick J. Wong2017-02-021-2/+1
* xfs: remove unused struct declarationsEric Sandeen2017-01-301-1/+0
* xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen2017-01-304-31/+13
* xfs: make xfs_btree_magic more genericEric Sandeen2017-01-302-8/+28
* xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen2017-01-303-5/+7
* xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig2017-01-251-2/+2
* xfs: remove racy hasattr check from attr opsBrian Foster2017-01-251-6/+0
* xfs: use per-AG reservations for the finobtChristoph Hellwig2017-01-253-9/+131
* xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig2017-01-251-9/+14
* xfs: verify dirblocklog correctlyDarrick J. Wong2017-01-241-1/+1
* xfs: fix COW writeback raceChristoph Hellwig2017-01-232-13/+37
* xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann2017-01-182-2/+2
* xfs: sanity check inode di_modeAmir Goldstein2017-01-171-0/+3
* xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein2017-01-172-17/+24
* xfs: add missing include dependencies to xfs_dir2.hAmir Goldstein2017-01-171-0/+3
* xfs: sanity check directory inode di_sizeAmir Goldstein2017-01-172-3/+7
* xfs: don't rely on ->total in xfs_alloc_space_availableChristoph Hellwig2017-01-091-3/+4
* xfs: adjust allocation length in xfs_alloc_space_availableChristoph Hellwig2017-01-092-65/+18
* xfs: fix bogus minleft manipulationsChristoph Hellwig2017-01-093-22/+8
* xfs: bump up reserved blocks in xfs_alloc_set_asideChristoph Hellwig2017-01-091-4/+1
* xfs: use the actual AG length when reserving blocksDarrick J. Wong2017-01-035-12/+20
* Merge branch 'xfs-4.10-misc-fixes-4' into for-nextDave Chinner2016-12-094-4/+10
|\
| * xfs: use GPF_NOFS when allocating btree cursorsDarrick J. Wong2016-12-093-3/+3
| * xfs: ignore leaf attr ichdr.count in verifier during log replayEric Sandeen2016-12-091-1/+7
* | Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner2016-12-0714-56/+93
|\ \
| * | xfs: optimise CRC updatesDave Chinner2016-12-052-5/+23
| * | xfs: make xfs btree stats less hugeDave Chinner2016-12-056-39/+13
| * | xfs: don't allow di_size with high bit setDarrick J. Wong2016-12-051-0/+8
| * | xfs: error out if trying to add attrs and anextents > 0Darrick J. Wong2016-12-051-1/+4
| * | xfs: don't crash if reading a directory results in an unexpected holeDarrick J. Wong2016-12-051-1/+1
| * | xfs: complain if we don't get nextents bmap recordsDarrick J. Wong2016-12-051-1/+2
| * | xfs: check for bogus values in btree block headersDarrick J. Wong2016-12-051-0/+20
| * | xfs: forbid AG btrees with level == 0Darrick J. Wong2016-12-052-4/+15
| * | xfs: several xattr functions can be voidEric Sandeen2016-12-051-1/+1
| * | xfs: handle cow fork in xfs_bmap_trace_exlistEric Sandeen2016-12-051-1/+3
OpenPOWER on IntegriCloud