aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-12Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-9/+34
2023-02-11nfsd: don't destroy global nfs4_file table in per-net shutdownJeff Layton1-1/+1
2023-02-10Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton3-3/+8
2023-02-11xfs: don't assert fail on transaction cancel with deferred opsDave Chinner1-2/+2
2023-02-11xfs: t_firstblock is tracking AGs not blocksDave Chinner10-23/+21
2023-02-11xfs: drop firstblock constraints from allocation setupDave Chinner2-132/+66
2023-02-11xfs: block reservation too large for minleft allocationDave Chinner3-11/+12
2023-02-11xfs: prefer free inodes at ENOSPC over chunk allocationDave Chinner1-0/+17
2023-02-11xfs: fix low space alloc deadlockDave Chinner3-26/+58
2023-02-10xfs: revert commit 8954c44ff477Darrick J. Wong1-1/+3
2023-02-10Merge tag 'ceph-for-6.2-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds1-0/+6
2023-02-10xfs: make kobj_type structures constantThomas Weißschuh3-12/+12
2023-02-09xfs: allow setting full range of panic tagsDonald Douwsma2-2/+13
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan12-16/+14
2023-02-09mm/mmap: don't use __vma_adjust() in shift_arg_pages()Liam R. Howlett1-2/+2
2023-02-09mm: don't use __vma_adjust() in __split_vma()Liam R. Howlett1-2/+2
2023-02-09mm: add vma iterator to vma_adjust() argumentsLiam R. Howlett1-7/+4
2023-02-09mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett1-7/+7
2023-02-09task_mmu: convert to vma iteratorLiam R. Howlett1-14/+13
2023-02-09coredump: convert to vma iteratorLiam R. Howlett1-4/+4
2023-02-09mm: change mprotect_fixup to vma iteratorLiam R. Howlett1-1/+4
2023-02-09userfaultfd: use vma iteratorLiam R. Howlett1-54/+33
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski18-54/+157
2023-02-09f2fs: fix to do sanity check on extent cache correctlyChao Yu3-16/+32
2023-02-09Merge tag '6.2-rc8-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+2
2023-02-09btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain1-1/+15