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