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:
de50e16 Merge branch 'xfs-misc-fixes-for-4.2-3' into for-next
New Commits:
Brian Foster (1):
[f66bf04] xfs: don't truncate attribute extents if no extents exist
Christoph Hellwig (5):
[db9d67d] xfs: remove __psint_t and __psunsigned_t
[fc51c2b] xfs: remove inst_t
[88ee2df] xfs: return a void pointer from xfs_buf_offset
[5809d5e] xfs: use void pointers in log validation helpers
[b2a922c] xfs: remove xfs_caddr_t
Dave Chinner (6):
[50adbcb] xfs: xfs_alloc_fix_freelist() can use incore perag structures
[72d5528] xfs: factor out free space extent length check
[396503f] xfs: sanitise error handling in xfs_alloc_fix_freelist
[496817b] xfs: clean up XFS_MIN_FREELIST macros
[3d238b7] Merge branch 'xfs-freelist-cleanup' into for-next
[de50e16] Merge branch 'xfs-misc-fixes-for-4.2-3' into for-next
Eric Sandeen (1):
[2ac56d3] xfs: fix remote symlinks on V5/CRC filesystems
Code Diffstat:
fs/xfs/libxfs/xfs_alloc.c | 239 ++++++++++++++++++++++------------------
fs/xfs/libxfs/xfs_alloc.h | 8 +-
fs/xfs/libxfs/xfs_bmap.c | 3 +-
fs/xfs/libxfs/xfs_format.h | 13 ---
fs/xfs/libxfs/xfs_ialloc.h | 3 +-
fs/xfs/libxfs/xfs_inode_buf.c | 8 +-
fs/xfs/libxfs/xfs_trans_resv.h | 4 +-
fs/xfs/libxfs/xfs_trans_space.h | 2 +-
fs/xfs/xfs_attr_inactive.c | 10 +-
fs/xfs/xfs_buf.c | 6 +-
fs/xfs/xfs_buf.h | 2 +-
fs/xfs/xfs_error.c | 4 +-
fs/xfs/xfs_error.h | 4 +-
fs/xfs/xfs_extfree_item.c | 2 +-
fs/xfs/xfs_filestream.c | 3 +-
fs/xfs/xfs_inode.c | 2 +-
fs/xfs/xfs_linux.h | 14 ---
fs/xfs/xfs_log.c | 40 ++++---
fs/xfs/xfs_log_priv.h | 2 +-
fs/xfs/xfs_log_recover.c | 63 ++++++-----
fs/xfs/xfs_symlink.c | 2 +-
fs/xfs/xfs_trans_ail.c | 6 +-
22 files changed, 219 insertions(+), 221 deletions(-)
--
Dave Chinner
david@xxxxxxxxxxxxx
signature.asc
Description: Digital signature
|