summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_alloc.c
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: remove xfs_btree_cur_t typedefDarrick J. Wong2021-10-141-6/+6
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-6/+6
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-1/+1
* xfs: convert remaining mount flags to state flagsDave Chinner2021-08-191-1/+1
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-17/+17
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-181-1/+1
* xfs: make the key parameters to all btree query range functions constDarrick J. Wong2021-08-181-2/+2
* Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-021-55/+56
|\
| * Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/sc...Darrick J. Wong2021-06-081-1/+0
| |\
| | * xfs: Remove redundant assignment to busyJiapeng Chong2021-06-021-1/+0
| * | xfs: remove xfs_perag_tDave Chinner2021-06-021-21/+21
| * | xfs: remove agno from btree cursorDave Chinner2021-06-021-1/+1
| * | xfs: convert allocbt cursors to use peragsDave Chinner2021-06-021-15/+10
| * | xfs: convert rmap btree cursor to using a peragDave Chinner2021-06-021-3/+4
| * | xfs: add a perag to the btree cursorDave Chinner2021-06-021-10/+15
| * | xfs: pass perags through to the busy extent codeDave Chinner2021-06-021-18/+19
| * | xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-1/+1
| |/
* | xfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-261-1/+1
|/
* xfs: introduce in-core global counter of allocbt blocksBrian Foster2021-04-291-0/+14
* xfs: remove obsolete AGF counter debuggingDarrick J. Wong2021-04-291-3/+0
* xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong2021-03-251-4/+4
* xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R2021-01-221-0/+50
* xfs: remove xfs_buf_t typedefDave Chinner2020-12-161-8/+8
* xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong2020-10-291-0/+1
* xfs: Remove kmem_zone_alloc() usageCarlos Maiolino2020-07-281-1/+2
* xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang2020-07-141-15/+7
* xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblockDarrick J. Wong2020-03-171-1/+1
* xfs: make the btree ag cursor private union anonymousDave Chinner2020-03-131-7/+7
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-131-8/+8
* xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong2020-03-121-1/+1
* xfs: remove XFS_BUF_TO_AGFChristoph Hellwig2020-03-111-29/+23
* xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig2020-03-111-5/+6
* xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin2020-03-021-0/+16
* xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callersDarrick J. Wong2020-01-261-22/+14
* xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong2020-01-261-7/+9
* xfs: make xfs_buf_read_map return an error codeDarrick J. Wong2020-01-261-4/+7
* xfs: refactor agfl length computation functionDarrick J. Wong2019-12-191-5/+13
* xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-131-5/+2
* xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong2019-11-121-62/+178
* 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