blob: c5d67bbd4d9083ba0d4ac0ed976bd46e08f049f3 [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
6* Define FS objects in terms of different item types
Chris Mason8e19f2c2007-02-28 09:27:02 -05007* Add block mapping tree (simple dm layer)
8* Add simple tree locking (semaphore per tree)
9* Make allocator smarter
Chris Masone089f052007-03-16 16:20:31 -040010* Only pin blocks allocated in this transaction
11* Add transaction handles
Chris Mason62e27492007-03-15 12:56:47 -040012* Do actual block accounting
Chris Mason1e1d2702007-03-15 19:03:33 -040013* Check compat and incompat flags on the inode
Chris Mason8e19f2c2007-02-28 09:27:02 -050014* Port into the kernel
15* Add virtual filesystems, mountable snapshots
16* Get rid of struct ctree_path, limiting tree levels held at one time
17* Release
18* Do real tree locking
19* Add extent mirroring (backup copies of blocks)
20* Add fancy interface to get access to incremental backups
21* Add fancy striped extents to make big reads faster
22* Use relocation to try and fix write errors
23* Make allocator much smarter
24* xattrs (directory streams for regular files)
25* fsck
26* Scrub & defrag
27