xref: /minix3/lib/librefuse/TODO (revision 490e0de5481bce02ba3d268b472a024f76d2416b)
1*490e0de5SThomas Veerman	$NetBSD: TODO,v 1.3 2007/05/03 21:02:54 agc Exp $
2*490e0de5SThomas Veerman
3*490e0de5SThomas VeermanTo Do
4*490e0de5SThomas Veerman=====
5*490e0de5SThomas Veermanaddress all XXX
6*490e0de5SThomas Veermanimplement all fuse_opt
7*490e0de5SThomas Veermanimplement proper lookup (pending some libpuffs stuff)
8*490e0de5SThomas Veermansupport fuse_mt (i.e. worker threads, but that'll probably be smarter
9*490e0de5SThomas Veerman		 to do inside of libpuffs)
10*490e0de5SThomas Veermansupport fuse_ll (i.e. "raw" vfs/vnode export)
11*490e0de5SThomas Veermanimplement all sorts of compat tweaks to appease various file systems
12*490e0de5SThomas Veermando proper implementations of dirfillers
13*490e0de5SThomas Veermanstatfs - some fuse file systems want struct statfs and we only have
14*490e0de5SThomas Veerman         statvfs available natively
15*490e0de5SThomas Veerman
16*490e0de5SThomas VeermanDone
17*490e0de5SThomas Veerman====
18*490e0de5SThomas Veermanstatvfs
19*490e0de5SThomas Veermansync
20*490e0de5SThomas VeermanWARNS=4
21*490e0de5SThomas Veermanaddress lint
22*490e0de5SThomas Veermanspecial directory handling in open()
23*490e0de5SThomas VeermanFinish off manual page
24*490e0de5SThomas Veermanfuse_setup
25*490e0de5SThomas Veermanfuse_teardown
26