Re-worked patch-set based on prior feedback & help from Dave Chinner. See change log in each patch for change details. All code (and setting of sysfs options) in these patches should be safely gated behind XFS_IS_REALTIME_* macros. (Please point out any such cases which are not!) Richard Wareing (3): xfs: Show realtime device stats on statfs calls if inherit flag set xfs: Set realtime flag based on initial allocation size xfs: Add realtime fallback if data device full fs/xfs/xfs_bmap_util.c | 5 ++++ fs/xfs/xfs_fsops.c | 4 +++ fs/xfs/xfs_inode.c | 18 ++++++++---- fs/xfs/xfs_iomap.c | 12 ++++++++ fs/xfs/xfs_linux.h | 2 ++ fs/xfs/xfs_mount.c | 27 ++++++++++++++++- fs/xfs/xfs_mount.h | 6 ++++ fs/xfs/xfs_rtalloc.c | 40 +++++++++++++++++++++++++ fs/xfs/xfs_rtalloc.h | 5 ++++ fs/xfs/xfs_super.c | 8 +++++ fs/xfs/xfs_sysfs.c | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++ 11 files changed, 200 insertions(+), 7 deletions(-) -- 2.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html