All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] xfsprogs: for-next updated to d8eab7600
@ 2023-01-20 15:45 Carlos Maiolino
  2023-01-20 23:35 ` Allison Henderson
  0 siblings, 1 reply; 5+ messages in thread
From: Carlos Maiolino @ 2023-01-20 15:45 UTC (permalink / raw)
  To: linux-xfs

Hello.

The xfsprogs for-next branch, located at:

https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/refs/?h=for-next

Has just been updated.

Patches often get missed, so if your outstanding patches are properly reviewed on
the list and not included in this update, please let me know.

The new head of the for-next branch is commit:

d8eab7600f470fbd09013eb90cbc7c5e271da4e5

4 new commits:

Catherine Hoang (2):
      [d9151538d] xfs_io: add fsuuid command
      [e7cd89b2d] xfs_admin: get UUID of mounted filesystem

Dave Chinner (2):
      [0f1291c3b] progs: autoconf fails during debian package builds
      [d8eab7600] progs: just use libtoolize

Code Diffstat:

 Makefile          | 16 +--------------
 db/xfs_admin.sh   | 61 ++++++++++++++++++++++++++++++++++++++++++++++---------
 io/Makefile       |  6 +++---
 io/fsuuid.c       | 49 ++++++++++++++++++++++++++++++++++++++++++++
 io/init.c         |  1 +
 io/io.h           |  1 +
 man/man8/xfs_io.8 |  3 +++
 7 files changed, 109 insertions(+), 28 deletions(-)
 create mode 100644 io/fsuuid.c

-- 
Carlos Maiolino

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] xfsprogs: for-next updated to d8eab7600
  2023-01-20 15:45 [ANNOUNCE] xfsprogs: for-next updated to d8eab7600 Carlos Maiolino
@ 2023-01-20 23:35 ` Allison Henderson
  2023-01-23 13:10   ` Carlos Maiolino
  0 siblings, 1 reply; 5+ messages in thread
From: Allison Henderson @ 2023-01-20 23:35 UTC (permalink / raw)
  To: Catherine Hoang, linux-xfs, cem

On Fri, 2023-01-20 at 16:45 +0100, Carlos Maiolino wrote:
> Hello.
> 
> The xfsprogs for-next branch, located at:
> 
> https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/refs/?h=for-next
> 
> Has just been updated.
> 
> Patches often get missed, so if your outstanding patches are properly
> reviewed on
> the list and not included in this update, please let me know.
> 
> The new head of the for-next branch is commit:
> 
> d8eab7600f470fbd09013eb90cbc7c5e271da4e5
> 
> 4 new commits:
> 
> Catherine Hoang (2):
>       [d9151538d] xfs_io: add fsuuid command
Oops, Catherine and I noticed a bug in this patch yesterday.  Do you
want an updated patch, or a separate fix patch?

Allison
>       [e7cd89b2d] xfs_admin: get UUID of mounted filesystem
> 
> Dave Chinner (2):
>       [0f1291c3b] progs: autoconf fails during debian package builds
>       [d8eab7600] progs: just use libtoolize
> 
> Code Diffstat:
> 
>  Makefile          | 16 +--------------
>  db/xfs_admin.sh   | 61
> ++++++++++++++++++++++++++++++++++++++++++++++---------
>  io/Makefile       |  6 +++---
>  io/fsuuid.c       | 49 ++++++++++++++++++++++++++++++++++++++++++++
>  io/init.c         |  1 +
>  io/io.h           |  1 +
>  man/man8/xfs_io.8 |  3 +++
>  7 files changed, 109 insertions(+), 28 deletions(-)
>  create mode 100644 io/fsuuid.c
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] xfsprogs: for-next updated to d8eab7600
  2023-01-20 23:35 ` Allison Henderson
@ 2023-01-23 13:10   ` Carlos Maiolino
  2023-01-23 17:49     ` Allison Henderson
  0 siblings, 1 reply; 5+ messages in thread
From: Carlos Maiolino @ 2023-01-23 13:10 UTC (permalink / raw)
  To: Allison Henderson; +Cc: Catherine Hoang, linux-xfs

On Fri, Jan 20, 2023 at 11:35:12PM +0000, Allison Henderson wrote:
> On Fri, 2023-01-20 at 16:45 +0100, Carlos Maiolino wrote:
> > Hello.
> >
> > The xfsprogs for-next branch, located at:
> >
> > https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/refs/?h=for-next
> >
> > Has just been updated.
> >
> > Patches often get missed, so if your outstanding patches are properly
> > reviewed on
> > the list and not included in this update, please let me know.
> >
> > The new head of the for-next branch is commit:
> >
> > d8eab7600f470fbd09013eb90cbc7c5e271da4e5
> >
> > 4 new commits:
> >
> > Catherine Hoang (2):
> >       [d9151538d] xfs_io: add fsuuid command
> Oops, Catherine and I noticed a bug in this patch yesterday.  Do you
> want an updated patch, or a separate fix patch?

I suppose you're not talking about:
[PATCH v1] xfs_admin: get/set label of mounted filesystem
?

Anyway, feel free to send a new patch with a 'Fixes:' tag. It's gonna be better
than rebasing for-next.

