All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] xfsprogs: for-next updated to 43d5ec8
@ 2018-05-01  2:18 Eric Sandeen
  2018-05-01  3:03 ` [ANNOUNCE] xfsprogs: for-next rebased " Eric Sandeen
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2018-05-01  2:18 UTC (permalink / raw)
  To: linux-xfs


[-- Attachment #1.1: Type: text/plain, Size: 3966 bytes --]

Hi folks,

The for-next branch of the xfsprogs repository at:

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

has just been updated.  I've merged the 4.17 libxfs changes from the
libxfs-4.17-sync branch into for-next.

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 for-next branch is commit:

43d5ec8 Merge branch 'libxfs-4.17-sync' into for-next

New Commits:

Brian Foster (4):
      [65a15e0] xfs: rename agfl perag res type to rmapbt
      [9760cac] xfs: account only rmapbt-used blocks against rmapbt perag res
      [8dbee8f] xfs: detect agfl count corruption and reset agfl
      [19fbb9d] xfs: clean up xfs_mount allocation and dynamic initializers

Carlos Maiolino (1):
      [97b3ffd] Cleanup old XFS_BTREE_* traces

Darrick J. Wong (7):
      [6da71a8] xfs: convert a few more directory asserts to corruption
      [15348e0] xfs: sanity-check the unused space before trying to use it
      [0cf6a3a] xfs: refactor bmap record validation
      [b02a2c9] xfs: refactor inode verifier error logging
      [43f7ceb] xfs: refactor inode buffer verifier error logging
      [fd0c360] xfs: move inode extent size hint validation to libxfs
      [2949b46] xfs: don't accept inode buffers with suspicious unlinked chains

Dave Chinner (2):
      [b816550] xfs: convert XFS_AGFL_SIZE to a helper function
      [d206fcb] xfs: remove dead inode version setting code

Eric Sandeen (2):
      [1421de3] xfs: non-scrub - remove unused function parameters
      [43d5ec8] Merge branch 'libxfs-4.17-sync' into for-next


Code Diffstat:

 db/agfl.c                   |   2 +-
 db/check.c                  |   6 +--
 db/freesp.c                 |   6 +--
 db/metadump.c               |   2 +-
 include/libxfs.h            |   1 +
 include/xfs_mount.h         |  10 +++--
 include/xfs_trace.h         |   2 +
 libxfs/libxfs_api_defs.h    |   2 +
 libxfs/libxfs_priv.h        |  11 ++++++
 libxfs/xfs_ag_resv.c        |  39 ++++++++++---------
 libxfs/xfs_ag_resv.h        |  31 +++++++++++++++
 libxfs/xfs_alloc.c          | 145 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------
 libxfs/xfs_alloc.h          |   7 ++--
 libxfs/xfs_alloc_btree.c    |   8 +---
 libxfs/xfs_bmap.c           |  54 +++++++++++++++++++++++----
 libxfs/xfs_bmap.h           |   5 ++-
 libxfs/xfs_bmap_btree.c     |   4 +-
 libxfs/xfs_bmap_btree.h     |  14 -------
 libxfs/xfs_btree.c          | 127 +++++---------------------------------------------------------
 libxfs/xfs_btree.h          |  25 +------------
 libxfs/xfs_dir2.h           |   2 +-
 libxfs/xfs_dir2_block.c     |  59 +++++++++++++++++------------
 libxfs/xfs_dir2_data.c      |  78 +++++++++++++++++++++++++++++---------
 libxfs/xfs_dir2_leaf.c      |  13 +++++--
 libxfs/xfs_dir2_node.c      |  16 +++++---
 libxfs/xfs_format.h         |  13 +------
 libxfs/xfs_ialloc.c         |   2 +-
 libxfs/xfs_ialloc_btree.c   |  11 ++----
 libxfs/xfs_inode_buf.c      | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 libxfs/xfs_inode_buf.h      |   5 +++
 libxfs/xfs_inode_fork.c     |  27 +++++++++-----
 libxfs/xfs_refcount.c       |  22 ++++-------
 libxfs/xfs_refcount_btree.c |  10 +----
 libxfs/xfs_refcount_btree.h |   3 +-
 libxfs/xfs_rmap.c           |   3 +-
 libxfs/xfs_rmap_btree.c     |  17 ++++-----
 libxfs/xfs_rmap_btree.h     |   2 +-
 libxfs/xfs_sb.c             |  11 ++----
 libxfs/xfs_trans_resv.c     |  10 ++---
 mkfs/xfs_mkfs.c             |   4 +-
 repair/agheader.c           |  12 +++---
 repair/phase5.c             |  20 +++++-----
 repair/rmap.c               |   2 +-
 repair/scan.c               |   6 +--
 44 files changed, 585 insertions(+), 388 deletions(-)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 873 bytes --]

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

* Re: [ANNOUNCE] xfsprogs: for-next rebased to 43d5ec8
  2018-05-01  2:18 [ANNOUNCE] xfsprogs: for-next updated to 43d5ec8 Eric Sandeen
@ 2018-05-01  3:03 ` Eric Sandeen
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Sandeen @ 2018-05-01  3:03 UTC (permalink / raw)
  To: linux-xfs


