summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_alloc.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-09xfs: don't rely on ->total in xfs_alloc_space_availableChristoph Hellwig1-3/+4
2017-01-09xfs: adjust allocation length in xfs_alloc_space_availableChristoph Hellwig1-64/+17
2017-01-09xfs: fix bogus minleft manipulationsChristoph Hellwig1-17/+7
2017-01-09xfs: bump up reserved blocks in xfs_alloc_set_asideChristoph Hellwig1-4/+1
2016-12-05xfs: forbid AG btrees with level == 0Darrick J. Wong1-3/+7
2016-10-03xfs: reserve AG space for the refcount btree rootDarrick J. Wong1-0/+2
2016-10-03xfs: add refcount btree operationsDarrick J. Wong1-0/+3
2016-10-03xfs: refcount btree add more reserved blocksDarrick J. Wong1-0/+13
2016-10-03xfs: introduce refcount btree definitionsDarrick J. Wong1-0/+5
2016-10-03Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner1-11/+12
2016-09-26xfs: remote attribute blocks aren't really userdataDave Chinner1-11/+12
2016-09-19xfs: set up per-AG free space reservationsDarrick J. Wong1-34/+78
2016-08-26xfs: don't log the entire end of the AGFDarrick J. Wong1-0/+2
2016-08-17xfs: remove OWN_AG rmap when allocating a block from the AGFLDarrick J. Wong1-0/+13
2016-08-17xfs: store rmapbt block count in the AGFDarrick J. Wong1-0/+1
2016-08-03xfs: move (and rename) the deferred bmap-free tracepointsDarrick J. Wong1-2/+0
2016-08-03xfs: don't update rmapbt when fixing agflDarrick J. Wong1-4/+14
2016-08-03xfs: rmap btree requires more reserved free spaceDarrick J. Wong1-0/+69
2016-08-03xfs: introduce rmap extent operation stubsDarrick J. Wong1-2/+17
2016-08-03xfs: add owner field to extent allocation and freeingDarrick J. Wong1-10/+16
2016-08-03xfs: rmap btree add more reserved blocksDarrick J. Wong1-0/+11
2016-08-03xfs: introduce rmap btree definitionsDarrick J. Wong1-0/+6
2016-08-03xfs: add tracepoints and error injection for deferred extent freeingDarrick J. Wong1-0/+7
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong1-0/+1
2016-06-21Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner1-43/+56
2016-06-21xfs: refactor btree maxlevels computationDarrick J. Wong1-13/+2
2016-06-21xfs: separate freelist fixing into a separate helperDave Chinner1-30/+54
2016-06-01xfs: make several functions staticEric Sandeen1-1/+1
2016-01-04libxfs: make xfs_alloc_fix_freelist non-staticDarrick J. Wong1-1/+1
2016-01-04xfs: print name of verifier if it failsEric Sandeen1-0/+2
2015-11-03Merge branch 'xfs-dax-updates' into for-nextDave Chinner1-1/+9
2015-11-03xfs: introduce BMAPI_ZERO for allocating zeroed extentsDave Chinner1-1/+9
2015-10-12Merge branch 'xfs-logging-fixes' into for-nextDave Chinner1-3/+9
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell1-4/+4
2015-10-12xfs: validate metadata LSNs against log on v5 superblocksBrian Foster1-3/+9
2015-08-25xfs: Fix uninitialized return value in xfs_alloc_fix_freelist()Jan Kara1-1/+1
2015-07-29xfs: create new metadata UUID field and incompat flagEric Sandeen1-2/+2
2015-06-23Merge branch 'xfs-freelist-cleanup' into for-nextDave Chinner1-107/+132
2015-06-22xfs: clean up XFS_MIN_FREELIST macrosDave Chinner1-3/+19
2015-06-22xfs: sanitise error handling in xfs_alloc_fix_freelistDave Chinner1-56/+55
2015-06-22xfs: factor out free space extent length checkDave Chinner1-27/+44
2015-06-22xfs: xfs_alloc_fix_freelist() can use incore perag structuresDave Chinner1-38/+31
2015-05-29xfs: support min/max agbno args in block allocatorBrian Foster1-5/+37
2015-02-24xfs: xfs_alloc_fix_minleft can underflow near ENOSPCDave Chinner1-1/+3
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_RETURNEric Sandeen1-13/+16
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_GOTOEric Sandeen1-35/+36
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-09-09xfs: add a few more verifier testsEric Sandeen1-0/+4
2014-06-25xfs: global error sign conversionDave Chinner1-10/+10
2014-06-25libxfs: move source filesDave Chinner1-0/+2630