summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_alloc.c
AgeCommit message (Expand)Author
2020-07-28xfs: Remove kmem_zone_alloc() usageCarlos Maiolino
2020-07-14xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang
2020-03-17xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblockDarrick J. Wong
2020-03-13xfs: make the btree ag cursor private union anonymousDave Chinner
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig
2020-03-11xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig
2020-03-02xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin
2020-01-26xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callersDarrick J. Wong
2020-01-26xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong
2020-01-26xfs: make xfs_buf_read_map return an error codeDarrick J. Wong
2019-12-19xfs: refactor agfl length computation functionDarrick J. Wong
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong
2019-11-10xfs: clean up weird while loop in xfs_alloc_ag_vextent_nearDarrick J. Wong
2019-11-10xfs: Correct comment tyops -> typosJoe Perches
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-11-03xfs: cleanup use of the XFS_ALLOC_ flagsxfs-5.5-merge-8Christoph Hellwig
2019-11-03xfs: move extent zeroing to xfs_bmapi_allocateChristoph Hellwig
2019-10-23xfs: cap longest free extent to maximum allocatableDave Chinner
2019-10-21xfs: optimize near mode bnobt scans with concurrent cntbt lookupsBrian Foster
2019-10-21xfs: factor out tree fixup logic into helperBrian Foster
2019-10-21xfs: refactor near mode alloc bnobt scan into separate functionBrian Foster
2019-10-21xfs: refactor and reuse best extent scanning logicBrian Foster
2019-10-21xfs: refactor allocation tree fixup codeBrian Foster
2019-10-21xfs: reuse best extent tracking logic for bnobt scanBrian Foster
2019-10-21xfs: refactor cntbt lastblock scan best extent logic into helperBrian Foster
2019-10-21xfs: track best extent from cntbt lastblock scan in alloc cursorBrian Foster
2019-10-21xfs: track allocation busy state in allocation cursorBrian Foster
2019-10-21xfs: introduce allocation cursor data structureBrian Foster
2019-10-21xfs: track active state of allocation btree cursorsBrian Foster
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 argumentsxfs-5.3-merge-1Eric 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