summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-12Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-11nfsd: don't destroy global nfs4_file table in per-net shutdownJeff Layton
2023-02-10Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
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 8954c44ff477Darrick J. Wong
2023-02-10Merge tag 'ceph-for-6.2-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-02-10xfs: make kobj_type structures constantThomas Weißschuh
2023-02-09xfs: allow setting full range of panic tagsDonald Douwsma
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-09mm/mmap: don't use __vma_adjust() in shift_arg_pages()Liam R. Howlett
2023-02-09mm: don't use __vma_adjust() in __split_vma()Liam R. Howlett
2023-02-09mm: add vma iterator to vma_adjust() argumentsLiam R. Howlett
2023-02-09mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett
2023-02-09task_mmu: convert to vma iteratorLiam R. Howlett
2023-02-09coredump: convert to vma iteratorLiam R. Howlett
2023-02-09mm: change mprotect_fixup to vma iteratorLiam R. Howlett
2023-02-09userfaultfd: use vma iteratorLiam R. Howlett
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-09f2fs: fix to do sanity check on extent cache correctlyChao Yu
2023-02-09Merge tag '6.2-rc8-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-02-09btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain