All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] xfsprogs-6.0.0 released
@ 2022-11-14 11:36 Carlos Maiolino
  2022-11-14 11:51 ` Holger Hoffstätte
  2022-11-14 19:16 ` Darrick J. Wong
  0 siblings, 2 replies; 6+ messages in thread
From: Carlos Maiolino @ 2022-11-14 11:36 UTC (permalink / raw)
  To: linux-xfs

Hi folks,

The xfsprogs repository at:

        git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git

has just been updated and tagged for a v6.0.0 release. The condensed changelog
since v6.0.0-rc0 is below.

Tarballs are available at:

https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.0.0.tar.gz
https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.0.0.tar.xz
https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.0.0.tar.sign

Patches often get missed, so please check if your outstanding
patches were in this update. If they have not been in this update,
please resubmit them to linux-xfs@vger.kernel.org so they can be
picked up in the next update.

The new head of the master branch is commit:

3498b6802 xfsprogs: Release v6.0.0

New Commits:

Andrey Albershteyn (5):
      [f103166a9] xfs_quota: separate quota info acquisition into get_dquot()
      [2c1e7aefd] xfs_quota: separate get_dquot() and dump_file()
      [79e651743] xfs_quota: separate get_dquot() and report_mount()
      [6c007276a] xfs_quota: utilize XFS_GETNEXTQUOTA for ranged calls in report/dump
      [f2fde322d] xfs_quota: apply -L/-U range limits in uid/gid/pid loops

Carlos Maiolino (1):
      [3498b6802] xfsprogs: Release v6.0.0

Jakub Bogusz (1):
      [f034a3215] Polish translation update for xfsprogs 5.19.0.

Xiaole He (1):
      [d878935dd] xfs_db: use preferable macro to seek offset for local dir3 entry fields

 VERSION          |     2 +-
 configure.ac     |     2 +-
 db/dir2sf.c      |     6 +-
 debian/changelog |     6 +
 doc/CHANGES      |     5 +
 po/pl.po         | 21351 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------
 quota/report.c   |   343 ++-
 7 files changed, 11248 insertions(+), 10467 deletions(-)


I needed to do a forced update to the tree, to fix a patch authoring mistake,
since both push and forced push were done only a few minutes apart, I hope it
didn't cause any trouble for anyone, otherwise, please accept my apologies.

-- 
Carlos Maiolino

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

* Re: [ANNOUNCE] xfsprogs-6.0.0 released
  2022-11-14 11:36 [ANNOUNCE] xfsprogs-6.0.0 released Carlos Maiolino
@ 2022-11-14 11:51 ` Holger Hoffstätte
  2022-11-14 16:35   ` Carlos Maiolino
  2022-11-14 19:16 ` Darrick J. Wong
  1 sibling, 1 reply; 6+ messages in thread
From: Holger Hoffstätte @ 2022-11-14 11:51 UTC (permalink / raw)
  To: Carlos Maiolino, linux-xfs

On 2022-11-14 12:36, Carlos Maiolino wrote:
> Hi folks,
> 
> The xfsprogs repository at:
> 
>          git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git
> 
> has just been updated and tagged for a v6.0.0 release. The condensed changelog
> since v6.0.0-rc0 is below.
> 
> Tarballs are available at:
> 
> https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.0.0.tar.gz
> https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.0.0.tar.xz
> https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.0.0.tar.sign
> 
> Patches often get missed, so please check if your outstanding
> patches were in this update. If they have not been in this update,
> please resubmit them to linux-xfs@vger.kernel.org so they can be
> picked up in the next update.

It looks like my compilation fix for clang-16 (and maybe gcc-13?) is missing:

https://lore.kernel.org/linux-xfs/865733c7-8314-cd13-f363-5ba2c6842372@applied-asynchrony.com/

thanks
Holger

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

* Re: [ANNOUNCE] xfsprogs-6.0.0 released
  2022-11-14 11:51 ` Holger Hoffstätte
