aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/TODO
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-03-27 09:06:38 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-03-27 09:06:38 -0400
commit9a6f11ed8f421fb1cc7b37390e32316ff4701f5d (patch)
treeeb4709b48ddc223669e226b34db2e1a22f9aac86 /fs/btrfs/TODO
parent6407bf6d7c449cbfb0a39d985194e265eda3baf4 (diff)
Btrfs: split out level field in struct header
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/TODO')
-rw-r--r--fs/btrfs/TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/btrfs/TODO b/fs/btrfs/TODO
index 7aec75e9a37..e9371385ccc 100644
--- a/fs/btrfs/TODO
+++ b/fs/btrfs/TODO
@@ -1,12 +1,7 @@
1* cleanup, add more error checking, get rid of BUG_ONs 1* cleanup, add more error checking, get rid of BUG_ONs
2* Make IO functions look more like the page cache
3* Fix ENOSPC handling 2* Fix ENOSPC handling
4* make a real mkfs and superblock
5* Do checksumming 3* Do checksumming
6* Use a real check instead of mark_buffer_dirty
7* Define FS objects in terms of different item types
8* Add block mapping tree (simple dm layer) 4* Add block mapping tree (simple dm layer)
9* Add simple tree locking (semaphore per tree)
10* Make allocator smarter 5* Make allocator smarter
11* make level a field in header 6* make level a field in header
12* add a block group to struct inode 7* add a block group to struct inode