summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: create iterator error codesDarrick J. Wong2019-07-021-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-291-2/+0Star
* xfs: always update params on small allocationBrian Foster2019-06-291-2/+2
* xfs: skip small alloc cntbt logic on NULL cursorBrian Foster2019-06-291-2/+9
* xfs: move small allocation helperBrian Foster2019-06-291-96/+94Star
* xfs: clean up small allocation helperBrian Foster2019-06-291-72/+60Star
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-291-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-151-2/+8
* xfs: miscellaneous verifier magic value fixupsBrian Foster2019-02-121-4/+8
* xfs: always check magic values in on-disk byte orderBrian Foster2019-02-121-1/+1
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-5/+4Star
* 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-031-9/+2Star
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-031-5/+4Star
* xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong2018-07-311-3/+0Star
* xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino2018-07-121-2/+3
* xfs: remove xfs_alloc_arg firstblock fieldBrian Foster2018-07-121-10/+10
* xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster2018-07-121-2/+2
* xfs: move various type verifiers to common fileDave Chinner2018-06-081-49/+0Star
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* 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-161-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/+2Star
* xfs: detect agfl count corruption and reset agflBrian Foster2018-03-241-0/+94
* xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster2018-03-121-12/+6Star
* xfs: rename agfl perag res type to rmapbtBrian Foster2018-03-121-11/+9Star
* xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner2018-03-121-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-181-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/+6Star
* 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-271-0/+49
* 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-281-4/+2Star
* 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-041-0/+15
* xfs: provide a query_range function for freespace btreesDarrick J. Wong2017-04-041-0/+42
* xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AGChristoph Hellwig2017-02-181-14/+2Star
* xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig2017-02-091-44/+49