summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * xfs: perags need atomic operational stateDave Chinner2023-02-1213-65/+101
| * xfs: convert xfs_ialloc_next_ag() to an atomicDave Chinner2023-02-124-20/+4
| * xfs: inobt can use perags in many more places than it doesDave Chinner2023-02-127-56/+47
| * xfs: use active perag references for inode allocationDave Chinner2023-02-123-35/+33
| * xfs: convert xfs_imap() to take a peragDave Chinner2023-02-124-35/+28
| * xfs: rework the perag trace points to be perag centricDave Chinner2023-02-123-28/+22
| * xfs: active perag reference countingDave Chinner2023-02-129-19/+105
| * xfs: don't assert fail on transaction cancel with deferred opsDave Chinner2023-02-101-2/+2
| * xfs: t_firstblock is tracking AGs not blocksDave Chinner2023-02-1010-23/+21
| * xfs: drop firstblock constraints from allocation setupDave Chinner2023-02-102-132/+66
| * xfs: block reservation too large for minleft allocationDave Chinner2023-02-103-11/+12
| * xfs: prefer free inodes at ENOSPC over chunk allocationDave Chinner2023-02-101-0/+17
| * xfs: fix low space alloc deadlockDave Chinner2023-02-103-26/+58
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-241-1/+1
|\ \
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-101-1/+1
* | | Merge tag 'xfs-6.3-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-02-2218-410/+375
|\ \ \ | | |/ | |/|
| * | xfs: revert commit 8954c44ff477Darrick J. Wong2023-02-101-1/+3
| * | xfs: make kobj_type structures constantThomas Weißschuh2023-02-103-12/+12
| * | xfs: allow setting full range of panic tagsDonald Douwsma2023-02-102-2/+13
| * | xfs: don't use BMBT btree split workers for IO completionDave Chinner2023-02-051-2/+16
| * | xfs: fix confusing variable names in xfs_refcount_item.cDarrick J. Wong2023-02-051-27/+27
| * | xfs: pass refcount intent directly through the log intent codeDarrick J. Wong2023-02-054-103/+74
| * | xfs: fix confusing variable names in xfs_rmap_item.cDarrick J. Wong2023-02-051-39/+40
| * | xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong2023-02-053-66/+55
| * | xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong2023-02-052-51/+51
| * | xfs: pass xfs_extent_free_item directly through the log intent codeDarrick J. Wong2023-02-051-25/+30
| * | xfs: fix confusing variable names in xfs_bmap_item.cDarrick J. Wong2023-02-051-28/+28
| * | xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong2023-02-053-72/+46
| * | xfs: use strscpy() to instead of strncpy()Xu Panda2023-02-051-3/+1
| |/
* | Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-02-221-2/+2
|\ \
| * | iomap: Rename page_ops to folio_opsAndreas Gruenbacher2023-01-181-2/+2
| |/
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-2017-90/+89
|\ \
| * | fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-3/+2
| * | fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-192-11/+7
| * | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-196-15/+14
| * | fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner2023-01-191-2/+2
| * | fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-2/+1
| * | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-196-39/+36
| * | fs: port acl to mnt_idmapChristian Brauner2023-01-191-2/+1
| * | fs: port xattr to mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-192-2/+3
| * | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-193-3/+4
| * | fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+3
| * | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
| * | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-2/+3
| * | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
| * | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
| * | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
| * | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
| * | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-194-17/+18