summaryrefslogtreecommitdiff
path: root/fs/fuse/cuse.c
Commit message (Expand)AuthorAge
* fuse: honor iocb sync flags on writeMiklos Szeredi2017-09-12
* fuse: Add reference counting for fuse_io_privSeth Forshee2016-03-14
* cuse: fix memory leakMiklos Szeredi2015-11-10
* fuse: introduce per-instance fuse_dev structureMiklos Szeredi2015-07-01
* fuse: duplicate ->connected in iqueueMiklos Szeredi2015-07-01
* make new_sync_{read,write}() staticAl Viro2015-04-11
* cuse: switch to iov_iterAl Viro2015-04-11
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
* fuse: flush requests on umountMiklos Szeredi2014-12-12
* fuse: pull iov_iter initializations upAl Viro2014-05-06
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-04-06
|\
| * VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell2014-03-24
* | fuse: Fix O_DIRECT operations vs cached writeback misorderPavel Emelyanov2014-04-02
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-13
|\
| * fuse: rcu-delay freeing fuse_connAl Viro2013-10-24
* | cuse: add fix minor number to /dev/cuseTom Gundersen2013-10-01
|/
* cuse: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-26
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-07
|\
| * aio: don't include aio.h in sched.hKent Overstreet2013-05-07
* | fuse: make fuse_direct_io() aware about AIOMaxim Patlasov2013-04-17
* | fuse: skip blocking on allocations of synchronous requestsMaxim Patlasov2013-04-17
* | fuse: add flag fc->initializedMaxim Patlasov2013-04-17
* | fuse: make request allocations for background processing explicitMaxim Patlasov2013-04-17
|/
* fuse: cleanup fuse_direct_io()Miklos Szeredi2013-01-24
* fuse: use req->page_descs[] for argpages casesMaxim Patlasov2013-01-24
* fuse: categorize fuse_get_req()Maxim Patlasov2013-01-24
* cuse: fix uninitialized variable warningsMiklos Szeredi2013-01-17
* cuse: do not register multiple devices with identical namesDavid Herrmann2013-01-17
* cuse: use mutex as registration lock instead of spinlocksDavid Herrmann2013-01-17
* cuse: kill connection on initialization errorMiklos Szeredi2012-08-30
* fs: add module.h to files that were implicitly using itPaul Gortmaker2011-10-31
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-03-22
|\
| * fuse: reduce size of struct fuse_requestMiklos Szeredi2011-03-21
* | fuse/cuse: fix comment typo initilaizationPaul Bolle2011-02-15
|/
* llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* CUSE: implement CUSE - Character device in UserspaceTejun Heo2009-06-09