summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_alloc.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-6/+6
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-1/+1
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-17/+17
2021-08-19xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-1/+1
2021-08-19xfs: make the key parameters to all btree query range functions constDarrick J. Wong1-2/+2
2021-07-03Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-55/+56
2021-06-08Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/sc...Darrick J. Wong1-1/+0
2021-06-03xfs: Remove redundant assignment to busyJiapeng Chong1-1/+0
2021-06-02xfs: remove xfs_perag_tDave Chinner1-21/+21
2021-06-02xfs: remove agno from btree cursorDave Chinner1-1/+1
2021-06-02xfs: convert allocbt cursors to use peragsDave Chinner1-15/+10
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner1-3/+4
2021-06-02xfs: add a perag to the btree cursorDave Chinner1-10/+15
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner1-18/+19
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-1/+1
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2021-04-29xfs: introduce in-core global counter of allocbt blocksBrian Foster1-0/+14
2021-04-29xfs: remove obsolete AGF counter debuggingDarrick J. Wong1-3/+0
2021-03-26xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong1-4/+4
2021-01-23xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R1-0/+50
2020-12-17xfs: remove xfs_buf_t typedefDave Chinner1-8/+8
2020-10-29xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong1-0/+1
2020-07-29xfs: Remove kmem_zone_alloc() usageCarlos Maiolino1-1/+2
2020-07-14xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang1-15/+7
2020-03-17xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblockDarrick J. Wong1-1/+1
2020-03-13xfs: make the btree ag cursor private union anonymousDave Chinner1-7/+7
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner1-8/+8
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong1-1/+1
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig1-29/+23
2020-03-11xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig1-5/+6
2020-03-03xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin1-0/+16
2020-01-27xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callersDarrick J. Wong1-22/+14
2020-01-27xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong1-7/+9
2020-01-27xfs: 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-13xfs: 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-05xfs: 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-24xfs: 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