aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_alloc.c
AgeCommit message (Expand)Author
2016-08-17xfs: remove OWN_AG rmap when allocating a block from the AGFLDarrick J. Wong
2016-08-17xfs: store rmapbt block count in the AGFDarrick J. Wong
2016-08-03xfs: move (and rename) the deferred bmap-free tracepointsDarrick J. Wong
2016-08-03xfs: don't update rmapbt when fixing agflDarrick J. Wong
2016-08-03xfs: rmap btree requires more reserved free spaceDarrick J. Wong
2016-08-03xfs: introduce rmap extent operation stubsDarrick J. Wong
2016-08-03xfs: add owner field to extent allocation and freeingDarrick J. Wong
2016-08-03xfs: rmap btree add more reserved blocksDarrick J. Wong
2016-08-03xfs: introduce rmap btree definitionsDarrick J. Wong
2016-08-03xfs: add tracepoints and error injection for deferred extent freeingDarrick J. Wong
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong
2016-06-21Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner
2016-06-21xfs: refactor btree maxlevels computationDarrick J. Wong
2016-06-21xfs: separate freelist fixing into a separate helperDave Chinner
2016-06-01xfs: make several functions staticEric Sandeen
2016-01-04libxfs: make xfs_alloc_fix_freelist non-staticDarrick J. Wong
2016-01-04xfs: print name of verifier if it failsEric Sandeen
2015-11-03Merge branch 'xfs-dax-updates' into for-nextDave Chinner
2015-11-03xfs: introduce BMAPI_ZERO for allocating zeroed extentsDave Chinner
2015-10-12Merge branch 'xfs-logging-fixes' into for-nextDave Chinner
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell
2015-10-12xfs: validate metadata LSNs against log on v5 superblocksBrian Foster
2015-08-25xfs: Fix uninitialized return value in xfs_alloc_fix_freelist()Jan Kara
2015-07-29xfs: create new metadata UUID field and incompat flagEric Sandeen
2015-06-23Merge branch 'xfs-freelist-cleanup' into for-nextDave Chinner
2015-06-22xfs: clean up XFS_MIN_FREELIST macrosDave Chinner
2015-06-22xfs: sanitise error handling in xfs_alloc_fix_freelistDave Chinner
2015-06-22xfs: factor out free space extent length checkDave Chinner
2015-06-22xfs: xfs_alloc_fix_freelist() can use incore perag structuresDave Chinner
2015-05-29xfs: support min/max agbno args in block allocatorBrian Foster
2015-02-24xfs: xfs_alloc_fix_minleft can underflow near ENOSPCDave Chinner
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_RETURNEric Sandeen
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_GOTOEric Sandeen
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-09-09xfs: add a few more verifier testsEric Sandeen
2014-06-25xfs: global error sign conversionDave Chinner
2014-06-25libxfs: move source filesDave Chinner