TODO revision 1.4 1 $NetBSD: TODO,v 1.4 2016/11/16 16:11:42 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
15 Done
16 ====
17 statvfs
18 sync
19 WARNS=4
20 address lint
21 special directory handling in open()
22 Finish off manual page
23 fuse_setup
24 fuse_teardown
25 fuse_opt
26