[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YsGwPqUYSW/IwgkN@magnolia>
Date: Sun, 3 Jul 2022 08:05:34 -0700
From: "Darrick J. Wong" <djwong@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-fsdevel@...r.kernel.org, linux-xfs@...r.kernel.org,
david@...morbit.com, linux-kernel@...r.kernel.org,
sandeen@...deen.net, hch@....de, fstests <fstests@...r.kernel.org>
Subject: [GIT PULL] xfs: bug fixes for 5.19-rc5
Hi Linus,
Please pull this branch containing bug fixes for XFS for 5.19-rc5. The
patches in this branch fix some stalling problems and correct the last
of the problems (I hope) observed during testing of the new atomic xattr
update feature.
As usual, I did a test-merge with upstream master as of a few minutes
ago, and it completed flawlessly. Please let me know if you encounter
any problems.
--D
The following changes since commit e89ab76d7e2564c65986add3d634cc5cf5bacf14:
xfs: preserve DIFLAG2_NREXT64 when setting other inode attributes (2022-06-15 23:13:33 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.19-fixes-4
for you to fetch changes up to 7561cea5dbb97fecb952548a0fb74fb105bf4664:
xfs: prevent a UAF when log IO errors race with unmount (2022-07-01 09:09:52 -0700)
----------------------------------------------------------------
Fixes for 5.19-rc5:
- Fix statfs blocking on background inode gc workers
- Fix some broken inode lock assertion code
- Fix xattr leaf buffer leaks when cancelling a deferred xattr update
operation
- Clean up xattr recovery to make it easier to understand.
- Fix xattr leaf block verifiers tripping over empty blocks.
- Remove complicated and error prone xattr leaf block bholding mess.
- Fix a bug where an rt extent crossing EOF was treated as "posteof"
blocks and cleaned unnecessarily.
- Fix a UAF when log shutdown races with unmount.
----------------------------------------------------------------
Darrick J. Wong (6):
xfs: always free xattri_leaf_bp when cancelling a deferred op
xfs: clean up the end of xfs_attri_item_recover
xfs: empty xattr leaf header blocks are not corruption
xfs: don't hold xattr leaf buffers across transaction rolls
xfs: dont treat rt extents beyond EOF as eofblocks to be cleared
xfs: prevent a UAF when log IO errors race with unmount
Dave Chinner (2):
xfs: bound maximum wait time for inodegc work
xfs: introduce xfs_inodegc_push()
Kaixu Xia (2):
xfs: factor out the common lock flags assert
xfs: use invalidate_lock to check the state of mmap_lock
fs/xfs/libxfs/xfs_attr.c | 38 ++++++-------------------
fs/xfs/libxfs/xfs_attr.h | 5 ----
fs/xfs/libxfs/xfs_attr_leaf.c | 35 ++++++++++++-----------
fs/xfs/libxfs/xfs_attr_leaf.h | 3 +-
fs/xfs/xfs_attr_item.c | 27 ++++++++++--------
fs/xfs/xfs_bmap_util.c | 2 ++
fs/xfs/xfs_icache.c | 56 ++++++++++++++++++++++++-------------
fs/xfs/xfs_icache.h | 1 +
fs/xfs/xfs_inode.c | 64 +++++++++++++++++--------------------------
fs/xfs/xfs_log.c | 9 ++++--
fs/xfs/xfs_mount.h | 2 +-
fs/xfs/xfs_qm_syscalls.c | 9 ++++--
fs/xfs/xfs_super.c | 9 ++++--
fs/xfs/xfs_trace.h | 1 +
14 files changed, 130 insertions(+), 131 deletions(-)
Powered by blists - more mailing lists