aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/cuse.c
AgeCommit message (Expand)Author
2015-11-10cuse: fix memory leakMiklos Szeredi
2015-07-01fuse: introduce per-instance fuse_dev structureMiklos Szeredi
2015-07-01fuse: duplicate ->connected in iqueueMiklos Szeredi
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11cuse: switch to iov_iterAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2014-12-12fuse: flush requests on umountMiklos Szeredi
2014-05-06fuse: pull iov_iter initializations upAl Viro
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-04-02fuse: Fix O_DIRECT operations vs cached writeback misorderPavel Emelyanov
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-10-24fuse: rcu-delay freeing fuse_connAl Viro
2013-10-01cuse: add fix minor number to /dev/cuseTom Gundersen
2013-07-26cuse: convert class code to use dev_groupsGreg Kroah-Hartman
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-04-17fuse: make fuse_direct_io() aware about AIOMaxim Patlasov
2013-04-17fuse: skip blocking on allocations of synchronous requestsMaxim Patlasov
2013-04-17fuse: add flag fc->initializedMaxim Patlasov
2013-04-17fuse: make request allocations for background processing explicitMaxim Patlasov
2013-01-24fuse: cleanup fuse_direct_io()Miklos Szeredi
2013-01-24fuse: use req->page_descs[] for argpages casesMaxim Patlasov
2013-01-24fuse: categorize fuse_get_req()Maxim Patlasov
2013-01-17cuse: fix uninitialized variable warningsMiklos Szeredi
2013-01-17cuse: do not register multiple devices with identical namesDavid Herrmann
2013-01-17cuse: use mutex as registration lock instead of spinlocksDavid Herrmann
2012-08-30cuse: kill connection on initialization errorMiklos Szeredi
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker
2011-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2011-03-21fuse: reduce size of struct fuse_requestMiklos Szeredi
2011-02-15fuse/cuse: fix comment typo initilaizationPaul Bolle
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-06-09CUSE: implement CUSE - Character device in UserspaceTejun Heo