summaryrefslogtreecommitdiff
path: root/fs/btrfs/TODO
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-04-19 15:36:27 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-04-19 15:36:27 -0400
commit7e38180e207c8707691c12395e990a5d583c5e71 (patch)
tree50fc0973873f7bc9455a1faf536a5a5b4681fe56 /fs/btrfs/TODO
parent236454dfffb64a95ee01c50a215153f5de61c475 (diff)
downloadlinux-3.10-7e38180e207c8707691c12395e990a5d583c5e71.tar.gz
linux-3.10-7e38180e207c8707691c12395e990a5d583c5e71.tar.bz2
linux-3.10-7e38180e207c8707691c12395e990a5d583c5e71.zip
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/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/TODO b/fs/btrfs/TODO
index 1c3acfcf146..8d7e5a3ed62 100644
--- a/fs/btrfs/TODO
+++ b/fs/btrfs/TODO
@@ -1,12 +1,12 @@
* cleanup, add more error checking, get rid of BUG_ONs
* Fix ENOSPC handling
-* Add block mapping tree (simple dm layer)
* Make allocator smarter
* add a block group to struct inode
-* Make sure nobh stuff is working properly for cows
* Do actual block accounting
* Check compat and incompat flags on the inode
* Get rid of struct ctree_path, limiting tree levels held at one time
+* Add generation number to key pointer in nodes
+* Add parent pointer back to extent map.
* Release
* Do real tree locking
* Add extent mirroring (backup copies of blocks)