tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sys
/
miscfs
/
fuse
/
at
rk3128
9 files
fuse_device.c
Adds basic implementation of the low-level FUSE API. This is sufficient to compile and run lowntfs-3g.
2 months ago
fuse_file.c
Stop abusing ufs inodes and with it the ufs_ihash. Instead extend fusefs_node with the few required fields. Tested by kirill@ with input from miod@ OK beck@
1 year ago
fuse_ihash.c
Stop abusing ufs inodes and with it the ufs_ihash. Instead extend fusefs_node with the few required fields. Tested by kirill@ with input from miod@ OK beck@
1 year ago
fuse_lookup.c
Adds basic implementation of the low-level FUSE API. This is sufficient to compile and run lowntfs-3g.
2 months ago
fuse_vfsops.c
Retire NULLVP, use NULL for coherency.
6 months ago
fuse_vnops.c
Change the high-level FUSE implementation to use the low-level API. Currently, both APIs communicate with the kernel independently.
2 months ago
fusebuf.c
spelling
5 years ago
fusefs.h
Cleanup the kernel fuse device code to remove support for ioctl. This is no longer needed since an fbuf is now read or written in one go, rather than a combination of read(2) or write(2) and ioctl(2) to read or write the buffer used by the vfs syscalls read, write, readlink and readdir.
7 months ago
fusefs_node.h
Adds basic implementation of the low-level FUSE API. This is sufficient to compile and run lowntfs-3g.
2 months ago