On Fri, Dec 09, 2022 at 09:59:32AM +0100, Carlos Maiolino wrote: > On Wed, Nov 23, 2022 at 09:08:54AM -0800, Darrick J. Wong wrote: > > Hi all, > > > > This is a rollup of all the random fixes I've collected for xfsprogs > > 6.1. At this point it's just an assorted collection, no particular > > theme. Many of them are verbatim repostings from the 6.0 series. > > There's also a mkfs config file for the 6.1 LTS. > > > > If you're going to start using this mess, you probably ought to just > > pull from my git trees, which are linked below. > > > > This is an extraordinary way to destroy everything. Enjoy! > > Comments and questions are, as always, welcome. > > I've reviewed these patches before, except the last 2, which seems fine too. So, > for the whole series: > > Reviewed-by: Carlos Maiolino <cmaiolino@xxxxxxxxxx> Cool, thank you! --D > > > > --D > > > > xfsprogs git tree: > > https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=xfsprogs-fixes-6.1 > > --- > > db/btblock.c | 2 + > > db/check.c | 4 +- > > db/namei.c | 2 + > > db/write.c | 4 +- > > io/pread.c | 2 + > > libfrog/linux.c | 1 + > > libxfs/libxfs_api_defs.h | 2 + > > libxfs/libxfs_io.h | 1 + > > libxfs/libxfs_priv.h | 2 + > > libxfs/rdwr.c | 8 +++++ > > libxfs/util.c | 1 + > > mkfs/Makefile | 3 +- > > mkfs/lts_6.1.conf | 14 ++++++++ > > mkfs/xfs_mkfs.c | 2 + > > repair/phase2.c | 8 +++++ > > repair/phase6.c | 9 +++++ > > repair/protos.h | 1 + > > repair/scan.c | 22 ++++++++++--- > > repair/xfs_repair.c | 77 ++++++++++++++++++++++++++++++++++++++++------ > > scrub/inodes.c | 2 + > > 20 files changed, 139 insertions(+), 28 deletions(-) > > create mode 100644 mkfs/lts_6.1.conf > > > > -- > Carlos Maiolino