aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/cuse.c
AgeCommit message (Expand)Author
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