@ 2022-11-14 16:35   ` Carlos Maiolino
  0 siblings, 0 replies; 6+ messages in thread
From: Carlos Maiolino @ 2022-11-14 16:35 UTC (permalink / raw)
  To: Holger Hoffstätte; +Cc: linux-xfs

On Mon, Nov 14, 2022 at 12:51:41PM +0100, Holger Hoffstätte wrote:
> On 2022-11-14 12:36, Carlos Maiolino wrote:
> > Hi folks,
> >
> > The xfsprogs repository at:
> >
> >          git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git
> >
> > has just been updated and tagged for a v6.0.0 release. The condensed changelog
> > since v6.0.0-rc0 is below.
> >
> > Tarballs are available at:
> >
> > https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.0.0.tar.gz
> > https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.0.0.tar.xz
> > https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.0.0.tar.sign
> >
> > Patches often get missed, so please check if your outstanding
> > patches were in this update. If they have not been in this update,
> > please resubmit them to linux-xfs@vger.kernel.org so they can be
> > picked up in the next update.
> 
> It looks like my compilation fix for clang-16 (and maybe gcc-13?) is missing:
> 
> https://lore.kernel.org/linux-xfs/865733c7-8314-cd13-f363-5ba2c6842372@applied-asynchrony.com/
> 

This should go into 6.1, I expect to push this and some more stuff into for-next
around this week, depending on how much time libxfs sync will consume.


> thanks
> Holger

-- 
Carlos Maiolino

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

* Re: [ANNOUNCE] xfsprogs-6.0.0 released
  2022-11-14 11:36 [ANNOUNCE] xfsprogs-6.0.0 released Carlos Maiolino
  2022-11-14 11:51 ` Holger Hoffstätte
@ 2022-11-14 19:16 ` Darrick J. Wong
  2022-11-15 15:35   ` Carlos Maiolino
  1 sibling, 1 reply; 6+ messages in thread
From: Darrick J. Wong @ 2022-11-14 19:16 UTC (permalink / raw)
  To: Carlos Maiolino; +Cc: linux-xfs

On Mon, Nov 14, 2022 at 12:36:39PM +0100, Carlos Maiolino wrote:
> Hi folks,
> 
> The xfsprogs repository at:
> 
>         git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git
> 
> has just been updated and tagged for a v6.0.0 release. The condensed changelog
> since v6.0.0-rc0 is below.
> 
> Tarballs are available at:
> 
> https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.0.0.tar.gz
> https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.0.0.tar.xz
> https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.0.0.tar.sign
> 
> Patches often get missed, so please check if your outstanding
> patches were in this update. If they have not been in this update,
> please resubmit them to linux-xfs@vger.kernel.org so they can be
> picked up in the next update.

That means I should requeue this pile of bugfixes
https://lore.kernel.org/linux-xfs/166795950005.3761353.14062544433865007925.stgit@magnolia/T/#t

for 6.1, right?

--D

> The new head of the master branch is commit:
> 
> 3498b6802 xfsprogs: Release v6.0.0
> 
> New Commits:
> 
> Andrey Albershteyn (5):
>       [f103166a9] xfs_quota: separate quota info acquisition into get_dquot()
>       [2c1e7aefd] xfs_quota: separate get_dquot() and dump_file()
>       [79e651743] xfs_quota: separate get_dquot() and report_mount()
>       [6c007276a] xfs_quota: utilize XFS_GETNEXTQUOTA for ranged calls in report/dump
>       [f2fde322d] xfs_quota: apply -L/-U range limits in uid/gid/pid loops
> 
> Carlos Maiolino (1):
>       [3498b6802] xfsprogs: Release v6.0.0
> 
> Jakub Bogusz (1):
>       [f034a3215] Polish translation update for xfsprogs 5.19.0.
> 
> Xiaole He (1):
>       [d878935dd] xfs_db: use preferable macro to seek offset for local dir3 entry fields
> 
>  VERSION          |     2 +-
>  configure.ac     |     2 +-
>  db/dir2sf.c      |     6 +-
>  debian/changelog |     6 +
>  doc/CHANGES      |     5 +
>  po/pl.po         | 21351 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------
>  quota/report.c   |   343 ++-
>  7 files changed, 11248 insertions(+), 10467 deletions(-)
> 
> 
> I needed to do a forced update to the tree, to fix a patch authoring mistake,
> since both push and forced push were done only a few minutes apart, I hope it
> didn't cause any trouble for anyone, otherwise, please accept my apologies.
> 
> -- 
> Carlos Maiolino

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

