Chris Mason | 8e19f2c | 2007-02-28 09:27:02 -0500 | [diff] [blame] | 1 | * cleanup, add more error checking, get rid of BUG_ONs |
Chris Mason | 8e19f2c | 2007-02-28 09:27:02 -0500 | [diff] [blame] | 2 | * Fix ENOSPC handling |
Chris Mason | 8e19f2c | 2007-02-28 09:27:02 -0500 | [diff] [blame] | 3 | * Add block mapping tree (simple dm layer) |
Chris Mason | 8e19f2c | 2007-02-28 09:27:02 -0500 | [diff] [blame] | 4 | * Make allocator smarter |
Chris Mason | 6407bf6 | 2007-03-27 06:33:00 -0400 | [diff] [blame] | 5 | * add a block group to struct inode |
Chris Mason | 6407bf6 | 2007-03-27 06:33:00 -0400 | [diff] [blame] | 6 | * Make sure nobh stuff is working properly for cows |
Chris Mason | 62e2749 | 2007-03-15 12:56:47 -0400 | [diff] [blame] | 7 | * Do actual block accounting |
Chris Mason | 1e1d270 | 2007-03-15 19:03:33 -0400 | [diff] [blame] | 8 | * Check compat and incompat flags on the inode |
Chris Mason | 8e19f2c | 2007-02-28 09:27:02 -0500 | [diff] [blame] | 9 | * Get rid of struct ctree_path, limiting tree levels held at one time |
| 10 | * Release |
| 11 | * Do real tree locking |
| 12 | * Add extent mirroring (backup copies of blocks) |
| 13 | * Add fancy interface to get access to incremental backups |
| 14 | * Add fancy striped extents to make big reads faster |
| 15 | * Use relocation to try and fix write errors |
| 16 | * Make allocator much smarter |
| 17 | * xattrs (directory streams for regular files) |
| 18 | * fsck |
| 19 | * Scrub & defrag |
| 20 | |