On Mon, Apr 15, 2024 at 05:57:47PM -0700, Darrick J. Wong wrote: > Hi all, > > Bug fixes for xfsprogs for 6.8. Hey, do you plan to sent a PR for such patches or you want me to pick them up from the list? Carlos > > If you're going to start using this code, I strongly recommend pulling > from my git trees, which are linked below. > > This has been running on the djcloud for months with no problems. Enjoy! > Comments and questions are, as always, welcome. > > --D > > xfsprogs git tree: > https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=xfsprogs-6.8-fixes > --- > Commits in this patchset: > * xfs_repair: double-check with shortform attr verifiers > * xfs_db: improve number extraction in getbitval > * xfs_scrub: fix threadcount estimates for phase 6 > * xfs_scrub: don't fail while reporting media scan errors > * xfs_io: add linux madvise advice codes > --- > db/bit.c | 37 ++++++++++-------------- > io/madvise.c | 77 +++++++++++++++++++++++++++++++++++++++++++++++++- > repair/attr_repair.c | 17 +++++++++++ > scrub/phase6.c | 36 ++++++++++++++++++----- > 4 files changed, 137 insertions(+), 30 deletions(-) >