TODO revision 1.7 1 $NetBSD: TODO,v 1.7 2022/01/22 07:58:32 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 polling appeared on FUSE 2.8 (struct fuse_pollhandle).
15 Support data buffers appeared on FUSE 2.9 (struct fuse_buf).
16
17 Done
18 ====
19 statvfs
20 sync
21 WARNS=6
22 address lint
23 special directory handling in open()
24 Finish off manual page
25 fuse_setup
26 fuse_teardown
27 fuse_opt
28