blob: e9371385ccc01ac6b9c5e02181039c49352a7313 [file] [log] [blame]
Chris Mason8e19f2c2007-02-28 09:27:02 -05001* cleanup, add more error checking, get rid of BUG_ONs
Chris Mason8e19f2c2007-02-28 09:27:02 -05002* Fix ENOSPC handling
Chris Mason8e19f2c2007-02-28 09:27:02 -05003* Do checksumming
Chris Mason8e19f2c2007-02-28 09:27:02 -05004* Add block mapping tree (simple dm layer)
Chris Mason8e19f2c2007-02-28 09:27:02 -05005* Make allocator smarter
Chris Mason6407bf62007-03-27 06:33:00 -04006* make level a field in header
7* add a block group to struct inode
Chris Masondee26a92007-03-26 16:00:06 -04008* Make directory hashing work on 32 bit
Chris Mason6407bf62007-03-27 06:33:00 -04009* Make sure nobh stuff is working properly for cows
Chris Mason62e27492007-03-15 12:56:47 -040010* Do actual block accounting
Chris Mason1e1d2702007-03-15 19:03:33 -040011* Check compat and incompat flags on the inode
Chris Mason8e19f2c2007-02-28 09:27:02 -050012* Add virtual filesystems, mountable snapshots
13* Get rid of struct ctree_path, limiting tree levels held at one time
14* Release
15* Do real tree locking
16* Add extent mirroring (backup copies of blocks)
17* Add fancy interface to get access to incremental backups
18* Add fancy striped extents to make big reads faster
19* Use relocation to try and fix write errors
20* Make allocator much smarter
21* xattrs (directory streams for regular files)
22* fsck
23* Scrub & defrag
24