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