diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-03-26 20:00:06 (GMT) |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-03-26 20:00:06 (GMT) |
commit | dee26a9f7aab7ffe1193cd1415b23a69426acc9f (patch) | |
tree | 7271c85340349817b92647d8882247478192d1bb /fs/btrfs/TODO | |
parent | 4730a4bc5bf3861d2cb40999374b3ac0ee2a1e0d (diff) | |
download | linux-fsl-qoriq-dee26a9f7aab7ffe1193cd1415b23a69426acc9f.tar.xz |
btrfs_get_block, file read/write
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/TODO')
-rw-r--r-- | fs/btrfs/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/TODO b/fs/btrfs/TODO index 454028b..2ca301b 100644 --- a/fs/btrfs/TODO +++ b/fs/btrfs/TODO @@ -8,6 +8,7 @@ * Add block mapping tree (simple dm layer) * Add simple tree locking (semaphore per tree) * Make allocator smarter +* Make directory hashing work on 32 bit * Do actual block accounting * Check compat and incompat flags on the inode * Add virtual filesystems, mountable snapshots |