mbox series

[PATCHSET,0/7] xfsprogs: random fixes for 6.0

Message ID 166795950005.3761353.14062544433865007925.stgit@magnolia (mailing list archive)
Headers show
Series xfsprogs: random fixes for 6.0 | expand

Message

Darrick J. Wong Nov. 9, 2022, 2:05 a.m. UTC
Hi all,

This is a rollup of all the random fixes I've collected for xfsprogs
6.0.  At this point it's just an assorted collection, no particular
theme.  Many of them are leftovers from the last posting.

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.

--D

xfsprogs git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=xfsprogs-fixes-6.0
---
 db/btblock.c             |    2 +
 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/xfs_mkfs.c          |    2 +
 repair/phase2.c          |    8 +++++
 repair/phase6.c          |    9 +++++
 repair/protos.h          |    1 +
 repair/xfs_repair.c      |   77 ++++++++++++++++++++++++++++++++++++++++------
 scrub/inodes.c           |    2 +
 16 files changed, 105 insertions(+), 19 deletions(-)

Comments

Carlos Maiolino Nov. 18, 2022, 2:46 p.m. UTC | #1
On Tue, Nov 08, 2022 at 06:05:00PM -0800, Darrick J. Wong wrote:
> Hi all,
> 
> This is a rollup of all the random fixes I've collected for xfsprogs
> 6.0.  At this point it's just an assorted collection, no particular
> theme.  Many of them are leftovers from the last posting.
> 
> 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.
> 
> --D
> 
> xfsprogs git tree:
> https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=xfsprogs-fixes-6.0
> ---
>  db/btblock.c             |    2 +
>  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/xfs_mkfs.c          |    2 +
>  repair/phase2.c          |    8 +++++
>  repair/phase6.c          |    9 +++++
>  repair/protos.h          |    1 +
>  repair/xfs_repair.c      |   77 ++++++++++++++++++++++++++++++++++++++++------
>  scrub/inodes.c           |    2 +
>  16 files changed, 105 insertions(+), 19 deletions(-)
> 

The whole series looks good. Will test

Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Darrick J. Wong Nov. 21, 2022, 5:06 p.m. UTC | #2
On Fri, Nov 18, 2022 at 03:46:15PM +0100, Carlos Maiolino wrote:
> On Tue, Nov 08, 2022 at 06:05:00PM -0800, Darrick J. Wong wrote:
> > Hi all,
> > 
> > This is a rollup of all the random fixes I've collected for xfsprogs
> > 6.0.  At this point it's just an assorted collection, no particular
> > theme.  Many of them are leftovers from the last posting.
> > 
> > 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.
> > 
> > --D
> > 
> > xfsprogs git tree:
> > https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=xfsprogs-fixes-6.0
> > ---
> >  db/btblock.c             |    2 +
> >  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/xfs_mkfs.c          |    2 +
> >  repair/phase2.c          |    8 +++++
> >  repair/phase6.c          |    9 +++++
> >  repair/protos.h          |    1 +
> >  repair/xfs_repair.c      |   77 ++++++++++++++++++++++++++++++++++++++++------
> >  scrub/inodes.c           |    2 +
> >  16 files changed, 105 insertions(+), 19 deletions(-)
> > 
> 
> The whole series looks good. Will test
> 
> Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>

Thank you!

--D

> -- 
> Carlos Maiolino