aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-26xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callersDarrick J. Wong1-22/+14
2020-01-26xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong1-7/+9
2020-01-26xfs: make xfs_buf_read_map return an error codeDarrick J. Wong1-4/+7
2019-12-19xfs: refactor agfl length computation functionDarrick J. Wong1-5/+13
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong1-5/+2
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong1-62/+178
2019-11-10xfs: clean up weird while loop in xfs_alloc_ag_vextent_nearDarrick J. Wong1-52/+65
2019-11-10xfs: Correct comment tyops -> typosJoe Perches1-1/+1
2019-11-04xfs: always log corruption errorsDarrick J. Wong1-2/+7
2019-11-03xfs: cleanup use of the XFS_ALLOC_ flagsChristoph Hellwig1-4/+4
2019-11-03xfs: move extent zeroing to xfs_bmapi_allocateChristoph Hellwig1-7/+0
2019-10-23xfs: cap longest free extent to maximum allocatableDave Chinner1-1/+2
2019-10-21xfs: optimize near mode bnobt scans with concurrent cntbt lookupsBrian Foster1-12/+142
2019-10-21xfs: factor out tree fixup logic into helperBrian Foster1-10/+32
2019-10-21xfs: refactor near mode alloc bnobt scan into separate functionBrian Foster1-54/+74
2019-10-21xfs: refactor and reuse best extent scanning logicBrian Foster1-55/+55
2019-10-21xfs: refactor allocation tree fixup codeBrian Foster1-16/+2
2019-10-21xfs: reuse best extent tracking logic for bnobt scanBrian Foster1-199/+77
2019-10-21xfs: refactor cntbt lastblock scan best extent logic into helperBrian Foster1-28/+87
2019-10-21xfs: track best extent from cntbt lastblock scan in alloc cursorBrian Foster1-30/+33
2019-10-21xfs: track allocation busy state in allocation cursorBrian Foster1-11/+14
2019-10-21xfs: introduce allocation cursor data structureBrian Foster1-155/+163
2019-10-21xfs: track active state of allocation btree cursorsBrian Foster1-3/+21
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-1/+1
2019-07-02xfs: create iterator error codesDarrick J. Wong1-1/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-2/+0
2019-06-28xfs: always update params on small allocationBrian Foster1-2/+2
2019-06-28xfs: skip small alloc cntbt logic on NULL cursorBrian Foster1-2/+9
2019-06-28xfs: move small allocation helperBrian Foster1-96/+94
2019-06-28xfs: clean up small allocation helperBrian Foster1-72/+60
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig1-6/+6
2019-06-12xfs: remove unused flag argumentsEric Sandeen1-2/+2
2019-04-23xfs: assert that we don't enter agfl freeing with a non-permanent transactionBrian Foster1-0/+3
2019-04-14xfs: don't account extra agfl blocks as availableBrian Foster1-2/+8
2019-02-11xfs: miscellaneous verifier magic value fixupsBrian Foster1-4/+8
2019-02-11xfs: always check magic values in on-disk byte orderBrian Foster1-1/+1
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong1-5/+4
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-34/+34
2018-12-12xfs: libxfs: move xfs_perag_put latePan Bian1-1/+1
2018-08-02xfs: always defer agfl block freesBrian Foster1-9/+2
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster1-5/+4
2018-07-31xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong1-3/+0
2018-07-11xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino1-2/+3
2018-07-11xfs: remove xfs_alloc_arg firstblock fieldBrian Foster1-10/+10
2018-07-11xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster1-2/+2
2018-06-08xfs: move various type verifiers to common fileDave Chinner1-49/+0
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-06xfs: validate btree records on retrievalDave Chinner1-2/+20
2018-06-04xfs: xfs_alloc_get_rec should return EFSCORRUPTED for obvious bnobt corruptionDarrick J. Wong1-4/+8
2018-05-15xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong1-0/+37