TODO revision 1.5 1 $NetBSD: TODO,v 1.5 2022/01/22 07:54:57 pho Exp $
2
3 To Do
4 =====
5 address all XXX
6 implement proper lookup (pending some libpuffs stuff)
7 support fuse_mt (i.e. worker threads, but that'll probably be smarter
8 to do inside of libpuffs)
9 support fuse_ll (i.e. "raw" vfs/vnode export)
10 implement all sorts of compat tweaks to appease various file systems
11 do proper implementations of dirfillers
12 statfs - some fuse file systems want struct statfs and we only have
13 statvfs available natively
14 Support data buffers appeared on FUSE 2.9 (struct fuse_buf).
15
16 Done
17 ====
18 statvfs
19 sync
20 WARNS=4
21 address lint
22 special directory handling in open()
23 Finish off manual page
24 fuse_setup
25 fuse_teardown
26 fuse_opt
27