Hi folks,
The for-next branch of the xfs kernel repository at
git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
has just been updated.
The new head of the for-next branch is commit:
5bb05d5 Merge branch 'xfs-misc-fixes-for-4.3-2' into for-next
New Commits:
Brian Foster (16):
[5e4b538] xfs: disentagle EFI release from the extent count
[d43ac29] xfs: return committed status from xfs_trans_roll()
[8d99fe9] xfs: fix efi/efd error handling to avoid fs shutdown hangs
[6bc43af] xfs: ensure EFD trans aborts on log recovery extent free failure
[e32a1d1] xfs: use EFI refcount consistently in log recovery
[f0b2efa] xfs: don't leave EFIs on AIL on mount failure
[78d57e4] xfs: icreate log item recovery and cancellation tracepoints
[fc0d165] xfs: fix broken icreate log item cancellation
[a3f2001] xfs: checksum log record ext headers based on record size
[0ae120f] xfs: clean up root inode properly on mount failure
[f307080] xfs: fix btree cursor error cleanups
[146e54b] xfs: add helper to conditionally remove items from the AIL
[d4a97a0] xfs: add missing bmap cancel calls in error paths
[1b867d3] xfs: relocate sparse inode mount warning
[7df1c17] xfs: swap leaf buffer into path struct atomically during path
shift
[3d751af] xfs: flush entire file on dio read/write to cached file
Darrick J. Wong (1):
[2f123bc] libxfs: readahead of dir3 data blocks should use the read
verifier
Dave Chinner (8):
[5be203a] Merge branch 'xfs-efi-rework' into for-next
[bbf155a] xfs: fix sb_meta_uuid usage
[ac383de] xfs: growfs not aware of sb_meta_uuid
[fcfbe2c] xfs: log recovery needs to validate against sb_meta_uuid
[9286345] xfs: dquots should be stamped with sb_meta_uuid
[0952c81] xfs: clean up inode lockdep annotations
[dbad7c9] xfs: stop holding ILOCK over filldir callbacks
[5bb05d5] Merge branch 'xfs-misc-fixes-for-4.3-2' into for-next
Eric Sandeen (1):
[c400ee3] xfs: set XFS_DA_OP_OKNOENT in xfs_attr_get
Jan Kara (1):
[ffeecc5] xfs: Fix xfs_attr_leafblock definition
Code Diffstat:
fs/xfs/libxfs/xfs_attr.c | 2 +
fs/xfs/libxfs/xfs_bmap.c | 1 +
fs/xfs/libxfs/xfs_da_btree.c | 23 +++---
fs/xfs/libxfs/xfs_da_format.h | 11 ++-
fs/xfs/libxfs/xfs_dir2.c | 3 +
fs/xfs/libxfs/xfs_dir2_data.c | 3 +-
fs/xfs/libxfs/xfs_ialloc.c | 2 +-
fs/xfs/libxfs/xfs_sb.c | 3 -
fs/xfs/xfs_bmap_util.c | 87 +++++++++++---------
fs/xfs/xfs_buf_item.c | 6 +-
fs/xfs/xfs_dir2_readdir.c | 11 ++-
fs/xfs/xfs_dquot.c | 10 +--
fs/xfs/xfs_extfree_item.c | 105 ++++++++++--------------
fs/xfs/xfs_extfree_item.h | 26 +++++-
fs/xfs/xfs_file.c | 51 ++++++------
fs/xfs/xfs_fsops.c | 6 +-
fs/xfs/xfs_inode.c | 113 ++++++++++++++++++--------
fs/xfs/xfs_inode.h | 85 ++++++++++++++------
fs/xfs/xfs_inode_item.c | 11 +--
fs/xfs/xfs_itable.c | 3 +-
fs/xfs/xfs_log.c | 37 +++++++--
fs/xfs/xfs_log.h | 1 +
fs/xfs/xfs_log_priv.h | 2 +
fs/xfs/xfs_log_recover.c | 180 ++++++++++++++++++++++++++++++++----------
fs/xfs/xfs_mount.c | 28 ++++---
fs/xfs/xfs_rtalloc.c | 57 ++++++-------
fs/xfs/xfs_super.c | 4 +
fs/xfs/xfs_symlink.c | 7 +-
fs/xfs/xfs_trace.h | 34 ++++++++
fs/xfs/xfs_trans.c | 15 +++-
fs/xfs/xfs_trans.h | 9 +--
fs/xfs/xfs_trans_extfree.c | 32 +++++---
fs/xfs/xfs_trans_priv.h | 15 ++++
33 files changed, 643 insertions(+), 340 deletions(-)
--
Dave Chinner
david@xxxxxxxxxxxxx
signature.asc
Description: Digital signature
|