summaryrefslogtreecommitdiff
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
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-07-02xfs: create iterator error codesDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: always update params on small allocationBrian Foster
2019-06-28xfs: skip small alloc cntbt logic on NULL cursorBrian Foster
2019-06-28xfs: move small allocation helperBrian Foster
2019-06-28xfs: clean up small allocation helperBrian Foster
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig
2019-06-12xfs: remove unused flag argumentsEric Sandeen
2019-04-23xfs: assert that we don't enter agfl freeing with a non-permanent transactionBrian Foster
2019-04-14xfs: don't account extra agfl blocks as availableBrian Foster
2019-02-11xfs: miscellaneous verifier magic value fixupsBrian Foster
2019-02-11xfs: always check magic values in on-disk byte orderBrian Foster
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong
2018-12-12xfs: libxfs: move xfs_perag_put latePan Bian
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