diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-04-06 15:37:36 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-04-06 15:37:36 -0400 |
commit | d6e4a428eb8f92bbb3537ccabadfb1195efb432b (patch) | |
tree | ca408dbd20b38728412b58db5a6ec29aebbc0fe7 /fs/btrfs/TODO | |
parent | 3eb0314dc1053b1ae617dcc8d6d93f776c5baa31 (diff) |
Btrfs: start of support for many FS volumes
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/TODO')
-rw-r--r-- | fs/btrfs/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/btrfs/TODO b/fs/btrfs/TODO index ea4c38c790b4..73d4b842a316 100644 --- a/fs/btrfs/TODO +++ b/fs/btrfs/TODO | |||
@@ -19,3 +19,10 @@ | |||
19 | * fsck | 19 | * fsck |
20 | * Scrub & defrag | 20 | * Scrub & defrag |
21 | 21 | ||
22 | --- | ||
23 | metata FS ideas: | ||
24 | mount metadata FS on /sys/fs/btrfs/dev/ | ||
25 | subvolumes in /sys/fs/btrfs/dev/fs/ | ||
26 | snapshots in /sys/fs/btrfs/dev/fs/snapshots | ||
27 | mount -o bind | ||
28 | ioctl to create a snapshot | ||