Hi all, While running fstests with realtime enabled and rtinherit=1, the kernel tripped over a bunch of bugs related to the realtime support. The three patches in this series fix some problems with inode flags being propagated incorrectly and some math errors in the rt allocator and the fallocate code that cause filesystem shutdowns. If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. Enjoy! Comments and questions are, as always, welcome. --D kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=realtime-bugs --- fs/xfs/xfs_bmap_util.c | 16 ++++++++++++++++ fs/xfs/xfs_inode.c | 3 ++- fs/xfs/xfs_rtalloc.c | 11 +++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-)