aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/cuse.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-14fuse: Add reference counting for fuse_io_privGravatar Seth Forshee 1-2/+2
2015-11-10cuse: fix memory leakGravatar Miklos Szeredi 1-0/+2
2015-07-01fuse: introduce per-instance fuse_dev structureGravatar Miklos Szeredi 1-3/+11
2015-07-01fuse: duplicate ->connected in iqueueGravatar Miklos Szeredi 1-1/+0
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2015-04-11cuse: switch to iov_iterGravatar Al Viro 1-17/+10
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+1
2014-12-12fuse: flush requests on umountGravatar Miklos Szeredi 1-1/+1
2014-05-06fuse: pull iov_iter initializations upGravatar Al Viro 1-2/+6
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2014-04-02fuse: Fix O_DIRECT operations vs cached writeback misorderGravatar Pavel Emelyanov 1-2/+3
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Gravatar Rusty Russell 1-2/+2
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-10-24fuse: rcu-delay freeing fuse_connGravatar Al Viro 1-1/+1
2013-10-01cuse: add fix minor number to /dev/cuseGravatar Tom Gundersen 1-1/+4
2013-07-26cuse: convert class code to use dev_groupsGravatar Greg Kroah-Hartman 1-5/+8
2013-05-07Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 1-0/+1
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-04-17fuse: make fuse_direct_io() aware about AIOGravatar Maxim Patlasov 1-2/+4
2013-04-17fuse: skip blocking on allocations of synchronous requestsGravatar Maxim Patlasov 1-1/+0
2013-04-17fuse: add flag fc->initializedGravatar Maxim Patlasov 1-0/+1
2013-04-17fuse: make request allocations for background processing explicitGravatar Maxim Patlasov 1-1/+1
2013-01-24fuse: cleanup fuse_direct_io()Gravatar Miklos Szeredi 1-2/+5
2013-01-24fuse: use req->page_descs[] for argpages casesGravatar Maxim Patlasov 1-0/+1
2013-01-24fuse: categorize fuse_get_req()Gravatar Maxim Patlasov 1-1/+1
2013-01-17cuse: fix uninitialized variable warningsGravatar Miklos Szeredi 1-1/+1
2013-01-17cuse: do not register multiple devices with identical namesGravatar David Herrmann 1-6/+15
2013-01-17cuse: use mutex as registration lock instead of spinlocksGravatar David Herrmann 1-8/+7
2012-08-30cuse: kill connection on initialization errorGravatar Miklos Szeredi 1-3/+1
2011-10-31fs: add module.h to files that were implicitly using itGravatar Paul Gortmaker 1-0/+1
2011-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-2/+10
2011-03-21fuse: reduce size of struct fuse_requestGravatar Miklos Szeredi 1-2/+10
2011-02-15fuse/cuse: fix comment typo initilaizationGravatar Paul Bolle 1-1/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-06-09CUSE: implement CUSE - Character device in UserspaceGravatar Tejun Heo 1-0/+610