This patchset fixes some bugs of autodefrag. We can pull this patchset from the URL
git://github.com/miaoxie/linux-btrfs.git autodefrag Thanks Miao --- Miao Xie (5): Btrfs: use slabs for auto defrag allocation Btrfs: fix unprotected defragable inode insertion Btrfs: restructure btrfs_run_defrag_inodes() Btrfs: fix freeze vs auto defrag Btrfs: fix remount vs autodefrag fs/btrfs/ctree.h | 4 + fs/btrfs/disk-io.c | 2 +- fs/btrfs/file.c | 301 +++++++++++++++++++++++++++++++++++------------------ fs/btrfs/super.c | 38 ++++++- 4 files changed, 239 insertions(+), 106 deletions(-) -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html