All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] xfsprogs: for-next updated to 1480ecc / 4.14.0-rc1
@ 2017-11-09 17:12 Eric Sandeen
  2017-11-09 17:38 ` [ANNOUNCE] xfsprogs: for-next updated to 8743fab " Eric Sandeen
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2017-11-09 17:12 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 with 4.14.0-rc1

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.

Goldwyn, I'd like to get your pwritev2 stuff in for 4.14.0-rc2, sorry
for the late review on that.

I don't expect much more for 4.14.0, hope to get it out soon and then
pull in all the exciting new stuff on the list.

The new head of the master branch is commit:

1480ecc xfs_repair: always release btree buffers when refcountbt checks fail

New Commits:

Darrick J. Wong (11):
      [c91fbc6] db: increase metadump's default overly long extent discard  thre
      [45733f9] xfsprogs: explicitly cast troublesome types to match printf  for
      [f63cc53] xfs_io: add new error injection knobs to inject command
      [334124f] xfs_repair: fix bag memory overwrite problems
      [f9f4390] xfs_repair: clear DAX flag from non-file inodes
      [f869827] xfs_repair: fix cowextsize field checking and repairing
      [2f48a94] misc: enable ubsan if the builder wants it
      [6e298d6] misc: enable gcc/clang address sanitizer if the builder wants it
      [dcfb176] misc: enable thread sanitizer if the builder wants it
      [e22fc14] misc: fix ubsan warnings
      [1480ecc] xfs_repair: always release btree buffers when refcountbt checks 

Eric Sandeen (1):
      [9f4a556] xfs_metadump: zap stale data in DIR2_LEAF1 dirs

Felix Janda (1):
      [fea5d94] kill off u_int*_t types

Jan Tulak (1):
      [a294cd5] metadump: update manpage for dirty log/obfuscation issue

Liu Bo (1):
      [0c3974a] xfs_io: report io error for pwrite -W and -w

Luis R. Rodriguez (1):
      [b1d7b30] build: define _DEFAULT_SOURCE with _BSD_SOURCE for preadv

Zirong Lang (1):
      [0c9b1e9] xfsprogs: add xfs_spaceman to .gitignore


Code Diffstat:

 .gitignore              |  1 +
 Makefile                |  2 ++
 configure.ac            | 43 +++++++++++++++++++++++++++++++++++
 db/check.c              |  2 +-
 db/metadump.c           | 43 +++++++++++++++++++++++++++++++----
 debian/rules            |  4 ++--
 include/bitops.h        |  8 +++----
 include/builddefs.in    |  6 +++--
 include/buildmacros     |  2 +-
 include/command.h       |  6 ++---
 include/darwin.h        |  8 ++-----
 include/xfs_arch.h      |  2 +-
 io/fiemap.c             | 37 +++++++++++++++++--------------
 io/inject.c             |  8 ++++++-
 io/open.c               |  4 ++--
 io/pread.c              |  2 ++
 io/pwrite.c             | 16 ++++++++++----
 io/stat.c               | 26 +++++++++++-----------
 libxfs/xfs_format.h     |  2 +-
 m4/Makefile             |  1 +
 m4/package_libcdev.m4   |  1 +
 m4/package_sanitizer.m4 | 59 +++++++++++++++++++++++++++++++++++++++++++++++++
 man/man8/xfs_metadump.8 | 18 ++++++++++++++-
 repair/attr_repair.c    |  6 +++--
 repair/dinode.c         | 34 +++++++++++++++++++++++++++-
 repair/phase6.c         |  4 ++--
 repair/rmap.c           |  3 ++-
 repair/scan.c           |  9 +++++---
 repair/slab.c           |  2 +-
 29 files changed, 287 insertions(+), 72 deletions(-)
 create mode 100644 m4/package_sanitizer.m4

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

* Re: [ANNOUNCE] xfsprogs: for-next updated to 8743fab / 4.14.0-rc1
  2017-11-09 17:12 [ANNOUNCE] xfsprogs: for-next updated to 1480ecc / 4.14.0-rc1 Eric Sandeen
@ 2017-11-09 17:38 ` Eric Sandeen
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Sandeen @ 2017-11-09 17:38 UTC (permalink / raw)
  To: linux-xfs

On 11/9/17 11:12 AM, Eric Sandeen wrote:
> Hi folks,
> 
> The xfsprogs repository at:
> 
> 	git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git
> 
> has just been updated and tagged with 4.14.0-rc1
> 
> 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.
> 
> Goldwyn, I'd like to get your pwritev2 stuff in for 4.14.0-rc2, sorry
> for the late review on that.
> 
> I don't expect much more for 4.14.0, hope to get it out soon and then
> pull in all the exciting new stuff on the list.
> 
> The new head of the master branch is commit:
> 
> 1480ecc xfs_repair: always release btree buffers when refcountbt checks fail

Make that:

8743fab xfs_repair: always release btree buffers when refcountbt checks fail

Sorry, had a stray bit sneak in so did a quick forced update to fix it.
Hopefully that only affects djwong who eagerly pulls everything ASAP.  :)

-Eric

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

end of thread, other threads:[~2017-11-09 17:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-09 17:12 [ANNOUNCE] xfsprogs: for-next updated to 1480ecc / 4.14.0-rc1 Eric Sandeen
2017-11-09 17:38 ` [ANNOUNCE] xfsprogs: for-next updated to 8743fab " 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.