diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-04-19 15:36:27 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-04-19 15:36:27 -0400 |
commit | 7e38180e207c8707691c12395e990a5d583c5e71 (patch) | |
tree | 50fc0973873f7bc9455a1faf536a5a5b4681fe56 /fs/btrfs/TODO | |
parent | 236454dfffb64a95ee01c50a215153f5de61c475 (diff) |
Btrfs: directory inode index is back
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/TODO')
-rw-r--r-- | fs/btrfs/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/TODO b/fs/btrfs/TODO index 1c3acfcf146e..8d7e5a3ed629 100644 --- a/fs/btrfs/TODO +++ b/fs/btrfs/TODO | |||
@@ -1,12 +1,12 @@ | |||
1 | * cleanup, add more error checking, get rid of BUG_ONs | 1 | * cleanup, add more error checking, get rid of BUG_ONs |
2 | * Fix ENOSPC handling | 2 | * Fix ENOSPC handling |
3 | * Add block mapping tree (simple dm layer) | ||
4 | * Make allocator smarter | 3 | * Make allocator smarter |
5 | * add a block group to struct inode | 4 | * add a block group to struct inode |
6 | * Make sure nobh stuff is working properly for cows | ||
7 | * Do actual block accounting | 5 | * Do actual block accounting |
8 | * Check compat and incompat flags on the inode | 6 | * Check compat and incompat flags on the inode |
9 | * Get rid of struct ctree_path, limiting tree levels held at one time | 7 | * Get rid of struct ctree_path, limiting tree levels held at one time |
8 | * Add generation number to key pointer in nodes | ||
9 | * Add parent pointer back to extent map. | ||
10 | * Release | 10 | * Release |
11 | * Do real tree locking | 11 | * Do real tree locking |
12 | * Add extent mirroring (backup copies of blocks) | 12 | * Add extent mirroring (backup copies of blocks) |