summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/fuse/fusefs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement FBT_FSYNC, which is called on fsync(2) and fdatasync(2).helg2018-07-161-1/+2
* Remove unused fbuf parameter from fuse_device_cleanup().helg2018-06-251-2/+2
* Don't timeout on fb_queue(9). The current process will blockhelg2018-06-211-4/+1
* Changes the default mount behaviour so only the user that mounts thehelg2018-06-191-1/+2
* Implement FBT_FLUSH. This is sent whenever a file descriptor is closed withhelg2018-05-201-1/+2
* There are three callers of update_vattr(). Two of them don't use thenatano2016-08-211-2/+1
* Add -o max_read=XXX support in fuse. This is needed by usmb to have asyl2014-05-201-2/+2
* Add support for mknod in fuse.syl2014-01-161-1/+2
* Unset fuse_mnt in fusefs_unmount after vflushing and freeing fbufs in use.pelikan2013-12-101-2/+2
* Add new ioctl for handling FUSE bufferssyl2013-10-071-1/+11
* Remove debug printfs.syl2013-08-101-4/+1
* move fuse sysctl defines up and add _KERNEL. from Sylvestre Gallontedu2013-06-091-16/+19
* add a bunch of files for ISC-licensed FUSE support. ok beck deraadttedu2013-06-031-0/+85