Thanks for the heads up.

-- 
Carlos Maiolino

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] xfsprogs: for-next updated to d8eab7600
  2023-01-23 13:10   ` Carlos Maiolino
@ 2023-01-23 17:49     ` Allison Henderson
  2023-01-25 17:21       ` Carlos Maiolino
  0 siblings, 1 reply; 5+ messages in thread
From: Allison Henderson @ 2023-01-23 17:49 UTC (permalink / raw)
  To: cem; +Cc: Catherine Hoang, linux-xfs

On Mon, 2023-01-23 at 14:10 +0100, Carlos Maiolino wrote:
> On Fri, Jan 20, 2023 at 11:35:12PM +0000, Allison Henderson wrote:
> > On Fri, 2023-01-20 at 16:45 +0100, Carlos Maiolino wrote:
> > > Hello.
> > > 
> > > The xfsprogs for-next branch, located at:
> > > 
> > > https://urldefense.com/v3/__https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/refs/?h=for-next__;!!ACWV5N9M2RV99hQ!PiPt2DJxvbDLwRJAXsg5bus3suustYPKHJFnIY8Uu7h8QyFJpDo8rVAjr0A-dpGMPv70rmx06boX5hIO$
> > >  
> > > 
> > > Has just been updated.
> > > 
> > > Patches often get missed, so if your outstanding patches are
> > > properly
> > > reviewed on
> > > the list and not included in this update, please let me know.
> > > 
> > > The new head of the for-next branch is commit:
> > > 
> > > d8eab7600f470fbd09013eb90cbc7c5e271da4e5
> > > 
> > > 4 new commits:
> > > 
> > > Catherine Hoang (2):
> > >       [d9151538d] xfs_io: add fsuuid command
> > Oops, Catherine and I noticed a bug in this patch yesterday.  Do
> > you
> > want an updated patch, or a separate fix patch?
> 
> I suppose you're not talking about:
> [PATCH v1] xfs_admin: get/set label of mounted filesystem
> ?
That patch had exposed it, so I had advised to update "xfs_io: add
fsuuid command" since it didn't look like it had merged yet

> 
> Anyway, feel free to send a new patch with a 'Fixes:' tag. It's gonna
> be better
> than rebasing for-next.

Alrighty, thanks Carlos!

Allison

> 
> Thanks for the heads up.
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] xfsprogs: for-next updated to d8eab7600
  2023-01-23 17:49     ` Allison Henderson
@ 2023-01-25 17:21       ` Carlos Maiolino
  0 siblings, 0 replies; 5+ messages in thread
From: Carlos Maiolino @ 2023-01-25 17:21 UTC (permalink / raw)
  To: Allison Henderson; +Cc: Catherine Hoang, linux-xfs

On Mon, Jan 23, 2023 at 05:49:46PM +0000, Allison Henderson wrote:
> On Mon, 2023-01-23 at 14:10 +0100, Carlos Maiolino wrote:
> > On Fri, Jan 20, 2023 at 11:35:12PM +0000, Allison Henderson wrote:
> > > On Fri, 2023-01-20 at 16:45 +0100, Carlos Maiolino wrote:
> > > > Hello.
> > > >
> > > > The xfsprogs for-next branch, located at:
> > > >
> > > > https://urldefense.com/v3/__https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/refs/?h=for-next__;!!ACWV5N9M2RV99hQ!PiPt2DJxvbDLwRJAXsg5bus3suustYPKHJFnIY8Uu7h8QyFJpDo8rVAjr0A-dpGMPv70rmx06boX5hIO$
> > > >  
> > > >
> > > > Has just been updated.
> > > >
> > > > Patches often get missed, so if your outstanding patches are
> > > > properly
> > > > reviewed on
> > > > the list and not included in this update, please let me know.
> > > >
> > > > The new head of the for-next branch is commit:
> > > >
> > > > d8eab7600f470fbd09013eb90cbc7c5e271da4e5
> > > >
> > > > 4 new commits:
> > > >
> > > > Catherine Hoang (2):
> > > >       [d9151538d] xfs_io: add fsuuid command
> > > Oops, Catherine and I noticed a bug in this patch yesterday.  Do
> > > you
> > > want an updated patch, or a separate fix patch?
> >
> > I suppose you're not talking about:
> > [PATCH v1] xfs_admin: get/set label of mounted filesystem
> > ?
> That patch had exposed it, so I had advised to update "xfs_io: add
> fsuuid command" since it didn't look like it had merged yet
> 
> >
> > Anyway, feel free to send a new patch with a 'Fixes:' tag. It's gonna
> > be better
> > than rebasing for-next.
> 
> Alrighty, thanks Carlos!
> 
> Allison

You're welcome!

> 
> >
> > Thanks for the heads up.
> >
> 

-- 
Carlos Maiolino

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-25 17:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-20 15:45 [ANNOUNCE] xfsprogs: for-next updated to d8eab7600 Carlos Maiolino
2023-01-20 23:35 ` Allison Henderson
2023-01-23 13:10   ` Carlos Maiolino
2023-01-23 17:49     ` Allison Henderson
2023-01-25 17:21       ` Carlos Maiolino

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.