summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-14xfs: fix uninitialized variable accessxfs-6.3-merge-3Darrick J. Wong
2023-02-14Merge tag 'xfs-alloc-perag-conversion' of git://git.kernel.org/pub/scm/linux/...Darrick 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
2023-02-11xfs: fix low space alloc deadlockDave Chinner
2023-02-10xfs: revert commit 8954c44ff477xfs-6.3-merge-2Darrick J. Wong
2023-02-10xfs: make kobj_type structures constantThomas Weißschuh
2023-02-09xfs: allow setting full range of panic tagsDonald Douwsma
2023-02-05xfs: don't use BMBT btree split workers for IO completionxfs-6.3-merge-1Dave Chinner
2023-02-05xfs: fix confusing variable names in xfs_refcount_item.cDarrick J. Wong
2023-02-05xfs: pass refcount intent directly through the log intent codeDarrick J. Wong