index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
miscfs
/
fuse
/
fuse_vfsops.c
Age
Commit message (
Expand
)
Author
2015-07-19
basic fh functions. better than panicing!
Ted Unangst
2014-12-23
knf
Ted Unangst
2014-12-23
convert from nointr to waitok
Ted Unangst
2014-12-16
primary change: move uvm_vnode out of vnode, keeping only a pointer.
Ted Unangst
2014-10-03
EOPNOTSUPP for quotactl. from Martin Natano
Ted Unangst
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-06-04
In fusefs_unmount() we need to send the FBT_DESTROY fusebuf only if
Sylvestre Gallon
2014-05-20
Add -o max_read=XXX support in fuse. This is needed by usmb to have a
Sylvestre Gallon
2013-12-10
Unset fuse_mnt in fusefs_unmount after vflushing and freeing fbufs in use.
pelikan
2013-10-07
use printf(9) consistently in FUSE
Sylvestre Gallon
2013-10-07
Introduce fb_delete() helper and use it in FUSE code.
Sylvestre Gallon
2013-06-21
Make fuse device clonable.
syl
2013-06-12
remove extra whitespace
Ted Unangst
2013-06-09
move fuse sysctl defines up and add _KERNEL. from Sylvestre Gallon
Ted Unangst
2013-06-04
delete a printf, from sylvestre
Ted Unangst
2013-06-03
add a bunch of files for ISC-licensed FUSE support. ok beck deraadt
Ted Unangst