2007-02-28 22:27:02 +08:00
|
|
|
* cleanup, add more error checking, get rid of BUG_ONs
|
|
|
|
* Fix ENOSPC handling
|
|
|
|
* Make allocator smarter
|
2007-03-27 18:33:00 +08:00
|
|
|
* add a block group to struct inode
|
2007-03-16 00:56:47 +08:00
|
|
|
* Do actual block accounting
|
2007-03-16 07:03:33 +08:00
|
|
|
* Check compat and incompat flags on the inode
|
2007-02-28 22:27:02 +08:00
|
|
|
* Get rid of struct ctree_path, limiting tree levels held at one time
|
2007-04-20 03:36:27 +08:00
|
|
|
* Add generation number to key pointer in nodes
|
2007-04-28 20:48:10 +08:00
|
|
|
* Add generation number to inode
|
2007-05-10 08:13:14 +08:00
|
|
|
* Add ability to switch a block group from data to metadata or vice versa
|
2007-02-28 22:27:02 +08:00
|
|
|
* Release
|
|
|
|
* Do real tree locking
|
|
|
|
* Add extent mirroring (backup copies of blocks)
|
|
|
|
* Add fancy interface to get access to incremental backups
|
|
|
|
* Add fancy striped extents to make big reads faster
|
|
|
|
* Use relocation to try and fix write errors
|
|
|
|
* Make allocator much smarter
|
|
|
|
* xattrs (directory streams for regular files)
|
|
|
|
* fsck
|
|
|
|
* Scrub & defrag
|
|
|
|
|