diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-03-13 21:47:54 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-03-13 21:47:54 +0100 |
commit | 3768f3689fc76ecea17414936dff7a02746a4355 (patch) | |
tree | 0494b12e3ba0be0a25f122922e205bc91d88957b /fs/btrfs/TODO | |
parent | Btrfs: merge leaves before split (diff) | |
download | linux-3768f3689fc76ecea17414936dff7a02746a4355.tar.xz linux-3768f3689fc76ecea17414936dff7a02746a4355.zip |
Btrfs: Change the super to point to a tree of trees to enable persistent snapshots
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 ad29267b8738..ff90e5eaf431 100644 --- a/fs/btrfs/TODO +++ b/fs/btrfs/TODO @@ -5,6 +5,7 @@ * make a real mkfs and superblock * Do checksumming * Define FS objects in terms of different item types +* add inode tree * Add block mapping tree (simple dm layer) * Add simple tree locking (semaphore per tree) * Make allocator smarter |