transaction handles everywhere
[btrfs-progs-unstable.git] / TODO
blobe9894999322e3bf71bd8979eed9e39986abee47d
1 * cleanup, add more error checking, get rid of BUG_ONs
2 * Make IO functions look more like the page cache
3 * Fix ENOSPC handling
4 * make a real mkfs and superblock
5 * Do checksumming
6 * Define FS objects in terms of different item types
7 * add inode tree
8 * Add block mapping tree (simple dm layer)
9 * Add simple tree locking (semaphore per tree)
10 * Make allocator smarter
11 * Only pin blocks allocated in this transaction
12 * Add transaction handles
13 * Do actual block accounting
14 * Check compat and incompat flags on the inode
15 * Port into the kernel
16 * Add virtual filesystems, mountable snapshots
17 * Get rid of struct ctree_path, limiting tree levels held at one time
18 * Release
19 * Do real tree locking
20 * Add extent mirroring (backup copies of blocks)
21 * Add fancy interface to get access to incremental backups
22 * Add fancy striped extents to make big reads faster
23 * Use relocation to try and fix write errors
24 * Make allocator much smarter
25 * xattrs (directory streams for regular files)
26 * fsck
27 * Scrub & defrag