All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] xfsprogs updated to 6.0.0-rc0
@ 2022-09-15 13:03 Carlos Maiolino
  2022-09-15 16:22 ` Darrick J. Wong
  0 siblings, 1 reply; 3+ messages in thread
From: Carlos Maiolino @ 2022-09-15 13:03 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 benn updated.

This is essentially a fast-forward merge from for-next branch, containing only
libxfs-sync patches.

Any questions, please let me know.


The new head of the master branch is commit:

3c6e12a4a xfsprogs: Release v6.0.0-rc0

New Commits:

Andrey Strachuk (1):
      [798d43495] 798d43495

Carlos Maiolino (1):
      [3c6e12a4a] 3c6e12a4a

Dan Carpenter (1):
      [17df7eb7e] 17df7eb7e

Darrick J. Wong (6):
      [722e81c12] 722e81c12
      [7ff5f1edf] 7ff5f1edf
      [d4292c669] d4292c669
      [4f8415858] 4f8415858
      [eae3e30d4] eae3e30d4
      [e373f06a3] e373f06a3

Dave Chinner (17):
      [ef78f876e] ef78f876e
      [37dc5890e] 37dc5890e
      [4330a9e00] 4330a9e00
      [87db57baf] 87db57baf
      [f9084bd95] f9084bd95
      [bc87af992] bc87af992
      [c1030eda4] c1030eda4
      [1d202c10b] 1d202c10b
      [9a73333d9] 9a73333d9
      [75c01cccf] 75c01cccf
      [83af0d13a] 83af0d13a
      [8aa34dc9b] 8aa34dc9b
      [cee2d89ae] cee2d89ae
      [54f6b9e5e] 54f6b9e5e
      [0b2f4162b] 0b2f4162b
      [69535dadf] 69535dadf
      [b9846dc9e] b9846dc9e

Slark Xiao (1):
      [e4a32219d] e4a32219d

Xiaole He (1):
      [ec36ecd2d] ec36ecd2d

hexiaole (1):
      [d3e53ab7c] d3e53ab7c


Code Diffstat:

 VERSION                     |   6 +--
 configure.ac                |   2 +-
 db/fsmap.c                  |   2 +-
 db/info.c                   |   2 +-
 db/namei.c                  |   2 +-
 include/xfs_inode.h         |  65 ++++++++++++++++++++++++++-
 libxfs/defer_item.c         |   6 ++-
 libxfs/init.c               |   3 +-
 libxfs/libxfs_api_defs.h    |   1 +
 libxfs/libxfs_priv.h        |  12 +++--
 libxfs/rdwr.c               |   8 ++--
 libxfs/util.c               |   7 +--
 libxfs/xfs_ag.c             | 171 ++++++++++++++++++++++++++++++++++++++++++++++------------------------
 libxfs/xfs_ag.h             |  75 +++++++++++++++++++++++++------
 libxfs/xfs_ag_resv.c        |   2 +-
 libxfs/xfs_alloc.c          | 145 ++++++++++++++++++++++++++---------------------------------
 libxfs/xfs_alloc.h          |  58 +++++-------------------
 libxfs/xfs_alloc_btree.c    |   9 ++--
 libxfs/xfs_attr.c           |  22 +++++----
 libxfs/xfs_attr.h           |  10 ++---
 libxfs/xfs_attr_leaf.c      |  28 ++++++------
 libxfs/xfs_attr_remote.c    |  15 ++++---
 libxfs/xfs_bmap.c           |  84 +++++++++++++++++-----------------
 libxfs/xfs_bmap_btree.c     |  10 ++---
 libxfs/xfs_btree.c          |  29 +++++-------
 libxfs/xfs_dir2.c           |   2 +-
 libxfs/xfs_dir2_block.c     |   6 +--
 libxfs/xfs_dir2_sf.c        |   8 ++--
 libxfs/xfs_format.h         |   2 +-
 libxfs/xfs_ialloc.c         |  86 +++++++++++++++--------------------
 libxfs/xfs_ialloc.h         |  25 ++---------
 libxfs/xfs_ialloc_btree.c   |  20 ++++-----
 libxfs/xfs_inode_buf.c      |  15 +++----
 libxfs/xfs_inode_fork.c     |  65 ++++++++++++++-------------
 libxfs/xfs_inode_fork.h     |  27 ++---------
 libxfs/xfs_refcount.c       |  19 ++++----
 libxfs/xfs_refcount_btree.c |   5 +--
 libxfs/xfs_rmap.c           |   8 ++--
 libxfs/xfs_rmap_btree.c     |   9 ++--
 libxfs/xfs_symlink_remote.c |   2 +-
 libxfs/xfs_trans_resv.c     |   2 +-
 libxfs/xfs_types.c          |  73 ++++--------------------------
 libxfs/xfs_types.h          |   9 ----
 mkfs/proto.c                |   2 +-
 repair/dino_chunks.c        |  12 +++--
 repair/dinode.c             |   5 ++-
 repair/phase6.c             |  11 ++---
 repair/quotacheck.c         |   4 +-
 repair/rmap.c               |  16 ++++---
 repair/scan.c               |  70 +++++++++++++++++++++--------
 50 files changed, 660 insertions(+), 617 deletions(-)

-- 
Carlos Maiolino

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

* Re: [ANNOUNCE] xfsprogs updated to 6.0.0-rc0
  2022-09-15 13:03 [ANNOUNCE] xfsprogs updated to 6.0.0-rc0 Carlos Maiolino
@ 2022-09-15 16:22 ` Darrick J. Wong
  2022-09-16  9:54   ` Carlos Maiolino
  0 siblings, 1 reply; 3+ messages in thread
From: Darrick J. Wong @ 2022-09-15 16:22 UTC (permalink / raw)
  To: Carlos Maiolino; +Cc: linux-xfs

On Thu, Sep 15, 2022 at 03:03:09PM +0200, Carlos Maiolino wrote:
> Hi folks,
> 
> The xfsprogs repository at:
> 
> 	git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/
> 
> has just benn updated.
> 
> This is essentially a fast-forward merge from for-next branch, containing only
> libxfs-sync patches.
> 
> Any questions, please let me know.
> 
> 
> The new head of the master branch is commit:
> 
> 3c6e12a4a xfsprogs: Release v6.0.0-rc0
> 
> New Commits:
> 
> Andrey Strachuk (1):
>       [798d43495] 798d43495

Er... is there a bug in your script?  Want to crib from mine? :D
https://djwong.org/docs/kernel/git-announce

--D

> 
> Carlos Maiolino (1):
>       [3c6e12a4a] 3c6e12a4a
> 
> Dan Carpenter (1):
>       [17df7eb7e] 17df7eb7e
> 
> Darrick J. Wong (6):
>       [722e81c12] 722e81c12
>       [7ff5f1edf] 7ff5f1edf
>       [d4292c669] d4292c669
>       [4f8415858] 4f8415858
>       [eae3e30d4] eae3e30d4
>       [e373f06a3] e373f06a3
> 
> Dave Chinner (17):
>       [ef78f876e] ef78f876e
>       [37dc5890e] 37dc5890e
>       [4330a9e00] 4330a9e00
>       [87db57baf] 87db57baf
>       [f9084bd95] f9084bd95
>       [bc87af992] bc87af992
>       [c1030eda4] c1030eda4
>       [1d202c10b] 1d202c10b
>       [9a73333d9] 9a73333d9
>       [75c01cccf] 75c01cccf
>       [83af0d13a] 83af0d13a
>       [8aa34dc9b] 8aa34dc9b
>       [cee2d89ae] cee2d89ae
>       [54f6b9e5e] 54f6b9e5e
>       [0b2f4162b] 0b2f4162b
>       [69535dadf] 69535dadf
>       [b9846dc9e] b9846dc9e
> 
> Slark Xiao (1):
>       [e4a32219d] e4a32219d
> 
> Xiaole He (1):
>       [ec36ecd2d] ec36ecd2d
> 
> hexiaole (1):
>       [d3e53ab7c] d3e53ab7c
> 
> 
> Code Diffstat:
> 
>  VERSION                     |   6 +--
>  configure.ac                |   2 +-
>  db/fsmap.c                  |   2 +-
>  db/info.c                   |   2 +-
>  db/namei.c                  |   2 +-
>  include/xfs_inode.h         |  65 ++++++++++++++++++++++++++-
>  libxfs/defer_item.c         |   6 ++-
>  libxfs/init.c               |   3 +-
>  libxfs/libxfs_api_defs.h    |   1 +
>  libxfs/libxfs_priv.h        |  12 +++--
>  libxfs/rdwr.c               |   8 ++--
>  libxfs/util.c               |   7 +--
>  libxfs/xfs_ag.c             | 171 ++++++++++++++++++++++++++++++++++++++++++++++------------------------
>  libxfs/xfs_ag.h             |  75 +++++++++++++++++++++++++------
>  libxfs/xfs_ag_resv.c        |   2 +-
>  libxfs/xfs_alloc.c          | 145 ++++++++++++++++++++++++++---------------------------------
>  libxfs/xfs_alloc.h          |  58 +++++-------------------
>  libxfs/xfs_alloc_btree.c    |   9 ++--
>  libxfs/xfs_attr.c           |  22 +++++----
>  libxfs/xfs_attr.h           |  10 ++---
>  libxfs/xfs_attr_leaf.c      |  28 ++++++------
>  libxfs/xfs_attr_remote.c    |  15 ++++---
>  libxfs/xfs_bmap.c           |  84 +++++++++++++++++-----------------
>  libxfs/xfs_bmap_btree.c     |  10 ++---
>  libxfs/xfs_btree.c          |  29 +++++-------
>  libxfs/xfs_dir2.c           |   2 +-
>  libxfs/xfs_dir2_block.c     |   6 +--
>  libxfs/xfs_dir2_sf.c        |   8 ++--
>  libxfs/xfs_format.h         |   2 +-
>  libxfs/xfs_ialloc.c         |  86 +++++++++++++++--------------------
>  libxfs/xfs_ialloc.h         |  25 ++---------
>  libxfs/xfs_ialloc_btree.c   |  20 ++++-----
>  libxfs/xfs_inode_buf.c      |  15 +++----
>  libxfs/xfs_inode_fork.c     |  65 ++++++++++++++-------------
>  libxfs/xfs_inode_fork.h     |  27 ++---------
>  libxfs/xfs_refcount.c       |  19 ++++----
>  libxfs/xfs_refcount_btree.c |   5 +--
>  libxfs/xfs_rmap.c           |   8 ++--
>  libxfs/xfs_rmap_btree.c     |   9 ++--
>  libxfs/xfs_symlink_remote.c |   2 +-
>  libxfs/xfs_trans_resv.c     |   2 +-
>  libxfs/xfs_types.c          |  73 ++++--------------------------
>  libxfs/xfs_types.h          |   9 ----
>  mkfs/proto.c                |   2 +-
>  repair/dino_chunks.c        |  12 +++--
>  repair/dinode.c             |   5 ++-
>  repair/phase6.c             |  11 ++---
>  repair/quotacheck.c         |   4 +-
>  repair/rmap.c               |  16 ++++---
>  repair/scan.c               |  70 +++++++++++++++++++++--------
>  50 files changed, 660 insertions(+), 617 deletions(-)
> 
> -- 
> Carlos Maiolino

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

* Re: [ANNOUNCE] xfsprogs updated to 6.0.0-rc0
  2022-09-15 16:22 ` Darrick J. Wong
