diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-03-27 06:33:00 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-03-27 06:33:00 -0400 |
commit | 6407bf6d7c449cbfb0a39d985194e265eda3baf4 (patch) | |
tree | 29b7226d36b1fbbe2a6bed134ddc3f8d98853bb2 /fs/btrfs/TODO | |
parent | dee26a9f7aab7ffe1193cd1415b23a69426acc9f (diff) |
Btrfs: reference counts on data extents
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/TODO')
-rw-r--r-- | fs/btrfs/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/btrfs/TODO b/fs/btrfs/TODO index 2ca301b289a6..7aec75e9a37e 100644 --- a/fs/btrfs/TODO +++ b/fs/btrfs/TODO | |||
@@ -8,7 +8,10 @@ | |||
8 | * Add block mapping tree (simple dm layer) | 8 | * Add block mapping tree (simple dm layer) |
9 | * Add simple tree locking (semaphore per tree) | 9 | * Add simple tree locking (semaphore per tree) |
10 | * Make allocator smarter | 10 | * Make allocator smarter |
11 | * make level a field in header | ||
12 | * add a block group to struct inode | ||
11 | * Make directory hashing work on 32 bit | 13 | * Make directory hashing work on 32 bit |
14 | * Make sure nobh stuff is working properly for cows | ||
12 | * Do actual block accounting | 15 | * Do actual block accounting |
13 | * Check compat and incompat flags on the inode | 16 | * Check compat and incompat flags on the inode |
14 | * Add virtual filesystems, mountable snapshots | 17 | * Add virtual filesystems, mountable snapshots |