diff options
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 | ||