@ 2022-09-16  9:54   ` Carlos Maiolino
  0 siblings, 0 replies; 3+ messages in thread
From: Carlos Maiolino @ 2022-09-16  9:54 UTC (permalink / raw)
  To: Darrick J. Wong; +Cc: linux-xfs

> 
> Er... is there a bug in your script?  Want to crib from mine? :D
> https://djwong.org/docs/kernel/git-announce
> 

D'oh :( thanks, I had tested this before sending to public, ended up I used an
old version of the same script. Correct output was supposed to be as below:


Andrey Strachuk (1):
      [798d43495] xfs: removed useless condition in function xfs_attr_node_get

Carlos Maiolino (1):
      [3c6e12a4a] xfsprogs: Release v6.0.0-rc0

Dan Carpenter (1):
      [17df7eb7e] xfs: delete unnecessary NULL checks

Darrick J. Wong (6):
      [722e81c12] xfs: convert XFS_IFORK_PTR to a static inline helper
      [7ff5f1edf] xfs: make inode attribute forks a permanent part of struct xfs_inode
      [d4292c669] xfs: use XFS_IFORK_Q to determine the presence of an xattr fork
      [4f8415858] xfs: replace XFS_IFORK_Q with a proper predicate function
      [eae3e30d4] xfs: replace inode fork size macros with functions
      [e373f06a3] xfs: don't leak memory when attr fork loading fails

Dave Chinner (17):
      [ef78f876e] xfs: make last AG grow/shrink perag centric
      [37dc5890e] xfs: kill xfs_ialloc_pagi_init()
      [4330a9e00] xfs: pass perag to xfs_ialloc_read_agi()
      [87db57baf] xfs: kill xfs_alloc_pagf_init()
      [f9084bd95] xfs: pass perag to xfs_alloc_read_agf()
      [bc87af992] xfs: pass perag to xfs_read_agi
      [c1030eda4] xfs: pass perag to xfs_read_agf
      [1d202c10b] xfs: pass perag to xfs_alloc_get_freelist
      [9a73333d9] xfs: pass perag to xfs_alloc_put_freelist
      [75c01cccf] xfs: pass perag to xfs_alloc_read_agfl
      [83af0d13a] xfs: Pre-calculate per-AG agbno geometry
      [8aa34dc9b] xfs: Pre-calculate per-AG agino geometry
      [cee2d89ae] xfs: replace xfs_ag_block_count() with perag accesses
      [54f6b9e5e] xfs: make is_log_ag() a first class helper
      [0b2f4162b] xfs: rework xfs_buf_incore() API
      [69535dadf] xfs: track the iunlink list pointer in the xfs_inode
      [b9846dc9e] xfs: double link the unlinked inode list

Slark Xiao (1):
      [e4a32219d] xfs: Fix typo 'the the' in comment

Xiaole He (1):
      [ec36ecd2d] xfs: fix comment for start time value of inode with bigtime enabled

hexiaole (1):
      [d3e53ab7c] xfs: fix inode reservation space for removing transaction




-- 
Carlos Maiolino

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

end of thread, other threads:[~2022-09-16  9:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-15 13:03 [ANNOUNCE] xfsprogs updated to 6.0.0-rc0 Carlos Maiolino
2022-09-15 16:22 ` Darrick J. Wong
2022-09-16  9:54   ` 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.