From: "Darrick J. Wong" <djwong@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org,
david@fromorbit.com, linux-kernel@vger.kernel.org,
sandeen@sandeen.net, hch@lst.de
Subject: [GIT PULL] xfs: fixes for 5.12-rc4
Date: Thu, 18 Mar 2021 12:14:36 -0700 [thread overview]
Message-ID: <20210318191436.GL22100@magnolia> (raw)
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(-)
next reply other threads:[~2021-03-18 19:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-18 19:14 Darrick J. Wong [this message]
2021-03-18 19:42 ` [GIT PULL] xfs: fixes for 5.12-rc4 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210318191436.GL22100@magnolia \
--to=djwong@kernel.org \
--cc=david@fromorbit.com \
--cc=hch@lst.de \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-xfs@vger.kernel.org \
--cc=sandeen@sandeen.net \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox