mbox series

[GIT,PULL] xfs: fixes for 5.12-rc4

Message ID 20210318191436.GL22100@magnolia (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] xfs: fixes for 5.12-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.12-fixes-3

Message

Darrick J. Wong March 18, 2021, 7:14 p.m. UTC
Hi Linus,

Please pull the following branch containing some fixes to the xfs code
for 5.12-rc4.  There's a couple of minor corrections for the new
idmapping functionality, and a fix for a theoretical hang that could
occur if we decide to abort a mount after dirtying the quota inodes.

This branch merges cleanly with upstream as of a few minutes ago.
Please let me know if anything else strange happens during the merge
process.

--D

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.12-fixes-3

for you to fetch changes up to 8723d5ba8bdae1c41be7a6fc8469dc9aa551e7d0:

  xfs: also reject BULKSTAT_SINGLE in a mount user namespace (2021-03-15 08:50:41 -0700)

----------------------------------------------------------------
Changes for 5.12-rc3:
 - Fix quota accounting on creat() when id mapping is enabled.
 - Actually reclaim dirty quota inodes when mount fails.
 - Typo fixes for documentation.
 - Restrict both bulkstat calls on idmapped/namespaced mounts.

----------------------------------------------------------------
Bhaskar Chowdhury (1):
      docs: ABI: Fix the spelling oustanding to outstanding in the file sysfs-fs-xfs

Christoph Hellwig (1):
      xfs: also reject BULKSTAT_SINGLE in a mount user namespace

Darrick J. Wong (2):
      xfs: fix quota accounting when a mount is idmapped
      xfs: force log and push AIL to clear pinned inodes when aborting mount

 Documentation/ABI/testing/sysfs-fs-xfs |  2 +-
 fs/xfs/xfs_inode.c                     | 14 +++---
 fs/xfs/xfs_itable.c                    |  6 +++
 fs/xfs/xfs_mount.c                     | 90 +++++++++++++++++-----------------
 fs/xfs/xfs_symlink.c                   |  3 +-
 5 files changed, 61 insertions(+), 54 deletions(-)

Comments

pr-tracker-bot@kernel.org March 18, 2021, 7:42 p.m. UTC | #1
The pull request you sent on Thu, 18 Mar 2021 12:14:36 -0700:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.12-fixes-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c73891c922f5934b826fe5eb743fbdb28aee3f99

Thank you!