blob: 2ae4b3aae1e5502e6ce96587ac0194e5411629a9 [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 Mason3768f362007-03-13 16:47:54 -04007* add inode tree
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 Mason62e27492007-03-15 12:56:47 -040011* Do actual block accounting
Chris Mason1e1d2702007-03-15 19:03:33 -040012* Check compat and incompat flags on the inode
Chris Mason8e19f2c2007-02-28 09:27:02 -050013* Port into the kernel
14* Add virtual filesystems, mountable snapshots
15* Get rid of struct ctree_path, limiting tree levels held at one time
16* Release
17* Do real tree locking
18* Add extent mirroring (backup copies of blocks)
19* Add fancy interface to get access to incremental backups
20* Add fancy striped extents to make big reads faster
21* Use relocation to try and fix write errors
22* Make allocator much smarter
23* xattrs (directory streams for regular files)
24* fsck
25* Scrub & defrag
26