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. This is pretty much everything that I will
ask Linus to pull next week after a couple of days in linux-next.
If I've missed anythign critical, let me know.
-Dave.
The new head of the for-next branch is commit:
555b67e Merge branch 'xfs-4.7-inode-reclaim' into for-next
New Commits:
Alex Lyakas (1):
[32b43ab] xfs: optimise xfs_iext_destroy
Brian Foster (1):
[9bdd9bd] xfs: buffer ->bi_end_io function requires irq-safe lock
Carlos Maiolino (7):
[192852b] xfs: configurable error behavior via sysfs
[ffd40ef] xfs: introduce metadata IO error class
[df30939] xfs: add configurable error support to metadata buffers
[ef6a50f] xfs: introduce table-based init for error behaviors
[a5ea70d] xfs: add configuration of error failure speed
[e0a431b3] xfs: add configuration handlers for specific errors
[e6b3bb7] xfs: add "fail at unmount" error handling configuration
Christoph Hellwig (1):
[690a787] xfs: fix warning in xfs_finish_page_writeback for non-debug
builds
Dave Chinner (17):
[8179c03] xfs: remove xfs_fs_evict_inode()
[b1438f4] xfs: xfs_iflush_cluster fails to abort on error
[51b07f3] xfs: fix inode validity check in xfs_iflush_cluster
[7d3aa7f] xfs: skip stale inodes in xfs_iflush_cluster
[1f2dcfe] xfs: xfs_inode_free() isn't RCU safe
[8a17d7d] xfs: mark reclaimed inodes invalid earlier
[5a90e53] xfs: xfs_iflush_cluster has range issues
[1942936] xfs: rename variables in xfs_iflush_cluster for clarity
[545c088] xfs: simplify inode reclaim tagging interfaces
[ad438c4] xfs: move reclaim tagging functions
[8b7a242] Merge branch 'xfs-4.7-writeback-bio' into for-next
[d6bd961] Merge branch 'xfs-4.7-trans-type-cleanup' into for-next
[5b911354] Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-next
[a7792aa] Merge branch 'xfs-4.7-cleanup-attr-listent' into for-next
[2a4ad58] Merge branch 'xfs-4.7-misc-fixes' into for-next
[544ad71] Merge branch 'xfs-4.7-error-cfg' into for-next
[555b67e] Merge branch 'xfs-4.7-inode-reclaim' into for-next
Code Diffstat:
fs/xfs/libxfs/xfs_inode_fork.c | 27 ++--
fs/xfs/xfs_aops.c | 5 +-
fs/xfs/xfs_buf.c | 12 +-
fs/xfs/xfs_buf.h | 20 +++
fs/xfs/xfs_buf_item.c | 121 +++++++++++-------
fs/xfs/xfs_icache.c | 290
+++++++++++++++++++++++--------------------
fs/xfs/xfs_inode.c | 104 ++++++++++------
fs/xfs/xfs_mount.c | 22 +++-
fs/xfs/xfs_mount.h | 34 ++++++
fs/xfs/xfs_super.c | 28 ++---
fs/xfs/xfs_sysfs.c | 291
+++++++++++++++++++++++++++++++++++++++++++-
fs/xfs/xfs_sysfs.h | 3 +
fs/xfs/xfs_trace.h | 1 -
13 files changed, 702 insertions(+), 256 deletions(-)
--
Dave Chinner
david@xxxxxxxxxxxxx
signature.asc
Description: Digital signature
|