Hi Linus, Please pull my for-linus branch:
git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus It has part two of our merge window patches. These are all from Filipe, and fix some really hard to find races that can cause corruptions. Most of them involved block group removal (balance) or discard. Filipe Manana (4) commits (+20/-25): Btrfs: fix fs corruption on transaction abort if device supports discard (+6/-10) Btrfs: always clear a block group node when removing it from the tree (+3/-0) Btrfs: remove non-sense btrfs_error_discard_extent() function (+6/-12) Btrfs: ensure deletion from pinned_chunks list is protected (+5/-3) Total: (4) commits (+20/-25) fs/btrfs/ctree.h | 4 ++-- fs/btrfs/disk-io.c | 6 ------ fs/btrfs/extent-tree.c | 23 +++++++++++------------ fs/btrfs/free-space-cache.c | 12 +++++++----- 4 files changed, 20 insertions(+), 25 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/