summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/TODO
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-05-09 20:13:14 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-05-09 20:13:14 -0400
commite37c9e6921207cf503634b06bee37ecb7904408d (patch)
tree6f04d434ce9407b01b1fa36139ae8ffc7957fd1c /fs/btrfs/TODO
parent3e1ad54fe2839319c1aa66b954da0753f5b1f906 (diff)
downloadlinux-e37c9e6921207cf503634b06bee37ecb7904408d.tar.gz
linux-e37c9e6921207cf503634b06bee37ecb7904408d.tar.bz2
linux-e37c9e6921207cf503634b06bee37ecb7904408d.zip
Btrfs: many allocator fixes, pretty solid
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/TODO')
-rw-r--r--fs/btrfs/TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/TODO b/fs/btrfs/TODO
index 6a8c8cd03ca4..f6df246f26c3 100644
--- a/fs/btrfs/TODO
+++ b/fs/btrfs/TODO
@@ -7,6 +7,7 @@
* Get rid of struct ctree_path, limiting tree levels held at one time
* Add generation number to key pointer in nodes
* Add generation number to inode
+* Add ability to switch a block group from data to metadata or vice versa
* Release
* Do real tree locking
* Add extent mirroring (backup copies of blocks)