summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2023-02-13xfs: use xfs_bmap_longest_free_extent() in filestreamsDave Chinner3-15/+11
2023-02-13xfs: get rid of notinit from xfs_bmap_longest_free_extentDave Chinner1-48/+37
2023-02-13xfs: factor out filestreams from xfs_bmap_btalloc_nullfbDave Chinner1-71/+96
2023-02-13xfs: convert trim to use for_each_perag_rangeDave Chinner1-27/+23
2023-02-13xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walkerDave Chinner2-61/+57
2023-02-13xfs: move the minimum agno checks into xfs_alloc_vextent_check_argsDave Chinner1-55/+33
2023-02-13xfs: fold xfs_alloc_ag_vextent() into callersDave Chinner4-106/+29
2023-02-13xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()Dave Chinner1-59/+63
2023-02-13xfs: introduce xfs_alloc_vextent_prepare()Dave Chinner1-44/+76
2023-02-13xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner6-26/+72
2023-02-13xfs: introduce xfs_alloc_vextent_near_bno()Dave Chinner6-54/+55
2023-02-13xfs: use xfs_alloc_vextent_start_bno() where appropriateDave Chinner4-38/+51
2023-02-13xfs: use xfs_alloc_vextent_first_ag() where appropriateDave Chinner3-32/+42
2023-02-13xfs: factor xfs_bmap_btalloc()Dave Chinner1-137/+196
2023-02-13xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner9-53/+74
2023-02-13xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextentDave Chinner1-30/+35
2023-02-13xfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags()Dave Chinner1-24/+26
2023-02-13xfs: rework xfs_alloc_vextent()Dave Chinner1-179/+285
2023-02-13xfs: introduce xfs_for_each_perag_wrap()Dave Chinner3-50/+105
2023-02-13xfs: perags need atomic operational stateDave Chinner13-65/+101
2023-02-13xfs: convert xfs_ialloc_next_ag() to an atomicDave Chinner4-20/+4
2023-02-13xfs: inobt can use perags in many more places than it doesDave Chinner7-56/+47
2023-02-13xfs: use active perag references for inode allocationDave Chinner3-35/+33
2023-02-13xfs: convert xfs_imap() to take a peragDave Chinner4-35/+28
2023-02-13xfs: rework the perag trace points to be perag centricDave Chinner3-28/+22
2023-02-13xfs: active perag reference countingDave Chinner9-19/+105
2023-02-10xfs: don't assert fail on transaction cancel with deferred opsDave Chinner1-2/+2
2023-02-10xfs: t_firstblock is tracking AGs not blocksDave Chinner10-23/+21
2023-02-10xfs: drop firstblock constraints from allocation setupDave Chinner2-132/+66
2023-02-10xfs: block reservation too large for minleft allocationDave Chinner3-11/+12
2023-02-10xfs: prefer free inodes at ENOSPC over chunk allocationDave Chinner1-0/+17
2023-02-10xfs: fix low space alloc deadlockDave Chinner3-26/+58
2023-02-10xfs: revert commit 8954c44ff477Darrick J. Wong1-1/+3
2023-02-10xfs: make kobj_type structures constantThomas Weißschuh3-12/+12
2023-02-10xfs: allow setting full range of panic tagsDonald Douwsma2-2/+13
2023-02-05xfs: don't use BMBT btree split workers for IO completionDave Chinner1-2/+16
2023-02-05xfs: fix confusing variable names in xfs_refcount_item.cDarrick J. Wong1-27/+27
2023-02-05xfs: pass refcount intent directly through the log intent codeDarrick J. Wong4-103/+74
2023-02-05xfs: fix confusing variable names in xfs_rmap_item.cDarrick J. Wong1-39/+40
2023-02-05xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong3-66/+55
2023-02-05xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong2-51/+51
2023-02-05xfs: pass xfs_extent_free_item directly through the log intent codeDarrick J. Wong1-25/+30
2023-02-05xfs: fix confusing variable names in xfs_bmap_item.cDarrick J. Wong1-28/+28
2023-02-05xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong3-72/+46
2023-02-05xfs: use strscpy() to instead of strncpy()Xu Panda1-3/+1
2023-01-05xfs: fix extent busy updatingWengang Wang1-0/+1
2023-01-03xfs: xfs_qm: remove unnecessary ‘0’ values from errorLi zeming1-1/+1
2023-01-03xfs: Fix deadlock on xfs_inodegc_workerWu Guanghao1-0/+10
2023-01-03xfs: get root inode correctly at bulkstatHironori Shiina1-2/+2
2023-01-03xfs: fix off-by-one error in xfs_btree_space_to_heightDarrick J. Wong1-1/+6