Update TODO

This commit is contained in:
Marcus Holland-Moritz 2020-12-01 17:51:05 +01:00
parent 13aaf6737c
commit 28c6dd6b7a

10
TODO
View File

@ -1,3 +1,13 @@
- support hard links in mkdwarfs (and the fuse driver, but this is broken)
- drop link_offset / inode_offset, as they can be inferred from a binary search over inode modes :-)
- try to be more resilient to modifications of the input while creating fs
- migrate to folly::system::MemoryMapping and support `advise` in block cache
- support for device inodes?
- dwarfsck:
- show which entries a block references
- show partial metadata dumps at lower detail levels
- make dwarfsck more usable
- cleanup TODOs