All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] xfsprogs: for-next updated to 9d199c7
@ 2017-10-18 19:34 Eric Sandeen
  2017-10-18 21:27 ` Eric Sandeen
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2017-10-18 19:34 UTC (permalink / raw)
  To: linux-xfs


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

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

9d199c7 xfs: trim writepage mapping to within eof

New Commits:

Brian Foster (4):
      [7f87080] xfs: don't log dirty ranges for ordered buffers
      [c7ba173] xfs: skip bmbt block ino validation during owner change
      [38fa71a] xfs: relog dirty buffers during swapext bmbt owner change
      [9d199c7] xfs: trim writepage mapping to within eof

Carlos Maiolino (1):
      [d8c4789] xfs: stop searching for free slots in an inode chunk when there 

Christoph Hellwig (9):
      [d67406c] xfs: refactor xfs_trans_roll
      [277d3c3] xfs: rename xfs_defer_join to xfs_defer_ijoin
      [5c33bae] xfs: remove the ip argument to xfs_defer_finish
      [6484fa5] xfs: add a xfs_iext_update_extent helper
      [05104e4] xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insert
      [f71f3bc] xfs: use xfs_iext_get_extent in xfs_bmap_first_unused
      [b6ad780] xfs: move some code around inside xfs_bmap_shift_extents
      [2f08282] xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extents
      [455044a] xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_at

Darrick J. Wong (4):
      [479284b] xfs: simplify the rmap code in xfs_bmse_merge
      [8cee3e4] xfs: fix compiler warnings
      [8b06892] xfs: perag initialization should only touch m_ag_max_usable for 
      [7fbe9b5] xfs: revert "xfs: factor rmap btree size into the indlen calcula

Dave Chinner (1):
      [87daa55] xfs: Don't log uninitialised fields in inode structures

Eric Sandeen (1):
      [b2284d0] xfs: handle error if xfs_btree_get_bufs fails

Thomas Meyer (1):
      [180d3cd] xfs: Fix bool initialization/comparison


Code Diffstat:

 include/xfs_trans.h      |   4 +-
 libxfs/libxfs_api_defs.h |   3 +
 libxfs/libxfs_priv.h     |   5 +-
 libxfs/trans.c           |  58 ++++++---
 libxfs/util.c            |   8 +-
 libxfs/xfs_ag_resv.c     |  12 +-
 libxfs/xfs_alloc.c       |   8 ++
 libxfs/xfs_attr.c        | 156 ++++++++++++------------
 libxfs/xfs_attr_leaf.c   |   6 +-
 libxfs/xfs_attr_remote.c |  39 +++---
 libxfs/xfs_bmap.c        | 310 +++++++++++++++++++++++------------------------
 libxfs/xfs_bmap.h        |   1 +
 libxfs/xfs_bmap_btree.c  |   1 +
 libxfs/xfs_btree.c       |  27 +++--
 libxfs/xfs_btree.h       |   3 +-
 libxfs/xfs_defer.c       |  29 ++---
 libxfs/xfs_defer.h       |   5 +-
 libxfs/xfs_ialloc.c      |  61 +++++-----
 libxfs/xfs_inode_fork.c  |  21 +++-
 libxfs/xfs_inode_fork.h  |   2 +
 libxfs/xfs_log_format.h  |  27 ++---
 libxfs/xfs_refcount.c    |   2 +-
 logprint/log_misc.c      |  87 ++++++-------
 logprint/log_print_all.c |   4 +-
 mkfs/proto.c             |  18 ++-
 repair/phase6.c          |  36 ++++--
 26 files changed, 486 insertions(+), 447 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 updated to 9d199c7
  2017-10-18 19:34 [ANNOUNCE] xfsprogs: for-next updated to 9d199c7 Eric Sandeen
@ 2017-10-18 21:27 ` Eric Sandeen
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Sandeen @ 2017-10-18 21:27 UTC (permalink / raw)
  To: linux-xfs


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



On 10/18/17 2:34 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.
> 
> 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:
> 
> 9d199c7 xfs: trim writepage mapping to within eof

make that:

ca75eb2 xfs: trim writepage mapping to within eof

after a rebase, sorry.  Failed to refresh guilt and I ... guess that
means I didn't push pending changes.  Reserved my right to rebase
for-next to avoid the build breakage.

-Eric


[-- 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:[~2017-10-18 21:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-18 19:34 [ANNOUNCE] xfsprogs: for-next updated to 9d199c7 Eric Sandeen
2017-10-18 21:27 ` 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.