Hi Linus, Please pull these fixes from my for-linus branch: git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus Wang Shilong (3) commits (+24/-20): Btrfs: avoid triggering bug_on() when we fail to start inode caching task (+5/-1) Btrfs: move btrfs_{set,clear}_and_info() to ctree.h (+14/-14) Btrfs: fix possible memory leaks in open_ctree() (+5/-5) Filipe Manana (2) commits (+5/-1): Btrfs: use correct key when repeating search for extent item (+2/-0) Btrfs: correctly set profile flags on seqlock retry (+3/-1) Christoph Jaeger (1) commits (+6/-2): btrfs: fix use-after-free in mount_subvol() Chris Mason (1) commits (+5/-0): Btrfs: limit the path size in send to PATH_MAX Qu Wenruo (1) commits (+1/-1): btrfs: Change the hole range to a more accurate value. David Sterba (1) commits (+5/-5): btrfs: replace error code from btrfs_drop_extents Miao Xie (1) commits (+2/-16): Btrfs: fix inode caching vs tree log Total: (10) commits (+48/-45) fs/btrfs/ctree.h | 14 ++++++++++++++ fs/btrfs/disk-io.c | 10 +++++----- fs/btrfs/extent-tree.c | 6 +++++- fs/btrfs/file.c | 8 ++++---- fs/btrfs/inode-map.c | 24 +++++++----------------- fs/btrfs/ioctl.c | 4 ++-- fs/btrfs/send.c | 5 +++++ fs/btrfs/super.c | 22 ++++++---------------- 8 files changed, 48 insertions(+), 45 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html