summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: restore old agirotor behaviorDarrick J. Wong2023-02-271-1/+2
* xfs: return a referenced perag from filestreams allocatorDave Chinner2023-02-131-11/+28
* xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.cDave Chinner2023-02-132-83/+14
* xfs: use xfs_bmap_longest_free_extent() in filestreamsDave Chinner2023-02-132-1/+3
* xfs: get rid of notinit from xfs_bmap_longest_free_extentDave Chinner2023-02-131-48/+37
* xfs: factor out filestreams from xfs_bmap_btalloc_nullfbDave Chinner2023-02-131-71/+96
* xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walkerDave Chinner2023-02-132-61/+57
* xfs: move the minimum agno checks into xfs_alloc_vextent_check_argsDave Chinner2023-02-131-55/+33
* xfs: fold xfs_alloc_ag_vextent() into callersDave Chinner2023-02-133-99/+28
* xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()Dave Chinner2023-02-131-59/+63
* xfs: introduce xfs_alloc_vextent_prepare()Dave Chinner2023-02-131-44/+76
* xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner2023-02-135-23/+71
* xfs: introduce xfs_alloc_vextent_near_bno()Dave Chinner2023-02-136-54/+55
* xfs: use xfs_alloc_vextent_start_bno() where appropriateDave Chinner2023-02-134-38/+51
* xfs: use xfs_alloc_vextent_first_ag() where appropriateDave Chinner2023-02-133-32/+42
* xfs: factor xfs_bmap_btalloc()Dave Chinner2023-02-131-137/+196
* xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner2023-02-138-52/+72
* xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextentDave Chinner2023-02-131-30/+35
* xfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags()Dave Chinner2023-02-131-24/+26
* xfs: rework xfs_alloc_vextent()Dave Chinner2023-02-131-179/+285
* xfs: introduce xfs_for_each_perag_wrap()Dave Chinner2023-02-133-50/+105
* xfs: perags need atomic operational stateDave Chinner2023-02-138-28/+48
* xfs: convert xfs_ialloc_next_ag() to an atomicDave Chinner2023-02-132-17/+3
* xfs: inobt can use perags in many more places than it doesDave Chinner2023-02-134-46/+38
* xfs: use active perag references for inode allocationDave Chinner2023-02-133-35/+33
* xfs: convert xfs_imap() to take a peragDave Chinner2023-02-132-30/+18
* xfs: rework the perag trace points to be perag centricDave Chinner2023-02-131-16/+9
* xfs: active perag reference countingDave Chinner2023-02-132-9/+92
* xfs: t_firstblock is tracking AGs not blocksDave Chinner2023-02-114-13/+11
* xfs: drop firstblock constraints from allocation setupDave Chinner2023-02-112-132/+66
* xfs: block reservation too large for minleft allocationDave Chinner2023-02-113-11/+12
* xfs: prefer free inodes at ENOSPC over chunk allocationDave Chinner2023-02-111-0/+17
* xfs: fix low space alloc deadlockDave Chinner2023-02-112-26/+57
* xfs: don't use BMBT btree split workers for IO completionDave Chinner2023-02-051-2/+16
* xfs: pass refcount intent directly through the log intent codeDarrick J. Wong2023-02-052-56/+44
* xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong2023-02-052-30/+26
* xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong2023-02-051-16/+16
* xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong2023-02-052-21/+16
* xfs: fix off-by-one error in xfs_btree_space_to_heightDarrick J. Wong2023-01-031-1/+6
* Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-12-145-29/+148
|\
| * xfs: invalidate xfs_bufs when allocating cow extentsDarrick J. Wong2022-12-011-1/+1
| * xfs: get rid of assert from xfs_btree_islastblockGuo Xuenan2022-12-011-1/+0
| * xfs: estimate post-merge refcounts correctlyDarrick J. Wong2022-12-011-4/+21
| * xfs: hoist refcount record merge predicatesDarrick J. Wong2022-12-011-16/+113
| * xfs: add debug knob to slow down write for funDarrick J. Wong2022-11-281-1/+3
| * xfs: add debug knob to slow down writeback for funDarrick J. Wong2022-11-281-1/+3
| * Merge tag 'xfs-iomap-stale-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong2022-11-282-9/+9
| |\
| | * xfs: drop write error injection is unfixable, remove itDave Chinner2022-11-291-7/+5
| | * xfs: use iomap_valid method to detect stale cached iomapsDave Chinner2022-11-291-2/+4
| * | xfs: fix sb write verify for lazysbcountLong Li2022-11-161-1/+3
| |/