mbox series

[GIT,PULL,7/8] xfs: various bug fixes for 6.12

Message ID 172530248562.3348968.7217782771063673945.stg-ugh@frogsfrogsfrogs (mailing list archive)
State New
Headers show
Series [GIT,PULL,1/8] xfs: atomic file content commits | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/xfs-fixes-6.12_2024-09-02

Message

Darrick J. Wong Sept. 2, 2024, 6:43 p.m. UTC
Hi Chandan,

Please pull this branch with changes for xfs for 6.12-rc1.

As usual, I did a test-merge with the main upstream branch as of a few
minutes ago, and didn't see any conflicts.  Please let me know if you
encounter any problems.

--D

The following changes since commit 2c4162be6c10d3bc4884c211ae4787fc84c4fe3c:

xfs: refactor loading quota inodes in the regular case (2024-09-01 08:58:20 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/xfs-fixes-6.12_2024-09-02

for you to fetch changes up to de55149b6639e903c4d06eb0474ab2c05060e61d:

xfs: fix a sloppy memory handling bug in xfs_iroot_realloc (2024-09-01 08:58:20 -0700)

----------------------------------------------------------------
xfs: various bug fixes for 6.12 [7/8]

Various bug fixes for 6.12.

With a bit of luck, this should all go splendidly.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>

----------------------------------------------------------------
Darrick J. Wong (3):
xfs: fix C++ compilation errors in xfs_fs.h
xfs: fix FITRIM reporting again
xfs: fix a sloppy memory handling bug in xfs_iroot_realloc

fs/xfs/libxfs/xfs_fs.h         |  5 +++--
fs/xfs/libxfs/xfs_inode_fork.c | 10 +++++-----
fs/xfs/xfs_discard.c           |  2 +-
3 files changed, 9 insertions(+), 8 deletions(-)