All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] xfsprogs for-next updated to 08814ce4
@ 2020-05-07 18:18 Eric Sandeen
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Sandeen @ 2020-05-07 18:18 UTC (permalink / raw)
  To: linux-xfs


[-- 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 --]

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

* [ANNOUNCE] xfsprogs for-next updated to 08814ce4
@ 2020-03-18 16:49 Eric Sandeen
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Sandeen @ 2020-03-18 16:49 UTC (permalink / raw)
  To: linux-xfs


[-- Attachment #1.1: Type: text/plain, Size: 4423 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.

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.

This is (mostly) just the libxfs/ sync for 5.6, with invaluable
assistance from Darrick as usual.

This has been tagged with v5.6.0-rc0.

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

08814ce4 (HEAD -> for-next, tag: v5.6.0-rc0, origin/libxfs-5.6-sync, korg/libxfs-5.6-sync, korg/for-next) xfsprogs: Release v5.6.0-rc0

New Commits:

Allison Henderson (1):
      [bbe48258] xfs: Remove all strlen in all xfs_attr_* functions for attr names.

Christoph Hellwig (2):
      [352abebf] xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLE
      [804b760d] xfs: fix misuse of the XFS_ATTR_INCOMPLETE flag

Darrick J. Wong (19):
      [d6574ca7] xfs: introduce XFS_MAX_FILEOFF
      [5867837a] xfs: refactor remote attr value buffer invalidation
      [a8bbb628] xfs: fix memory corruption during remote attr value buffer invalidation
      [30a4e0f9] xfs: streamline xfs_attr3_leaf_inactive
      [eea9e1a3] xfs: make struct xfs_buf_log_format have a consistent size
      [b3b1affe] libxfs: make __cache_lookup return an error code
      [a5ab418c] libxfs: make libxfs_getbuf_flags return an error code
      [583ca112] libxfs: make libxfs_buf_get_map return an error code
      [e5008359] libxfs: refactor libxfs_readbuf out of existence
      [4c947857] libxfs: make libxfs_buf_read_map return an error code
      [3e6069a1] xfs: make xfs_buf_read_map return an error code
      [58a8b31f] xfs: make xfs_buf_get return an error code
      [d918bc57] xfs: make xfs_buf_get_uncached return an error code
      [31079e67] xfs: make xfs_buf_read return an error code
      [51409fcc] xfs: make xfs_trans_get_buf_map return an error code
      [7f15a547] xfs: make xfs_trans_get_buf return an error code
      [78fcd346] xfs: remove the xfs_btree_get_buf[ls] functions
      [475f184c] xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callers
      [74b654b4] xfs: remove unnecessary null pointer checks from _read_agf callers

Eric Sandeen (2):
      [3b33e29f] xfs: remove shadow variable in xfs_btree_lshift
      [08814ce4] xfsprogs: Release v5.6.0-rc0

Vincenzo Frascino (1):
      [69e7b74f] xfs: Add __packed to xfs_dir2_sf_entry_t definition


Code Diffstat:

 VERSION                   |   4 +-
 configure.ac              |   2 +-
 copy/xfs_copy.c           |  11 +-
 db/attrset.c              |   4 +-
 db/io.c                   |   7 +-
 debian/changelog          |   6 +
 doc/CHANGES               |   3 +
 include/xfs_trans.h       |  15 +--
 libxfs/init.c             |  35 +++---
 libxfs/libxfs_io.h        |  68 +++++-----
 libxfs/libxfs_priv.h      |  10 +-
 libxfs/rdwr.c             | 311 +++++++++++++++++++++++++++-------------------
 libxfs/trans.c            |  48 +++----
 libxfs/xfs_ag.c           |  21 ++--
 libxfs/xfs_alloc.c        |  51 ++++----
 libxfs/xfs_attr.c         |  14 ++-
 libxfs/xfs_attr.h         |  15 ++-
 libxfs/xfs_attr_leaf.c    |   4 +-
 libxfs/xfs_attr_leaf.h    |   9 --
 libxfs/xfs_attr_remote.c  |  83 ++++++++-----
 libxfs/xfs_attr_remote.h  |   2 +
 libxfs/xfs_bmap.c         |  25 ++--
 libxfs/xfs_btree.c        |  47 +------
 libxfs/xfs_btree.h        |  21 ----
 libxfs/xfs_da_btree.c     |   8 +-
 libxfs/xfs_da_btree.h     |   4 +-
 libxfs/xfs_da_format.h    |   4 +-
 libxfs/xfs_format.h       |   7 ++
 libxfs/xfs_ialloc.c       |  12 +-
 libxfs/xfs_log_format.h   |  19 ++-
 libxfs/xfs_refcount.c     |   6 -
 libxfs/xfs_sb.c           |  17 +--
 libxlog/xfs_log_recover.c |   7 +-
 mkfs/proto.c              |  10 +-
 mkfs/xfs_mkfs.c           |  21 ++--
 repair/attr_repair.c      |  29 +++--
 repair/da_util.c          |   3 +-
 repair/dino_chunks.c      |  23 ++--
 repair/dinode.c           |  25 ++--
 repair/phase3.c           |   8 +-
 repair/phase5.c           | 138 ++++++++++++++------
 repair/prefetch.c         |  14 ++-
 repair/rt.c               |  12 +-
 repair/scan.c             |  76 ++++++++---
 44 files changed, 719 insertions(+), 540 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:[~2020-05-07 18:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-07 18:18 [ANNOUNCE] xfsprogs for-next updated to 08814ce4 Eric Sandeen
  -- strict thread matches above, loose matches on Subject: below --
2020-03-18 16:49 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.