TODO 768 字节
Newer Older
C
Chris Mason 已提交
1
* fix printk warnings
2 3 4
* cleanup, add more error checking, get rid of BUG_ONs
* Fix ENOSPC handling
* Make allocator smarter
5
* add a block group to struct inode
6
* Do actual block accounting
C
Chris Mason 已提交
7
* Check compat and incompat flags on the inode
8
* Get rid of struct ctree_path, limiting tree levels held at one time
9
* Add generation number to key pointer in nodes
10
* Add generation number to inode
C
Chris Mason 已提交
11
* forbid cross subvolume renames and hardlinks
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)
* Scrub & defrag