[-- Attachment #1.1: Type: text/plain, Size: 4536 bytes --]

And due to the 4.16.1 release I'm about to do, which I did
out of order, I promptly rebased for-next, so the new head of for-next is now:

4152dae Merge branch 'libxfs-4.17-sync' into for-next

and for-next also includes the minor 4.16.1 update, a release for which
I'll send out momentarily.

Sorry about the churn.

-Eric

On 4/30/18 9:18 PM, Eric Sandeen wrote:
> Hi folks,
> 
> The for-next branch of the xfsprogs repository at:
> 
> 	git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git
> 
> has just been updated.  I've merged the 4.17 libxfs changes from the
> libxfs-4.17-sync branch into for-next.
> 
> 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 for-next branch is commit:
> 
> 43d5ec8 Merge branch 'libxfs-4.17-sync' into for-next
> 
> New Commits:
> 
> Brian Foster (4):
>       [65a15e0] xfs: rename agfl perag res type to rmapbt
>       [9760cac] xfs: account only rmapbt-used blocks against rmapbt perag res
>       [8dbee8f] xfs: detect agfl count corruption and reset agfl
>       [19fbb9d] xfs: clean up xfs_mount allocation and dynamic initializers
> 
> Carlos Maiolino (1):
>       [97b3ffd] Cleanup old XFS_BTREE_* traces
> 
> Darrick J. Wong (7):
>       [6da71a8] xfs: convert a few more directory asserts to corruption
>       [15348e0] xfs: sanity-check the unused space before trying to use it
>       [0cf6a3a] xfs: refactor bmap record validation
>       [b02a2c9] xfs: refactor inode verifier error logging
>       [43f7ceb] xfs: refactor inode buffer verifier error logging
>       [fd0c360] xfs: move inode extent size hint validation to libxfs
>       [2949b46] xfs: don't accept inode buffers with suspicious unlinked chains
> 
> Dave Chinner (2):
>       [b816550] xfs: convert XFS_AGFL_SIZE to a helper function
>       [d206fcb] xfs: remove dead inode version setting code
> 
> Eric Sandeen (2):
>       [1421de3] xfs: non-scrub - remove unused function parameters
>       [43d5ec8] Merge branch 'libxfs-4.17-sync' into for-next
> 
> 
> Code Diffstat:
> 
>  db/agfl.c                   |   2 +-
>  db/check.c                  |   6 +--
>  db/freesp.c                 |   6 +--
>  db/metadump.c               |   2 +-
>  include/libxfs.h            |   1 +
>  include/xfs_mount.h         |  10 +++--
>  include/xfs_trace.h         |   2 +
>  libxfs/libxfs_api_defs.h    |   2 +
>  libxfs/libxfs_priv.h        |  11 ++++++
>  libxfs/xfs_ag_resv.c        |  39 ++++++++++---------
>  libxfs/xfs_ag_resv.h        |  31 +++++++++++++++
>  libxfs/xfs_alloc.c          | 145 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------
>  libxfs/xfs_alloc.h          |   7 ++--
>  libxfs/xfs_alloc_btree.c    |   8 +---
>  libxfs/xfs_bmap.c           |  54 +++++++++++++++++++++++----
>  libxfs/xfs_bmap.h           |   5 ++-
>  libxfs/xfs_bmap_btree.c     |   4 +-
>  libxfs/xfs_bmap_btree.h     |  14 -------
>  libxfs/xfs_btree.c          | 127 +++++---------------------------------------------------------
>  libxfs/xfs_btree.h          |  25 +------------
>  libxfs/xfs_dir2.h           |   2 +-
>  libxfs/xfs_dir2_block.c     |  59 +++++++++++++++++------------
>  libxfs/xfs_dir2_data.c      |  78 +++++++++++++++++++++++++++++---------
>  libxfs/xfs_dir2_leaf.c      |  13 +++++--
>  libxfs/xfs_dir2_node.c      |  16 +++++---
>  libxfs/xfs_format.h         |  13 +------
>  libxfs/xfs_ialloc.c         |   2 +-
>  libxfs/xfs_ialloc_btree.c   |  11 ++----
>  libxfs/xfs_inode_buf.c      | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
>  libxfs/xfs_inode_buf.h      |   5 +++
>  libxfs/xfs_inode_fork.c     |  27 +++++++++-----
>  libxfs/xfs_refcount.c       |  22 ++++-------
>  libxfs/xfs_refcount_btree.c |  10 +----
>  libxfs/xfs_refcount_btree.h |   3 +-
>  libxfs/xfs_rmap.c           |   3 +-
>  libxfs/xfs_rmap_btree.c     |  17 ++++-----
>  libxfs/xfs_rmap_btree.h     |   2 +-
>  libxfs/xfs_sb.c             |  11 ++----
>  libxfs/xfs_trans_resv.c     |  10 ++---
>  mkfs/xfs_mkfs.c             |   4 +-
>  repair/agheader.c           |  12 +++---
>  repair/phase5.c             |  20 +++++-----
>  repair/rmap.c               |   2 +-
>  repair/scan.c               |   6 +--
>  44 files changed, 585 insertions(+), 388 deletions(-)
> 


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 873 bytes --]

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

end of thread, other threads:[~2018-05-01  3:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-01  2:18 [ANNOUNCE] xfsprogs: for-next updated to 43d5ec8 Eric Sandeen
2018-05-01  3:03 ` [ANNOUNCE] xfsprogs: for-next rebased " Eric Sandeen

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.