summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/fuse/fuse_file.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use struct stat for storing attributes in fusebufs, because using structnatano2016-08-301-1/+2
| | | | | | | | | vattr in userspace is suboptimal as some related helpers are not available, e.g. VATTR_NULL() and IFTOVT(). The conversion is now done in the kernel where it belongs. As a side effect the <sys/vnode.h> include can be removed from libfuse. tweaks and ok guenther
* Do not rely on the fact that sys/vnode.h includes all the worldmpi2014-03-181-1/+2
| | | | | | through uvm/uvm.h and add proper includes for function definitions. ok syl@
* Do not complain if release is not implemented in fuse client.syl2014-01-201-2/+2
| | | | ok millert@.
* Add some missing check to know if the communication channel withsyl2013-12-031-9/+15
| | | | | | libfuse is still open before sending fusebufs. ok sthen@
* use printf(9) consistently in FUSEsyl2013-10-071-2/+2
|
* Introduce fb_delete() helper and use it in FUSE code.syl2013-10-071-5/+4
|
* Rework fuseread() and fusewrite().syl2013-10-071-3/+3
|
* Remove debug printfs.syl2013-08-101-7/+1
|
* add a bunch of files for ISC-licensed FUSE support. ok beck deraadttedu2013-06-031-0/+87
from Sylvestre Gallon ccna.syl gmail.com. Many thanks to Sylvestre for all the hard work.