summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong2022-10-291-1/+1
* xfs: refactor agfl length computation functionDarrick J. Wong2022-09-281-5/+13
* xfs: always log corruption errorsDarrick J. Wong2022-09-281-2/+7
* xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong2020-11-181-0/+1
* xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin2020-06-301-0/+16
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* xfs: create iterator error codesDarrick J. Wong2019-07-021-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-2/+0
* xfs: always update params on small allocationBrian Foster2019-06-281-2/+2
* xfs: skip small alloc cntbt logic on NULL cursorBrian Foster2019-06-281-2/+9
* xfs: move small allocation helperBrian Foster2019-06-281-96/+94
* xfs: clean up small allocation helperBrian Foster2019-06-281-72/+60
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-6/+6
* xfs: remove unused flag argumentsEric Sandeen2019-06-121-2/+2
* xfs: assert that we don't enter agfl freeing with a non-permanent transactionBrian Foster2019-04-231-0/+3
* xfs: don't account extra agfl blocks as availableBrian Foster2019-04-141-2/+8
* xfs: miscellaneous verifier magic value fixupsBrian Foster2019-02-111-4/+8
* xfs: always check magic values in on-disk byte orderBrian Foster2019-02-111-1/+1
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-5/+4
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-34/+34
* xfs: libxfs: move xfs_perag_put latePan Bian2018-12-121-1/+1
* xfs: always defer agfl block freesBrian Foster2018-08-021-9/+2
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-021-5/+4
* xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong2018-07-311-3/+0
* xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino2018-07-111-2/+3
* xfs: remove xfs_alloc_arg firstblock fieldBrian Foster2018-07-111-10/+10
* xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster2018-07-111-2/+2
* xfs: move various type verifiers to common fileDave Chinner2018-06-081-49/+0
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: validate btree records on retrievalDave Chinner2018-06-061-2/+20
* xfs: xfs_alloc_get_rec should return EFSCORRUPTED for obvious bnobt corruptionDarrick J. Wong2018-06-041-4/+8
* xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong2018-05-151-0/+37
* xfs: add bmapi nodiscard flagBrian Foster2018-05-101-3/+7
* xfs: defer agfl block frees when dfops is availableBrian Foster2018-05-091-4/+47
* xfs: create agfl block free helper functionBrian Foster2018-05-091-10/+27
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-4/+2
* xfs: detect agfl count corruption and reset agflBrian Foster2018-03-231-0/+94
* xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster2018-03-111-12/+6
* xfs: rename agfl perag res type to rmapbtBrian Foster2018-03-111-11/+9
* xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner2018-03-111-7/+24
* Split buffer's b_fspriv fieldCarlos Maiolino2018-01-291-4/+4
* xfs: add scrub cross-referencing helpers for the free space btreesDarrick J. Wong2018-01-171-1/+20
* xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong2018-01-081-6/+17
* xfs: refactor verifier callers to print address of failing checkDarrick J. Wong2018-01-081-11/+22
* xfs: have buffer verifier functions report failing addressDarrick J. Wong2018-01-081-21/+22
* xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-081-14/+6
* xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong2017-12-211-2/+2
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-011-0/+1
* xfs: create block pointer check functionsDarrick J. Wong2017-10-261-0/+49
* xfs: handle error if xfs_btree_get_bufs failsEric Sandeen2017-10-111-0/+8