summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: reserve AG space for the refcount btree rootDarrick J. Wong2016-10-031-0/+2
* xfs: add refcount btree operationsDarrick J. Wong2016-10-031-0/+3
* xfs: refcount btree add more reserved blocksDarrick J. Wong2016-10-031-0/+13
* xfs: introduce refcount btree definitionsDarrick J. Wong2016-10-031-0/+5
* Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner2016-10-031-11/+12
|\
| * xfs: remote attribute blocks aren't really userdataDave Chinner2016-09-261-11/+12
* | xfs: set up per-AG free space reservationsDarrick J. Wong2016-09-191-34/+78
|/
* xfs: don't log the entire end of the AGFDarrick J. Wong2016-08-261-0/+2
* xfs: remove OWN_AG rmap when allocating a block from the AGFLDarrick J. Wong2016-08-171-0/+13
* xfs: store rmapbt block count in the AGFDarrick J. Wong2016-08-171-0/+1
* xfs: move (and rename) the deferred bmap-free tracepointsDarrick J. Wong2016-08-031-2/+0Star
* xfs: don't update rmapbt when fixing agflDarrick J. Wong2016-08-031-4/+14
* xfs: rmap btree requires more reserved free spaceDarrick J. Wong2016-08-031-0/+69
* xfs: introduce rmap extent operation stubsDarrick J. Wong2016-08-031-2/+17
* xfs: add owner field to extent allocation and freeingDarrick J. Wong2016-08-031-10/+16
* xfs: rmap btree add more reserved blocksDarrick J. Wong2016-08-031-0/+11
* xfs: introduce rmap btree definitionsDarrick J. Wong2016-08-031-0/+6
* xfs: add tracepoints and error injection for deferred extent freeingDarrick J. Wong2016-08-031-0/+7
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-031-0/+1
* Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner2016-06-211-43/+56
|\
| * xfs: refactor btree maxlevels computationDarrick J. Wong2016-06-211-13/+2Star
| * xfs: separate freelist fixing into a separate helperDave Chinner2016-06-211-30/+54
* | xfs: make several functions staticEric Sandeen2016-06-011-1/+1
|/
* libxfs: make xfs_alloc_fix_freelist non-staticDarrick J. Wong2016-01-041-1/+1
* xfs: print name of verifier if it failsEric Sandeen2016-01-041-0/+2
* Merge branch 'xfs-dax-updates' into for-nextDave Chinner2015-11-031-1/+9
|\
| * xfs: introduce BMAPI_ZERO for allocating zeroed extentsDave Chinner2015-11-031-1/+9
* | Merge branch 'xfs-logging-fixes' into for-nextDave Chinner2015-10-121-3/+9
|\ \
| * | xfs: validate metadata LSNs against log on v5 superblocksBrian Foster2015-10-121-3/+9
| |/
* / xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-121-4/+4
|/
* xfs: Fix uninitialized return value in xfs_alloc_fix_freelist()Jan Kara2015-08-251-1/+1
* xfs: create new metadata UUID field and incompat flagEric Sandeen2015-07-291-2/+2
* Merge branch 'xfs-freelist-cleanup' into for-nextDave Chinner2015-06-231-107/+132
|\
| * xfs: clean up XFS_MIN_FREELIST macrosDave Chinner2015-06-221-3/+19
| * xfs: sanitise error handling in xfs_alloc_fix_freelistDave Chinner2015-06-221-56/+55Star
| * xfs: factor out free space extent length checkDave Chinner2015-06-221-27/+44
| * xfs: xfs_alloc_fix_freelist() can use incore perag structuresDave Chinner2015-06-221-38/+31Star
* | xfs: support min/max agbno args in block allocatorBrian Foster2015-05-291-5/+37
|/
* xfs: xfs_alloc_fix_minleft can underflow near ENOSPCDave Chinner2015-02-241-1/+3
* xfs: pass mp to XFS_WANT_CORRUPTED_RETURNEric Sandeen2015-02-231-13/+16
* xfs: pass mp to XFS_WANT_CORRUPTED_GOTOEric Sandeen2015-02-231-35/+36
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
* xfs: add a few more verifier testsEric Sandeen2014-09-091-0/+4
* xfs: global error sign conversionDave Chinner2014-06-251-10/+10
* libxfs: move source filesDave Chinner2014-06-251-0/+2630