summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2017-02-18xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AGChristoph Hellwig2-18/+2
2017-02-17xfs: tune down agno asserts in the bmap codeChristoph Hellwig1-16/+6
2017-02-17xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra1-2/+1
2017-02-17xfs: split indlen reservations fairly when under reservedBrian Foster1-18/+43
2017-02-17xfs: handle indlen shortage on delalloc extent mergeBrian Foster1-3/+6
2017-02-09xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig1-44/+49
2017-02-07xfs: go straight to real allocations for direct I/O COW writesChristoph Hellwig1-1/+2
2017-02-03xfs: allow unwritten extents in the CoW forkDarrick J. Wong1-30/+50
2017-02-03xfs: verify free block header fieldsDarrick J. Wong1-2/+49
2017-02-03xfs: check for obviously bad level values in the bmbt rootDarrick J. Wong1-1/+5
2017-02-03xfs: filter out obviously bad btree pointersDarrick J. Wong3-6/+4
2017-02-03xfs: fail _dir_open when readahead failsDarrick J. Wong2-5/+3
2017-02-03xfs: fix toctou race when locking an inode to access the data mapDarrick J. Wong1-2/+1
2017-01-31xfs: remove unused struct declarationsEric Sandeen1-1/+0
2017-01-31xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen4-31/+13
2017-01-31xfs: make xfs_btree_magic more genericEric Sandeen2-8/+28
2017-01-31xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen3-5/+7
2017-01-25xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig1-2/+2
2017-01-25xfs: remove racy hasattr check from attr opsBrian Foster1-6/+0
2017-01-25xfs: use per-AG reservations for the finobtChristoph Hellwig3-9/+131
2017-01-25xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig1-9/+14
2017-01-24xfs: verify dirblocklog correctlyDarrick J. Wong1-1/+1
2017-01-23xfs: fix COW writeback raceChristoph Hellwig2-13/+37
2017-01-18xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann2-2/+2
2017-01-17xfs: sanity check inode di_modeAmir Goldstein1-0/+3
2017-01-17xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein2-17/+24
2017-01-17xfs: add missing include dependencies to xfs_dir2.hAmir Goldstein1-0/+3
2017-01-17xfs: sanity check directory inode di_sizeAmir Goldstein2-3/+7
2017-01-10xfs: don't rely on ->total in xfs_alloc_space_availableChristoph Hellwig1-3/+4
2017-01-10xfs: adjust allocation length in xfs_alloc_space_availableChristoph Hellwig2-65/+18
2017-01-10xfs: fix bogus minleft manipulationsChristoph Hellwig3-22/+8
2017-01-10xfs: bump up reserved blocks in xfs_alloc_set_asideChristoph Hellwig1-4/+1
2017-01-04xfs: use the actual AG length when reserving blocksDarrick J. Wong5-12/+20
2016-12-09Merge branch 'xfs-4.10-misc-fixes-4' into for-nextDave Chinner4-4/+10
2016-12-09xfs: use GPF_NOFS when allocating btree cursorsDarrick J. Wong3-3/+3
2016-12-09xfs: ignore leaf attr ichdr.count in verifier during log replayEric Sandeen1-1/+7
2016-12-07Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner14-56/+93
2016-12-05xfs: optimise CRC updatesDave Chinner2-5/+23
2016-12-05xfs: make xfs btree stats less hugeDave Chinner6-39/+13
2016-12-05xfs: don't allow di_size with high bit setDarrick J. Wong1-0/+8
2016-12-05xfs: error out if trying to add attrs and anextents > 0Darrick J. Wong1-1/+4
2016-12-05xfs: don't crash if reading a directory results in an unexpected holeDarrick J. Wong1-1/+1
2016-12-05xfs: complain if we don't get nextents bmap recordsDarrick J. Wong1-1/+2
2016-12-05xfs: check for bogus values in btree block headersDarrick J. Wong1-0/+20
2016-12-05xfs: forbid AG btrees with level == 0Darrick J. Wong2-4/+15
2016-12-05xfs: several xattr functions can be voidEric Sandeen1-1/+1
2016-12-05xfs: handle cow fork in xfs_bmap_trace_exlistEric Sandeen1-1/+3
2016-12-05xfs: pass state not whichfork to trace_xfs_extlistEric Sandeen1-1/+1
2016-12-05xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen1-2/+2
2016-11-28Merge branch 'xfs-4.10-misc-fixes-2' into for-nextDave Chinner3-6/+38