summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: clean up weird while loop in xfs_alloc_ag_vextent_nearDarrick J. Wong2019-11-101-52/+65
* xfs: Correct comment tyops -> typosJoe Perches2019-11-101-1/+1
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-2/+7
* xfs: cleanup use of the XFS_ALLOC_ flagsChristoph Hellwig2019-11-031-4/+4
* xfs: move extent zeroing to xfs_bmapi_allocateChristoph Hellwig2019-11-031-7/+0
* xfs: cap longest free extent to maximum allocatableDave Chinner2019-10-231-1/+2
* xfs: optimize near mode bnobt scans with concurrent cntbt lookupsBrian Foster2019-10-211-12/+142
* xfs: factor out tree fixup logic into helperBrian Foster2019-10-211-10/+32
* xfs: refactor near mode alloc bnobt scan into separate functionBrian Foster2019-10-211-54/+74
* xfs: refactor and reuse best extent scanning logicBrian Foster2019-10-211-55/+55
* xfs: refactor allocation tree fixup codeBrian Foster2019-10-211-16/+2
* xfs: reuse best extent tracking logic for bnobt scanBrian Foster2019-10-211-199/+77
* xfs: refactor cntbt lastblock scan best extent logic into helperBrian Foster2019-10-211-28/+87
* xfs: track best extent from cntbt lastblock scan in alloc cursorBrian Foster2019-10-211-30/+33
* xfs: track allocation busy state in allocation cursorBrian Foster2019-10-211-11/+14
* xfs: introduce allocation cursor data structureBrian Foster2019-10-211-155/+163
* xfs: track active state of allocation btree cursorsBrian Foster2019-10-211-3/+21
* 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