/usr/share/doc/avfs/TODO is in avfs 1.0.5-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | Write support for:
- ftp
- floppy
- dav
- ugz
- ubz2
- utar
Flush file caches
uzip - symlinks
ucpio - builtin
option for uzip, not to convert filenames to lowercase
automatic handler detection based on extension AND content
Redir should support operations:
- open(..., O_CREAT, ...)
- creat
- truncate
- utime
- chmod
- chown
- lchown
- unlink
- rmdir
- mkdir
- mknod
- symlink
- rename
- link
Redir can't support following symlinks to virtual files. Find better solution
Avfscoda:
- Clean soloution to file access permissions
- Faster random access to files (at least streaming access)
Preload:
- remember cwd after exec
- add missing operations
|