TODO 768 B

123456789101112131415161718192021
  1. * fix printk warnings
  2. * cleanup, add more error checking, get rid of BUG_ONs
  3. * Fix ENOSPC handling
  4. * Make allocator smarter
  5. * add a block group to struct inode
  6. * Do actual block accounting
  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
  11. * forbid cross subvolume renames and hardlinks
  12. * Release
  13. * Do real tree locking
  14. * Add extent mirroring (backup copies of blocks)
  15. * Add fancy interface to get access to incremental backups
  16. * Add fancy striped extents to make big reads faster
  17. * Use relocation to try and fix write errors
  18. * Make allocator much smarter
  19. * xattrs (directory streams for regular files)
  20. * Scrub & defrag