blob: 7aec75e9a37e5296b893f53befb214c6125f3b7a [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* Make IO functions look more like the page cache
3* Fix ENOSPC handling
Chris Mason8e19f2c2007-02-28 09:27:02 -05004* make a real mkfs and superblock
Chris Mason8e19f2c2007-02-28 09:27:02 -05005* Do checksumming
Chris Masond5719762007-03-23 10:01:08 -04006* Use a real check instead of mark_buffer_dirty
Chris Mason8e19f2c2007-02-28 09:27:02 -05007* Define FS objects in terms of different item types
Chris Mason8e19f2c2007-02-28 09:27:02 -05008* Add block mapping tree (simple dm layer)
9* Add simple tree locking (semaphore per tree)
10* Make allocator smarter
Chris Mason6407bf62007-03-27 06:33:00 -040011* make level a field in header
12* add a block group to struct inode
Chris Masondee26a92007-03-26 16:00:06 -040013* Make directory hashing work on 32 bit
Chris Mason6407bf62007-03-27 06:33:00 -040014* Make sure nobh stuff is working properly for cows
Chris Mason62e27492007-03-15 12:56:47 -040015* Do actual block accounting
Chris Mason1e1d2702007-03-15 19:03:33 -040016* Check compat and incompat flags on the inode
Chris Mason8e19f2c2007-02-28 09:27:02 -050017* Add virtual filesystems, mountable snapshots
18* Get rid of struct ctree_path, limiting tree levels held at one time
19* Release
20* Do real tree locking
21* Add extent mirroring (backup copies of blocks)
22* Add fancy interface to get access to incremental backups
23* Add fancy striped extents to make big reads faster
24* Use relocation to try and fix write errors
25* Make allocator much smarter
26* xattrs (directory streams for regular files)
27* fsck
28* Scrub & defrag
29