diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-04-11 08:59:20 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-04-11 08:59:20 -0400 |
commit | cac87faa09f56776602d4b6f15c1bd44f6da300e (patch) | |
tree | f50cd58421bf52a9339516974223739aa8afbffd /fs/btrfs/TODO | |
parent | 2d13d8d065cc7bbee6b1ad6ee3fe965d66badfe6 (diff) |
Btrfs: use a dedicated inode num for root root dir
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/TODO')
-rw-r--r-- | fs/btrfs/TODO | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/fs/btrfs/TODO b/fs/btrfs/TODO index 4cd11a1b4b32..1c3acfcf146e 100644 --- a/fs/btrfs/TODO +++ b/fs/btrfs/TODO | |||
@@ -6,9 +6,7 @@ | |||
6 | * Make sure nobh stuff is working properly for cows | 6 | * Make sure nobh stuff is working properly for cows |
7 | * Do actual block accounting | 7 | * Do actual block accounting |
8 | * Check compat and incompat flags on the inode | 8 | * Check compat and incompat flags on the inode |
9 | * Add virtual filesystems, mountable snapshots | ||
10 | * Get rid of struct ctree_path, limiting tree levels held at one time | 9 | * Get rid of struct ctree_path, limiting tree levels held at one time |
11 | * EEXIST for dirs instead of hash overflow | ||
12 | * Release | 10 | * Release |
13 | * Do real tree locking | 11 | * Do real tree locking |
14 | * Add extent mirroring (backup copies of blocks) | 12 | * Add extent mirroring (backup copies of blocks) |
@@ -20,10 +18,3 @@ | |||
20 | * fsck | 18 | * fsck |
21 | * Scrub & defrag | 19 | * Scrub & defrag |
22 | 20 | ||
23 | --- | ||
24 | metata FS ideas: | ||
25 | mount metadata FS on /sys/fs/btrfs/dev/ | ||
26 | subvolumes in /sys/fs/btrfs/dev/fs/ | ||
27 | snapshots in /sys/fs/btrfs/dev/fs/snapshots | ||
28 | mount -o bind | ||
29 | ioctl to create a snapshot | ||