diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-04-10 16:58:11 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-04-10 16:58:11 -0400 |
commit | 2619ba1f0ff9540a9d84683310a1e350b5efde3d (patch) | |
tree | b027c1c51630d215fd40be34a72f7bc308b34652 /fs/btrfs/TODO | |
parent | 2932f3ec94ff0212313b8187064f93bcb76ce411 (diff) |
Btrfs: subvolumes
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/TODO')
-rw-r--r-- | fs/btrfs/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/TODO b/fs/btrfs/TODO index 73d4b842a316..4cd11a1b4b32 100644 --- a/fs/btrfs/TODO +++ b/fs/btrfs/TODO | |||
@@ -8,6 +8,7 @@ | |||
8 | * Check compat and incompat flags on the inode | 8 | * Check compat and incompat flags on the inode |
9 | * Add virtual filesystems, mountable snapshots | 9 | * Add virtual filesystems, mountable snapshots |
10 | * Get rid of struct ctree_path, limiting tree levels held at one time | 10 | * Get rid of struct ctree_path, limiting tree levels held at one time |
11 | * EEXIST for dirs instead of hash overflow | ||
11 | * Release | 12 | * Release |
12 | * Do real tree locking | 13 | * Do real tree locking |
13 | * Add extent mirroring (backup copies of blocks) | 14 | * Add extent mirroring (backup copies of blocks) |