Hi Linus We have some fixes queued up in my for-linus-4.6 branch:
git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus-4.6 These are bug fixes, including a really old fsync bug, and a few trace points to help us track down problems in the quota code. Mark Fasheh (2) commits (+129/-23): btrfs: handle non-fatal errors in btrfs_qgroup_inherit() (+32/-22) btrfs: Add qgroup tracing (+97/-1) Filipe Manana (1) commits (+137/-0): Btrfs: fix file/data loss caused by fsync after rename and new inode Liu Bo (1) commits (+1/-0): Btrfs: fix invalid reference in replace_path Yauhen Kharuzhy (1) commits (+2/-0): btrfs: Reset IO error counters before start of device replacing Qu Wenruo (1) commits (+19/-2): btrfs: Output more info for enospc_debug mount option Davide Italiano (1) commits (+6/-3): Btrfs: Improve FL_KEEP_SIZE handling in fallocate Josef Bacik (1) commits (+1/-1): Btrfs: don't use src fd for printk David Sterba (1) commits (+8/-4): btrfs: fallback to vmalloc in btrfs_compare_tree Total: (9) commits (+303/-33) fs/btrfs/ctree.c | 12 ++-- fs/btrfs/dev-replace.c | 2 + fs/btrfs/extent-tree.c | 21 ++++++- fs/btrfs/file.c | 9 ++- fs/btrfs/ioctl.c | 2 +- fs/btrfs/qgroup.c | 63 +++++++++++++------- fs/btrfs/relocation.c | 1 + fs/btrfs/tree-log.c | 137 +++++++++++++++++++++++++++++++++++++++++++ include/trace/events/btrfs.h | 89 +++++++++++++++++++++++++++- 9 files changed, 303 insertions(+), 33 deletions(-)