summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: detect agfl count corruption and reset agflBrian Foster2018-06-051-0/+94
* xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner2018-06-051-7/+24
* xfs: handle error if xfs_btree_get_bufs failsEric Sandeen2017-10-111-0/+8
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-271-4/+2
* xfs: export various function for the online scrubberDarrick J. Wong2017-06-191-1/+1
* xfs: create a function to query all records in a btreeDarrick J. Wong2017-04-031-0/+15
* xfs: provide a query_range function for freespace btreesDarrick J. Wong2017-04-031-0/+42
* xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AGChristoph Hellwig2017-02-171-14/+2
* xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig2017-02-091-44/+49
* 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-091-64/+17
* xfs: fix bogus minleft manipulationsChristoph Hellwig2017-01-091-17/+7
* xfs: bump up reserved blocks in xfs_alloc_set_asideChristoph Hellwig2017-01-091-4/+1
* xfs: forbid AG btrees with level == 0Darrick J. Wong2016-12-051-3/+7
* 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/+0
* 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/+2
| * 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/+55
| * xfs: factor out free space extent length checkDave Chinner2015-06-221-27/+44