mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-10 21:10:02 -04:00
chore: update TODO
This commit is contained in:
parent
12bbf37fda
commit
1324c90faf
18
TODO
18
TODO
@ -1,10 +1,26 @@
|
|||||||
- Case-insensitive mounting? (github #232)
|
- Case-insensitive mounting? (github #232)
|
||||||
|
|
||||||
|
- Mounting lots of images with shared cache?
|
||||||
|
- Communication could be implemented using xattrs
|
||||||
|
- Does WinFsp support multiple mountpoints in a
|
||||||
|
single process?
|
||||||
|
- Seems it does!
|
||||||
|
- https://github.com/winfsp/winfsp/commit/ae8e4e61f77f24c6267d6fc5fa14bd567c7a88ea
|
||||||
|
- Second option would be handling the images internally
|
||||||
|
- However, inode numbers aren't straightforward in
|
||||||
|
case of adding/removing images.
|
||||||
|
|
||||||
- Metadata rebuilding (see also below). It should be
|
- Metadata rebuilding (see also below). It should be
|
||||||
possible to rebuild the metadata block and change
|
possible to rebuild the metadata block and change
|
||||||
features like packing without having to rebuild the
|
features like packing without having to rebuild the
|
||||||
whole image.
|
whole image.
|
||||||
|
|
||||||
|
- Allow changing the block size during recompression.
|
||||||
|
This should be possible, along with updating the chunks
|
||||||
|
in the metadata, and the operation should be perfectly
|
||||||
|
reversible. At block boundaries, chunks must be split
|
||||||
|
or merged, but that should be easily doable as well.
|
||||||
|
|
||||||
- Sparse files: implement by adding a "chunk type" field
|
- Sparse files: implement by adding a "chunk type" field
|
||||||
to each chunk; for now, there are only "normal" and
|
to each chunk; for now, there are only "normal" and
|
||||||
"sequence" chunks, with sequence chunks encoding as
|
"sequence" chunks, with sequence chunks encoding as
|
||||||
@ -100,8 +116,6 @@
|
|||||||
- Backups of audio files
|
- Backups of audio files
|
||||||
- Compression of filesystem images for forensic purposes
|
- Compression of filesystem images for forensic purposes
|
||||||
|
|
||||||
- Mounting lots of images with shared cache?
|
|
||||||
|
|
||||||
- different scenarios for categorized files / chunks:
|
- different scenarios for categorized files / chunks:
|
||||||
|
|
||||||
- Video files
|
- Video files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user