mbox series

[GIT,PULL,1/8] xfsprogs: bug fixes for 6.12

Message ID 173498954095.2301496.13379830574839883381.stg-ugh@frogsfrogsfrogs (mailing list archive)
State New
Headers show
Series [GIT,PULL,1/8] xfsprogs: bug fixes for 6.12 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/xfs-6.12-fixes_2024-12-23

Message

Darrick J. Wong Dec. 23, 2024, 10:27 p.m. UTC
Hi Andrey,

Please pull this branch with changes for xfsprogs for 6.11-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 409477af604f465169be9b2cbe259fe382f052ae:

xfs_io: add support for atomic write statx fields (2024-11-21 14:43:58 +0100)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/xfs-6.12-fixes_2024-12-23

for you to fetch changes up to 50e3f6684fe5adb4138ec5882b316c00524a6051:

man: document the -n parent mkfs option (2024-12-23 13:05:06 -0800)

----------------------------------------------------------------
xfsprogs: bug fixes for 6.12 [01/23]

Bug fixes for 6.12.

This has been running on the djcloud for months with no problems.  Enjoy!

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

----------------------------------------------------------------
Andrey Albershteyn (1):
xfsprogs: Release v6.12.0

Darrick J. Wong (2):
xfs_repair: fix maximum file offset comparison
man: document the -n parent mkfs option

Jan Palus (1):
man: fix ioctl_xfs_commit_range man page install

VERSION                           |  2 +-
configure.ac                      |  2 +-
debian/changelog                  |  6 ++++++
doc/CHANGES                       | 21 +++++++++++++++++++++
man/man2/ioctl_xfs_commit_range.2 |  2 +-
man/man8/mkfs.xfs.8.in            | 12 ++++++++++++
repair/dinode.c                   |  2 +-
repair/globals.c                  |  1 -
repair/globals.h                  |  1 -
repair/prefetch.c                 |  2 +-
repair/versions.c                 |  7 +------
11 files changed, 45 insertions(+), 13 deletions(-)