Btrfs changes for 2.6.29-rc

From: Chris Mason
Date: Thu Mar 19 2009 - 09:54:55 EST



Hello,

The master branch of:

git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git

Has two commits fixing problems with adding devices or growing devices
in a btrfs filesystem.

Basically the code that actually allocates space wasn't being properly
told about the new space, and so the only way to make use of it was to
unmount and mount again.


Chris Mason (2):
Btrfs: Fix locking around adding new space_info
Btrfs: Clear space_info full when adding new devices


fs/btrfs/ctree.h | 9 +++++++++
fs/btrfs/extent-tree.c | 45 ++++++++++++++++++++++++++++++++++++++++++---
fs/btrfs/volumes.c | 8 ++++++++
3 files changed, 59 insertions(+), 3 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/