490e0de548
Import libpuffs and our port of libpuffs. The port was done as part of GSoC 2011 FUSE project, done by Evgeniy Ivanov. The librefuse import did not require any porting efforts. Libpuffs has been modified to understand our VFS-FS protocol and translate between that and PUFFS. As an example that it works, fuse-ntfs-3g from pkgsrc can be compiled and used to mount ntfs partitions: mount -t ntfs-3g <device> <mountpoint> FUSE only works with the asynchronous version of VFS. See <docs/UPDATING> on how to run AVFS. This patch further includes some changes to mount(1) and mount(2) so it's possible to use file systems provided by pkgsrc (note: manual modifications to /etc/system.conf are still needed. There has been made an exception for fuse-ntfs-3g, so it already as an entry).
25 lines
645 B
Text
25 lines
645 B
Text
$NetBSD: TODO,v 1.3 2007/05/03 21:02:54 agc Exp $
|
|
|
|
To Do
|
|
=====
|
|
address all XXX
|
|
implement all fuse_opt
|
|
implement proper lookup (pending some libpuffs stuff)
|
|
support fuse_mt (i.e. worker threads, but that'll probably be smarter
|
|
to do inside of libpuffs)
|
|
support fuse_ll (i.e. "raw" vfs/vnode export)
|
|
implement all sorts of compat tweaks to appease various file systems
|
|
do proper implementations of dirfillers
|
|
statfs - some fuse file systems want struct statfs and we only have
|
|
statvfs available natively
|
|
|
|
Done
|
|
====
|
|
statvfs
|
|
sync
|
|
WARNS=4
|
|
address lint
|
|
special directory handling in open()
|
|
Finish off manual page
|
|
fuse_setup
|
|
fuse_teardown
|