aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_alloc.c
AgeCommit message (Expand)Author
2020-11-18xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong
2020-06-30xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin
2018-08-02xfs: always defer agfl block freesBrian Foster
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster
2018-07-31xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong
2018-07-11xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino
2018-07-11xfs: remove xfs_alloc_arg firstblock fieldBrian Foster
2018-07-11xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster
2018-06-08xfs: move various type verifiers to common fileDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-06xfs: validate btree records on retrievalDave Chinner
2018-06-04xfs: xfs_alloc_get_rec should return EFSCORRUPTED for obvious bnobt corruptionDarrick J. Wong
2018-05-15xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong
2018-05-10xfs: add bmapi nodiscard flagBrian Foster
2018-05-09xfs: defer agfl block frees when dfops is availableBrian Foster
2018-05-09xfs: create agfl block free helper functionBrian Foster
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen
2018-03-23xfs: detect agfl count corruption and reset agflBrian Foster
2018-03-11xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster
2018-03-11xfs: rename agfl perag res type to rmapbtBrian Foster
2018-03-11xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner
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 failsEric 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_AGChristoph 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-nextDave 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