summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2023-03-05xfs: fix off-by-one-block in xfs_discard_folio()Dave Chinner
2023-03-05xfs: quotacheck failure can race with background inode inactivationDave Chinner
2023-02-28Merge tag 'xfs-6.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-02-27xfs: restore old agirotor behaviorDarrick J. Wong
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22Merge tag 'xfs-6.3-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-02-22Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-14xfs: fix uninitialized variable accessDarrick J. Wong
2023-02-13xfs: refactor the filestreams allocator pick functionsDave Chinner
2023-02-13xfs: return a referenced perag from filestreams allocatorDave Chinner
2023-02-13xfs: pass perag to filestreams tracingDave Chinner
2023-02-13xfs: use for_each_perag_wrap in xfs_filestream_pick_agDave Chinner
2023-02-13xfs: track an active perag reference in filestreamsDave Chinner
2023-02-13xfs: factor out MRU hit case in xfs_filestream_select_agDave Chinner
2023-02-13xfs: remove xfs_filestream_select_ag() longest extent checkDave Chinner
2023-02-13xfs: merge new filestream AG selection into xfs_filestream_select_ag()Dave Chinner
2023-02-13xfs: merge filestream AG lookup into xfs_filestream_select_ag()Dave Chinner
2023-02-13xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.cDave Chinner
2023-02-13xfs: use xfs_bmap_longest_free_extent() in filestreamsDave Chinner
2023-02-13xfs: get rid of notinit from xfs_bmap_longest_free_extentDave Chinner
2023-02-13xfs: factor out filestreams from xfs_bmap_btalloc_nullfbDave Chinner
2023-02-13xfs: convert trim to use for_each_perag_rangeDave Chinner
2023-02-13xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walkerDave Chinner
2023-02-13xfs: move the minimum agno checks into xfs_alloc_vextent_check_argsDave Chinner
2023-02-13xfs: fold xfs_alloc_ag_vextent() into callersDave Chinner
2023-02-13xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()Dave Chinner
2023-02-13xfs: introduce xfs_alloc_vextent_prepare()Dave Chinner
2023-02-13xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner
2023-02-13xfs: introduce xfs_alloc_vextent_near_bno()Dave Chinner
2023-02-13xfs: use xfs_alloc_vextent_start_bno() where appropriateDave Chinner
2023-02-13xfs: use xfs_alloc_vextent_first_ag() where appropriateDave Chinner
2023-02-13xfs: factor xfs_bmap_btalloc()Dave Chinner
2023-02-13xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner
2023-02-13xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextentDave Chinner
2023-02-13xfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags()Dave Chinner
2023-02-13xfs: rework xfs_alloc_vextent()Dave Chinner
2023-02-13xfs: introduce xfs_for_each_perag_wrap()Dave Chinner
2023-02-13xfs: perags need atomic operational stateDave Chinner
2023-02-13xfs: convert xfs_ialloc_next_ag() to an atomicDave Chinner
2023-02-13xfs: inobt can use perags in many more places than it doesDave Chinner
2023-02-13xfs: use active perag references for inode allocationDave Chinner
2023-02-13xfs: convert xfs_imap() to take a peragDave Chinner
2023-02-13xfs: rework the perag trace points to be perag centricDave Chinner
2023-02-13xfs: active perag reference countingDave Chinner
2023-02-11xfs: don't assert fail on transaction cancel with deferred opsDave Chinner
2023-02-11xfs: t_firstblock is tracking AGs not blocksDave Chinner
2023-02-11xfs: drop firstblock constraints from allocation setupDave Chinner
2023-02-11xfs: block reservation too large for minleft allocationDave Chinner
2023-02-11xfs: prefer free inodes at ENOSPC over chunk allocationDave Chinner