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