* Re: [ANNOUNCE] xfsprogs-6.0.0 released
  2022-11-14 19:16 ` Darrick J. Wong
@ 2022-11-15 15:35   ` Carlos Maiolino
  2022-11-15 23:18     ` Darrick J. Wong
  0 siblings, 1 reply; 6+ messages in thread
From: Carlos Maiolino @ 2022-11-15 15:35 UTC (permalink / raw)
  To: Darrick J. Wong; +Cc: linux-xfs

On Mon, Nov 14, 2022 at 11:16:26AM -0800, Darrick J. Wong wrote:
> On Mon, Nov 14, 2022 at 12:36:39PM +0100, Carlos Maiolino wrote:
> > Hi folks,
> >
> > The xfsprogs repository at:
> >
> >         git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git
> >
> > has just been updated and tagged for a v6.0.0 release. The condensed changelog
> > since v6.0.0-rc0 is below.
> >
> > Tarballs are available at:
> >
> > https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.0.0.tar.gz
> > https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.0.0.tar.xz
> > https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.0.0.tar.sign
> >
> > Patches often get missed, so please check if your outstanding
> > patches were in this update. If they have not been in this update,
> > please resubmit them to linux-xfs@vger.kernel.org so they can be
> > picked up in the next update.
> 
> That means I should requeue this pile of bugfixes
> https://lore.kernel.org/linux-xfs/166795950005.3761353.14062544433865007925.stgit@magnolia/T/#t
> 
> for 6.1, right?

No need for re-sending it, I'll make sure to queue these patches.

> 
> --D
> 
> > The new head of the master branch is commit:
> >
> > 3498b6802 xfsprogs: Release v6.0.0
> >
> > New Commits:
> >
> > Andrey Albershteyn (5):
> >       [f103166a9] xfs_quota: separate quota info acquisition into get_dquot()
> >       [2c1e7aefd] xfs_quota: separate get_dquot() and dump_file()
> >       [79e651743] xfs_quota: separate get_dquot() and report_mount()
> >       [6c007276a] xfs_quota: utilize XFS_GETNEXTQUOTA for ranged calls in report/dump
> >       [f2fde322d] xfs_quota: apply -L/-U range limits in uid/gid/pid loops
> >
> > Carlos Maiolino (1):
> >       [3498b6802] xfsprogs: Release v6.0.0
> >
> > Jakub Bogusz (1):
> >       [f034a3215] Polish translation update for xfsprogs 5.19.0.
> >
> > Xiaole He (1):
> >       [d878935dd] xfs_db: use preferable macro to seek offset for local dir3 entry fields
> >
> >  VERSION          |     2 +-
> >  configure.ac     |     2 +-
> >  db/dir2sf.c      |     6 +-
> >  debian/changelog |     6 +
> >  doc/CHANGES      |     5 +
> >  po/pl.po         | 21351 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------
> >  quota/report.c   |   343 ++-
> >  7 files changed, 11248 insertions(+), 10467 deletions(-)
> >
> >
> > I needed to do a forced update to the tree, to fix a patch authoring mistake,
> > since both push and forced push were done only a few minutes apart, I hope it
> > didn't cause any trouble for anyone, otherwise, please accept my apologies.
> >
> > --
> > Carlos Maiolino

-- 
Carlos Maiolino

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

* Re: [ANNOUNCE] xfsprogs-6.0.0 released
  2022-11-15 15:35   ` Carlos Maiolino
