TODO 760 字节
Newer Older
1 2 3
* cleanup, add more error checking, get rid of BUG_ONs
* Fix ENOSPC handling
* Make allocator smarter
4
* add a block group to struct inode
5
* Do actual block accounting
C
Chris Mason 已提交
6
* Check compat and incompat flags on the inode
7
* Get rid of struct ctree_path, limiting tree levels held at one time
8 9
* Add generation number to key pointer in nodes
* Add parent pointer back to extent map.
C
Chris Mason 已提交
10
* Implement real list of pending transactions
11 12 13 14 15 16 17 18 19 20 21
* 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