aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_kernel.h
AgeCommit message (Collapse)AuthorLines
2008-12-08* Implement poll support. Patch by Tejun HeoMiklos Szeredi-0/+31
2008-12-05* Implement ioctl support. On high level interface onlyMiklos Szeredi-13/+37
"restricted" ioctls are supported (which are defined with the _IO(), _IOR(), _IOW() or _IOWR() macros). Unrestricted ioctls will only be allwed to CUSE (Character Device in Userspace) servers. Patch by Tejun Heo
2008-11-28If open sets fi->nonseekable, libfuse will tell the kernel that the file is ↵Miklos Szeredi-1/+14
not seekable. Patch by Tejun Heo
2008-06-16Remove fuse kernel module sourcesMiklos Szeredi-0/+441