1 * cleanup, add more error checking, get rid of BUG_ONs
2 * Make IO functions look more like the page cache
4 * make blocksize a mkfs parameter instead of #define
5 * make a real mkfs and superblock
7 * Define FS objects in terms of different item types
8 * Add block mapping tree (simple dm layer)
9 * Add simple tree locking (semaphore per tree)
10 * Make allocator smarter
11 * Port into the kernel
12 * Add virtual filesystems, mountable snapshots
13 * Get rid of struct ctree_path, limiting tree levels held at one time
15 * Do real tree locking
16 * Add extent mirroring (backup copies of blocks)
17 * Add fancy interface to get access to incremental backups
18 * Add fancy striped extents to make big reads faster
19 * Use relocation to try and fix write errors
20 * Make allocator much smarter
21 * xattrs (directory streams for regular files)