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