All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Sandeen <sandeen@sandeen.net>
To: linux-xfs <linux-xfs@vger.kernel.org>
Subject: [ANNOUNCE] xfsprogs for-next updated to 08814ce4
Date: Thu, 7 May 2020 13:18:13 -0500	[thread overview]
Message-ID: <722facf2-1404-f49a-9682-61cdccdb1d88@sandeen.net> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 3876 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 and tagged with v5.7.0-rc0.  This is just the
libxfs-5.7 sync for now.  I should name this release
"It takes a village" - thanks again to djwong and this time hch
as well for the effort.

I'll move on to non-libxfs patches now, if the /next/ update doesn't
have your pet patch, please ping me or resend.

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

a3e93c7c (HEAD -> libxfs-5.7-sync, tag: v5.7.0-rc0, korg/libxfs-5.7-sync, korg/for-next, refs/patches/libxfs-5.7-sync/5.7.0-rc0) xfsprogs: Release v5.7.0-rc0
---

Code Diffstat:

 VERSION                     |   4 +-
 configure.ac                |   2 +-
 copy/xfs_copy.c             |   4 +-
 copy/xfs_copy.h             |   2 +-
 db/agfl.c                   |   6 +-
 db/attrset.c                |  65 ++--
 db/check.c                  |  13 +-
 db/info.c                   |   2 +-
 db/init.c                   |   2 +-
 db/metadump.c               |   7 +-
 debian/changelog            |   6 +
 doc/CHANGES                 |   3 +
 include/xfs.h               |   4 +
 include/xfs_inode.h         |  19 +
 include/xfs_trace.h         |   4 +
 libxfs/Makefile             |   2 +
 libxfs/libxfs_api_defs.h    |   7 +-
 libxfs/libxfs_io.h          |   4 +-
 libxfs/libxfs_priv.h        |  45 ++-
 libxfs/rdwr.c               |  42 +++
 libxfs/util.c               |  30 +-
 libxfs/xfs_ag.c             |  16 +-
 libxfs/xfs_alloc.c          |  99 ++---
 libxfs/xfs_alloc.h          |   9 +
 libxfs/xfs_alloc_btree.c    | 119 ++++--
 libxfs/xfs_alloc_btree.h    |   7 +
 libxfs/xfs_attr.c           | 352 ++++++------------
 libxfs/xfs_attr.h           | 114 ++----
 libxfs/xfs_attr_leaf.c      | 130 +++----
 libxfs/xfs_attr_leaf.h      |   1 -
 libxfs/xfs_attr_remote.c    |   2 +-
 libxfs/xfs_bmap.c           |  88 ++---
 libxfs/xfs_bmap.h           |   3 +-
 libxfs/xfs_bmap_btree.c     |  50 +--
 libxfs/xfs_btree.c          |  93 +++--
 libxfs/xfs_btree.h          |  82 +++--
 libxfs/xfs_btree_staging.c  | 879 ++++++++++++++++++++++++++++++++++++++++++++
 libxfs/xfs_btree_staging.h  | 123 +++++++
 libxfs/xfs_da_btree.c       |  17 +-
 libxfs/xfs_da_btree.h       |  11 +-
 libxfs/xfs_da_format.h      |  12 -
 libxfs/xfs_dir2_block.c     |  33 +-
 libxfs/xfs_dir2_data.c      |  32 +-
 libxfs/xfs_dir2_leaf.c      |   2 +-
 libxfs/xfs_dir2_node.c      |  11 +-
 libxfs/xfs_format.h         |  48 ++-
 libxfs/xfs_fs.h             |  32 +-
 libxfs/xfs_ialloc.c         |  35 +-
 libxfs/xfs_ialloc_btree.c   | 104 ++++--
 libxfs/xfs_ialloc_btree.h   |   6 +
 libxfs/xfs_inode_buf.c      |  43 +--
 libxfs/xfs_inode_buf.h      |   5 -
 libxfs/xfs_inode_fork.c     |   2 +-
 libxfs/xfs_inode_fork.h     |   9 +-
 libxfs/xfs_log_format.h     |  10 +-
 libxfs/xfs_refcount.c       | 110 +++---
 libxfs/xfs_refcount_btree.c | 104 ++++--
 libxfs/xfs_refcount_btree.h |   6 +
 libxfs/xfs_rmap.c           | 123 +++----
 libxfs/xfs_rmap_btree.c     |  99 +++--
 libxfs/xfs_rmap_btree.h     |   5 +
 libxfs/xfs_sb.c             |  49 ++-
 libxfs/xfs_trans_resv.c     |   2 +-
 logprint/log_misc.c         |   2 +-
 logprint/log_print_all.c    |   6 +-
 mkfs/xfs_mkfs.c             |  11 +-
 repair/agheader.c           |   2 +-
 repair/dinode.c             |  16 +-
 repair/phase3.c             |   2 +-
 repair/phase5.c             |  15 +-
 repair/phase6.c             |  15 +-
 repair/prefetch.c           |   4 +-
 repair/rmap.c               |   2 +-
 repair/scan.c               |   8 +-
 repair/xfs_repair.c         |   4 +-
 75 files changed, 2363 insertions(+), 1074 deletions(-)
 create mode 100644 libxfs/xfs_btree_staging.c
 create mode 100644 libxfs/xfs_btree_staging.h


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

             reply	other threads:[~2020-05-07 18:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-07 18:18 Eric Sandeen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-18 16:49 [ANNOUNCE] xfsprogs for-next updated to 08814ce4 Eric Sandeen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=722facf2-1404-f49a-9682-61cdccdb1d88@sandeen.net \
    --to=sandeen@sandeen.net \
    --cc=linux-xfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.