aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/TODO')
-rw-r--r--fs/btrfs/TODO4
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)