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