summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_alloc.c
AgeCommit message (Expand)Author
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino
2018-01-17xfs: add scrub cross-referencing helpers for the free space btreesDarrick J. Wong
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong
2017-12-21xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong
2017-10-26xfs: create block pointer check functionsDarrick J. Wong
2017-10-11xfs: handle error if xfs_btree_get_bufs failsxfs-4.14-fixes-5Eric Sandeen
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong
2017-04-03xfs: create a function to query all records in a btreeDarrick J. Wong
2017-04-03xfs: provide a query_range function for freespace btreesDarrick J. Wong
2017-02-17xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AGxfs-4.11-merge-7Christoph Hellwig
2017-02-09xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig
2017-01-09xfs: don't rely on ->total in xfs_alloc_space_availableChristoph Hellwig
2017-01-09xfs: adjust allocation length in xfs_alloc_space_availableChristoph Hellwig
2017-01-09xfs: fix bogus minleft manipulationsChristoph Hellwig
2017-01-09xfs: bump up reserved blocks in xfs_alloc_set_asideChristoph Hellwig
2016-12-05xfs: forbid AG btrees with level == 0Darrick J. Wong
2016-10-03xfs: reserve AG space for the refcount btree rootDarrick J. Wong
2016-10-03xfs: add refcount btree operationsDarrick J. Wong
2016-10-03xfs: refcount btree add more reserved blocksDarrick J. Wong
2016-10-03xfs: introduce refcount btree definitionsDarrick J. Wong
2016-10-03Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextxfs-for-linus-4.9-rc1Dave Chinner
2016-09-26xfs: remote attribute blocks aren't really userdataDave Chinner
2016-09-19xfs: set up per-AG free space reservationsDarrick J. Wong
2016-08-26xfs: don't log the entire end of the AGFDarrick J. Wong
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 tracepointsxfs-rmap-for-linus-4.8-rc1Darrick 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