Hi everyone, The for-linus branch of the btrfs repository:
git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus Has a few more fixes. The most notable here are two more patches from Alexandre's batch of allocator fixes. The other two fix corner cases in the state code and in the code to add devices. Alexandre Oliva (2) commits (+49/-51): Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZE (+18/-8) Btrfs: try cluster but don't advance in search list (+31/-43) Liu Bo (1) commits (+16/-8): Btrfs: drop spin lock when memory alloc fails Li Zefan (1) commits (+1/-1): Btrfs: check if the to-be-added device is writable Total: (4) commits (+66/-60) fs/btrfs/extent-tree.c | 100 +++++++++++++++++++++++------------------------ fs/btrfs/extent_io.c | 24 ++++++++---- fs/btrfs/volumes.c | 2 +- 3 files changed, 66 insertions(+), 60 deletions(-) -- 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