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.
I've also updated the master branch to point at v4.0-rc1, so you
should update you current dev trees and post patches against the
updated branch.
The new head of the for-next branch is commit:
88e8fda Merge branch 'xfs-mmap-lock' into for-next
New Commits:
Dave Chinner (19):
[501ab32] xfs: use generic percpu counters for inode counter
[e88b64e] xfs: use generic percpu counters for free inode counter
[0d485ad] xfs: use generic percpu counters for free block counter
[5681ca4] xfs: Remove icsb infrastructure
[bab98bb] xfs: introduce xfs_mod_frextents
[0bd5dde] xfs: replace xfs_mod_incore_sb_batched
[964aa8d9] xfs: remove xfs_mod_incore_sb API
[653c60b] xfs: introduce mmap/truncate lock
[de0e8c2] xfs: use i_mmaplock on read faults
[075a924] xfs: use i_mmaplock on write faults
[e8e9ad4] xfs: take i_mmap_lock on extent manipulation operations
[0f9160b] xfs: xfs_setattr_size no longer races with page faults
[723cac4] xfs: lock out page faults from extent swap operations
[5885ebd] xfs: ensure truncate forces zeroed blocks to disk
[58c9047] xfs: inodes are new until the dentry cache is set up
[3790a8c] xfs: xfs_alloc_fix_minleft can underflow near ENOSPC
[3cabb83] Merge branch 'xfs-misc-fixes-for-4.1' into for-next
[4225441] Merge branch 'xfs-generic-sb-counters' into for-next
[88e8fda] Merge branch 'xfs-mmap-lock' into for-next
Eric Sandeen (7):
[c29aad4] xfs: pass mp to XFS_WANT_CORRUPTED_GOTO
[5fb5aee] xfs: pass mp to XFS_WANT_CORRUPTED_RETURN
[fc92156] xfs: Ensure we have target_ip for RENAME_EXCHANGE
[3b9ce79] xfs: log unmount events on console
[fdadf26] xfs: clarify async write failure ratelimit message
[83d5f01] xfs: cancel failed transaction in xfs_fs_commit_blocks()
[444a702] xfs: remove deprecated mount options
Jan Kara (1):
[dfcc70a] xfs: Fix quota type in quota structures when reusing quota file
Wang Sheng-Hui (1):
[dd5e712] xfs: remove old and redundant comment in xfs_mount_validate_sb
Code Diffstat:
Documentation/filesystems/xfs.txt | 29 +-
fs/xfs/libxfs/xfs_alloc.c | 104 +++--
fs/xfs/libxfs/xfs_bmap.c | 174 ++++----
fs/xfs/libxfs/xfs_btree.c | 24 +-
fs/xfs/libxfs/xfs_dir2_data.c | 39 +-
fs/xfs/libxfs/xfs_format.h | 62 ---
fs/xfs/libxfs/xfs_ialloc.c | 48 +-
fs/xfs/libxfs/xfs_sb.c | 20 +-
fs/xfs/xfs_bmap_util.c | 31 +-
fs/xfs/xfs_buf_item.c | 4 +-
fs/xfs/xfs_discard.c | 2 +-
fs/xfs/xfs_error.h | 8 +-
fs/xfs/xfs_file.c | 84 +++-
fs/xfs/xfs_fsops.c | 20 +-
fs/xfs/xfs_icache.c | 4 +-
fs/xfs/xfs_inode.c | 154 +++++--
fs/xfs/xfs_inode.h | 58 ++-
fs/xfs/xfs_ioctl.c | 5 +-
fs/xfs/xfs_iomap.c | 3 +-
fs/xfs/xfs_iops.c | 123 ++---
fs/xfs/xfs_iops.h | 2 -
fs/xfs/xfs_itable.c | 2 +-
fs/xfs/xfs_linux.h | 9 -
fs/xfs/xfs_log_recover.c | 4 +-
fs/xfs/xfs_mount.c | 918 +++++---------------------------------
fs/xfs/xfs_mount.h | 95 +---
fs/xfs/xfs_pnfs.c | 4 +-
fs/xfs/xfs_qm.c | 18 +-
fs/xfs/xfs_super.c | 126 ++++--
fs/xfs/xfs_super.h | 2 +
fs/xfs/xfs_symlink.c | 58 ++-
fs/xfs/xfs_trace.h | 3 +
fs/xfs/xfs_trans.c | 234 ++++++----
33 files changed, 925 insertions(+), 1546 deletions(-)
--
Dave Chinner
david@xxxxxxxxxxxxx
signature.asc
Description: Digital signature
|