Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use struct stat for storing attributes in fusebufs, because using struct | 2016-08-30 | 1 | -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 world | 2014-03-18 | 1 | -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. | 2014-01-20 | 1 | -2/+2 | |
| | | | | ok millert@. | ||||
* | Add some missing check to know if the communication channel with | 2013-12-03 | 1 | -9/+15 | |
| | | | | | | libfuse is still open before sending fusebufs. ok sthen@ | ||||
* | use printf(9) consistently in FUSE | 2013-10-07 | 1 | -2/+2 | |
| | |||||
* | Introduce fb_delete() helper and use it in FUSE code. | 2013-10-07 | 1 | -5/+4 | |
| | |||||
* | Rework fuseread() and fusewrite(). | 2013-10-07 | 1 | -3/+3 | |
| | |||||
* | Remove debug printfs. | 2013-08-10 | 1 | -7/+1 | |
| | |||||
* | add a bunch of files for ISC-licensed FUSE support. ok beck deraadt | 2013-06-03 | 1 | -0/+87 | |
from Sylvestre Gallon ccna.syl gmail.com. Many thanks to Sylvestre for all the hard work. |