summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2008-11-26 11:03:55 (GMT)
committerMiklos Szeredi <miklos@szeredi.hu>2008-11-26 11:03:55 (GMT)
commit59efec7b903987dcb60b9ebc85c7acd4443a11a1 (patch)
tree1287e817201fcb4008917b2bffd378c36540622b /.gitignore
parente9bb09dd6c5b8ec6a971ed6251df5eba3a4c8d3c (diff)
downloadlinux-fsl-qoriq-59efec7b903987dcb60b9ebc85c7acd4443a11a1.tar.xz
fuse: implement ioctl support
Generic ioctl support is tricky to implement because only the ioctl implementation itself knows which memory regions need to be read and/or written. To support this, fuse client can request retry of ioctl specifying memory regions to read and write. Deep copying (nested pointers) can be implemented by retrying multiple times resolving one depth of dereference at a time. For security and cleanliness considerations, ioctl implementation has restricted mode where the kernel determines data transfer directions and sizes using the _IOC_*() macros on the ioctl command. In this mode, retry is not allowed. For all FUSE servers, restricted mode is enforced. Unrestricted ioctl will be used by CUSE. Plese read the comment on top of fs/fuse/file.c::fuse_file_do_ioctl() for more information. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions