mbox series

[GIT,PULL,19/23] xfsprogs: scrubbing for parent pointers

Message ID 172230459716.1455085.11463372520280928902.stg-ugh@frogsfrogsfrogs (mailing list archive)
State New
Headers show
Series [GIT,PULL,01/23] libxfs: fixes for 6.9 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/scrub-pptrs-6.10_2024-07-29

Message

Darrick J. Wong July 30, 2024, 2:45 a.m. UTC
Hi Carlos,

Please pull this branch with changes for xfsprogs for 6.10-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.

The following changes since commit b2677fa4f4009abf8de4c15960a2e97dd5370d41:

mkfs: enable formatting with parent pointers (2024-07-29 17:01:12 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/scrub-pptrs-6.10_2024-07-29

for you to fetch changes up to 4b327cc2f5d03b772dd6d3352cbe28452cd41ef0:

man2: update ioctl_xfs_scrub_metadata.2 for parent pointers (2024-07-29 17:01:12 -0700)

----------------------------------------------------------------
xfsprogs: scrubbing for parent pointers [v13.8 19/28]

Teach online fsck to use parent pointers to assist in checking
directories, parent pointers, extended attributes, and link counts.

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

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

----------------------------------------------------------------
Darrick J. Wong (2):
xfs: create a blob array data structure
man2: update ioctl_xfs_scrub_metadata.2 for parent pointers

libxfs/Makefile                     |   2 +
libxfs/xfblob.c                     | 147 ++++++++++++++++++++++++++++++++++++
libxfs/xfblob.h                     |  24 ++++++
libxfs/xfile.c                      |  11 +++
libxfs/xfile.h                      |   1 +
man/man2/ioctl_xfs_scrub_metadata.2 |  20 ++++-
6 files changed, 201 insertions(+), 4 deletions(-)
create mode 100644 libxfs/xfblob.c
create mode 100644 libxfs/xfblob.h