On Wed, Apr 17, 2024 at 09:34:41AM +0200, Carlos Maiolino wrote: > 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? I can send PRs. Do you want them for just the bugfixes at the start of my branch, or should I keep going through libxfs syncs all the way to the end? --D > 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(-) > > >