mbox series

[PATCHSET,0/2] xfsprogs: random fixes for 6.1, part 2

Message ID 167096037742.1739636.10785934352963408920.stgit@magnolia (mailing list archive)
Headers show
Series xfsprogs: random fixes for 6.1, part 2 | expand

Message

Darrick J. Wong Dec. 13, 2022, 7:39 p.m. UTC
Hi all,

This is the second rollup of all the random fixes I've collected for
xfsprogs 6.1.

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.1
---
 db/btblock.c |   70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 db/btblock.h |    6 +++++
 db/field.c   |    8 +++++++
 db/field.h   |    4 +++
 db/type.c    |    6 ++---
 io/fsmap.c   |    4 ++-
 6 files changed, 93 insertions(+), 5 deletions(-)

Comments

Carlos Maiolino Dec. 14, 2022, 12:31 p.m. UTC | #1
On Tue, Dec 13, 2022 at 11:39:37AM -0800, Darrick J. Wong wrote:
> Hi all,
> 
> This is the second rollup of all the random fixes I've collected for
> xfsprogs 6.1.
> 
> 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.
> 

Series looks good, will test.
Thanks Darrick.

Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>

> --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 |   70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  db/btblock.h |    6 +++++
>  db/field.c   |    8 +++++++
>  db/field.h   |    4 +++
>  db/type.c    |    6 ++---
>  io/fsmap.c   |    4 ++-
>  6 files changed, 93 insertions(+), 5 deletions(-)
>