diff options
Diffstat (limited to 'fs/btrfs/TODO')
-rw-r--r-- | fs/btrfs/TODO | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/fs/btrfs/TODO b/fs/btrfs/TODO deleted file mode 100644 index d9b6d38c603a..000000000000 --- a/fs/btrfs/TODO +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | * cleanup, add more error checking, get rid of BUG_ONs | ||
2 | * Fix ENOSPC handling | ||
3 | * Make allocator smarter | ||
4 | * add a block group to struct inode | ||
5 | * Do actual block accounting | ||
6 | * Check compat and incompat flags on the inode | ||
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 generation number to inode | ||
10 | * forbid cross subvolume renames and hardlinks | ||
11 | * Release | ||
12 | * Do real tree locking | ||
13 | * Add extent mirroring (backup copies of blocks) | ||
14 | * Add fancy interface to get access to incremental backups | ||
15 | * Add fancy striped extents to make big reads faster | ||
16 | * Use relocation to try and fix write errors | ||
17 | * Make allocator much smarter | ||
18 | * xattrs (directory streams for regular files) | ||
19 | * Scrub & defrag | ||
20 | |||