@ 2022-11-15 23:18     ` Darrick J. Wong
  0 siblings, 0 replies; 6+ messages in thread
From: Darrick J. Wong @ 2022-11-15 23:18 UTC (permalink / raw)
  To: Carlos Maiolino; +Cc: linux-xfs

On Tue, Nov 15, 2022 at 04:35:41PM +0100, Carlos Maiolino wrote:
> On Mon, Nov 14, 2022 at 11:16:26AM -0800, Darrick J. Wong wrote:
> > On Mon, Nov 14, 2022 at 12:36:39PM +0100, Carlos Maiolino wrote:
> > > Hi folks,
> > >
> > > The xfsprogs repository at:
> > >
> > >         git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git
> > >
> > > has just been updated and tagged for a v6.0.0 release. The condensed changelog
> > > since v6.0.0-rc0 is below.
> > >
> > > Tarballs are available at:
> > >
> > > https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.0.0.tar.gz
> > > https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.0.0.tar.xz
> > > https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.0.0.tar.sign
> > >
> > > Patches often get missed, so please check if your outstanding
> > > patches were in this update. If they have not been in this update,
> > > please resubmit them to linux-xfs@vger.kernel.org so they can be
> > > picked up in the next update.
> > 
> > That means I should requeue this pile of bugfixes
> > https://lore.kernel.org/linux-xfs/166795950005.3761353.14062544433865007925.stgit@magnolia/T/#t
> > 
> > for 6.1, right?
> 
> No need for re-sending it, I'll make sure to queue these patches.

Ok.  You might also want to push for-next ahead to match master, like
Eric used to.

--D

> > 
> > --D
> > 
> > > The new head of the master branch is commit:
> > >
> > > 3498b6802 xfsprogs: Release v6.0.0
> > >
> > > New Commits:
> > >
> > > Andrey Albershteyn (5):
> > >       [f103166a9] xfs_quota: separate quota info acquisition into get_dquot()
> > >       [2c1e7aefd] xfs_quota: separate get_dquot() and dump_file()
> > >       [79e651743] xfs_quota: separate get_dquot() and report_mount()
> > >       [6c007276a] xfs_quota: utilize XFS_GETNEXTQUOTA for ranged calls in report/dump
> > >       [f2fde322d] xfs_quota: apply -L/-U range limits in uid/gid/pid loops
> > >
> > > Carlos Maiolino (1):
> > >       [3498b6802] xfsprogs: Release v6.0.0
> > >
> > > Jakub Bogusz (1):
> > >       [f034a3215] Polish translation update for xfsprogs 5.19.0.
> > >
> > > Xiaole He (1):
> > >       [d878935dd] xfs_db: use preferable macro to seek offset for local dir3 entry fields
> > >
> > >  VERSION          |     2 +-
> > >  configure.ac     |     2 +-
> > >  db/dir2sf.c      |     6 +-
> > >  debian/changelog |     6 +
> > >  doc/CHANGES      |     5 +
> > >  po/pl.po         | 21351 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------
> > >  quota/report.c   |   343 ++-
> > >  7 files changed, 11248 insertions(+), 10467 deletions(-)
> > >
> > >
> > > I needed to do a forced update to the tree, to fix a patch authoring mistake,
> > > since both push and forced push were done only a few minutes apart, I hope it
> > > didn't cause any trouble for anyone, otherwise, please accept my apologies.
> > >
> > > --
> > > Carlos Maiolino
> 
> -- 
> Carlos Maiolino

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

end of thread, other threads:[~2022-11-15 23:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-14 11:36 [ANNOUNCE] xfsprogs-6.0.0 released Carlos Maiolino
2022-11-14 11:51 ` Holger Hoffstätte
2022-11-14 16:35   ` Carlos Maiolino
2022-11-14 19:16 ` Darrick J. Wong
2022-11-15 15:35   ` Carlos Maiolino
2022-11-15 23:18     ` Darrick J. Wong

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.