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