[ANNOUNCE] xfs-linux: for-next updated to 7f313eda8fcc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi folks,

The for-next branch of the xfs-linux repository at:

	git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.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@xxxxxxxxxxxxxxx so they can be picked up in
the next update.  This is the first stab at a for-next for 5.4.  Sorry
it's been so late in coming; 5.3 was an unstable trainwreck for a month
(== hard to do any testing) and we also had a lot of bug fixes trickle
in.  There's more on my radar (like Dave's attr series) that I haven't
had time to read yet.

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

7f313eda8fcc xfs: log proper length of btree block in scrub/repair

New Commits:

Darrick J. Wong (9):
      [519e5869d50d] xfs: bmap scrub should only scrub records once
      [c94613feefd7] xfs: fix maxicount division by zero error
      [7380e8fec16b] xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keys
      [b521c89027f4] xfs: fix sign handling problem in xfs_bmbt_diff_two_keys
      [2ca09177ab9d] xfs: remove unnecessary parameter from xfs_iext_inc_seq
      [bc46ac64713f] xfs: remove unnecessary int returns from deferred rmap functions
      [74b4c5d4a9c0] xfs: remove unnecessary int returns from deferred refcount functions
      [3e08f42ae782] xfs: remove unnecessary int returns from deferred bmap functions
      [ffb5696f7555] xfs: reinitialize rm_flags when unpacking an offset into an rmap irec

Dave Chinner (3):
      [0ad95687c3ad] xfs: add kmem allocation trace points
      [d916275aa4dd] xfs: get allocation alignment from the buftarg
      [f8f9ee479439] xfs: add kmem_alloc_io()

Eric Sandeen (1):
      [7f313eda8fcc] xfs: log proper length of btree block in scrub/repair

Tetsuo Handa (1):
      [707e0ddaf67e] fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.

zhengbin (1):
      [71912e08e06b] xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_verify'


Code Diffstat:

 fs/xfs/kmem.c                  | 79 +++++++++++++++++++++++++++++++-----------
 fs/xfs/kmem.h                  | 15 +++-----
 fs/xfs/libxfs/xfs_alloc.c      |  2 +-
 fs/xfs/libxfs/xfs_attr_leaf.c  |  8 ++---
 fs/xfs/libxfs/xfs_bmap.c       | 75 +++++++++++++++------------------------
 fs/xfs/libxfs/xfs_bmap.h       |  4 +--
 fs/xfs/libxfs/xfs_bmap_btree.c | 16 +++++++--
 fs/xfs/libxfs/xfs_btree.c      |  2 --
 fs/xfs/libxfs/xfs_da_btree.c   |  6 ++--
 fs/xfs/libxfs/xfs_defer.c      |  2 +-
 fs/xfs/libxfs/xfs_dir2.c       | 14 ++++----
 fs/xfs/libxfs/xfs_dir2_block.c |  2 +-
 fs/xfs/libxfs/xfs_dir2_sf.c    |  8 ++---
 fs/xfs/libxfs/xfs_ialloc.c     |  9 +++--
 fs/xfs/libxfs/xfs_iext_tree.c  |  8 ++---
 fs/xfs/libxfs/xfs_inode_fork.c | 16 ++++-----
 fs/xfs/libxfs/xfs_refcount.c   | 50 +++++++++++---------------
 fs/xfs/libxfs/xfs_refcount.h   | 12 +++----
 fs/xfs/libxfs/xfs_rmap.c       | 41 +++++++++++-----------
 fs/xfs/libxfs/xfs_rmap.h       | 11 +++---
 fs/xfs/libxfs/xfs_types.h      |  8 +++++
 fs/xfs/scrub/attr.c            |  2 +-
 fs/xfs/scrub/bmap.c            | 77 +++++++++++++++++++++++-----------------
 fs/xfs/scrub/fscounters.c      |  2 +-
 fs/xfs/scrub/repair.c          |  2 +-
 fs/xfs/scrub/symlink.c         |  2 +-
 fs/xfs/xfs_acl.c               |  4 +--
 fs/xfs/xfs_attr_inactive.c     |  2 +-
 fs/xfs/xfs_attr_list.c         |  2 +-
 fs/xfs/xfs_bmap_item.c         |  8 ++---
 fs/xfs/xfs_bmap_util.c         | 16 +++------
 fs/xfs/xfs_buf.c               |  7 ++--
 fs/xfs/xfs_buf.h               |  6 ++++
 fs/xfs/xfs_buf_item.c          |  4 +--
 fs/xfs/xfs_dquot.c             |  2 +-
 fs/xfs/xfs_dquot_item.c        |  2 +-
 fs/xfs/xfs_error.c             |  2 +-
 fs/xfs/xfs_extent_busy.c       |  2 +-
 fs/xfs/xfs_extfree_item.c      |  8 ++---
 fs/xfs/xfs_icache.c            |  2 +-
 fs/xfs/xfs_icreate_item.c      |  2 +-
 fs/xfs/xfs_inode.c             |  2 +-
 fs/xfs/xfs_inode_item.c        |  2 +-
 fs/xfs/xfs_ioctl.c             |  4 +--
 fs/xfs/xfs_ioctl32.c           |  2 +-
 fs/xfs/xfs_itable.c            |  4 +--
 fs/xfs/xfs_iwalk.c             |  2 +-
 fs/xfs/xfs_log.c               |  8 ++---
 fs/xfs/xfs_log_cil.c           | 10 +++---
 fs/xfs/xfs_log_recover.c       | 20 ++++++-----
 fs/xfs/xfs_mount.c             |  2 +-
 fs/xfs/xfs_mount.h             |  7 ----
 fs/xfs/xfs_mru_cache.c         |  4 +--
 fs/xfs/xfs_qm.c                |  4 +--
 fs/xfs/xfs_refcount_item.c     | 16 ++++-----
 fs/xfs/xfs_reflink.c           | 23 ++++--------
 fs/xfs/xfs_rmap_item.c         |  6 ++--
 fs/xfs/xfs_rtalloc.c           |  4 +--
 fs/xfs/xfs_trace.h             | 34 ++++++++++++++++++
 fs/xfs/xfs_trans.c             |  4 +--
 fs/xfs/xfs_trans_dquot.c       |  2 +-
 61 files changed, 379 insertions(+), 323 deletions(-)



[Index of Archives]     [XFS Filesystem Development (older mail)]     [Linux Filesystem Development]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux RAID]     [Linux SCSI]


  Powered by Linux