summaryrefslogtreecommitdiff
path: root/sys/miscfs/fuse/fuse_vfsops.c
AgeCommit message (Expand)Author
2015-07-19basic fh functions. better than panicing!Ted Unangst
2014-12-23knfTed Unangst
2014-12-23convert from nointr to waitokTed Unangst
2014-12-16primary change: move uvm_vnode out of vnode, keeping only a pointer.Ted Unangst
2014-10-03EOPNOTSUPP for quotactl. from Martin NatanoTed Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-06-04In fusefs_unmount() we need to send the FBT_DESTROY fusebuf only ifSylvestre Gallon
2014-05-20Add -o max_read=XXX support in fuse. This is needed by usmb to have aSylvestre Gallon
2013-12-10Unset fuse_mnt in fusefs_unmount after vflushing and freeing fbufs in use.pelikan
2013-10-07use printf(9) consistently in FUSESylvestre Gallon
2013-10-07Introduce fb_delete() helper and use it in FUSE code.Sylvestre Gallon
2013-06-21Make fuse device clonable.syl
2013-06-12remove extra whitespaceTed Unangst
2013-06-09move fuse sysctl defines up and add _KERNEL. from Sylvestre GallonTed Unangst
2013-06-04delete a printf, from sylvestreTed Unangst
2013-06-03add a bunch of files for ISC-licensed FUSE support. ok beck deraadtTed Unangst