aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/cuse.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-14cuse: simplify refcountMiklos Szeredi1-7/+3
2021-04-14cuse: prevent cloneMiklos Szeredi1-0/+2
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz1-9/+12
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-02-06fuse: use true,false for bool variablezhengbin1-2/+2
2019-09-24fuse: fix memleak in cuse_channel_openzhengbin1-0/+1
2019-09-12fuse: separate fuse device allocation and installation in fuse_connVivek Goyal1-1/+1
2019-09-12fuse: add fuse_iqueue_ops callbacksStefan Hajnoczi1-1/+1
2019-09-10cuse: convert init to simple apiMiklos Szeredi1-45/+48
2019-09-02cuse: fix broken releaseMiklos Szeredi1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-2/+1
2019-04-24fuse: convert printk -> pr_*Kirill Smelkov1-6/+7
2019-02-13fuse: clean up abortedMiklos Szeredi1-2/+2
2019-02-13fuse: Add fuse_inode argument to fuse_prepare_release()Kirill Tkhai1-1/+2
2018-03-20fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman1-1/+6
2018-03-20fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz1-2/+2
2017-09-12fuse: honor iocb sync flags on writeMiklos Szeredi1-2/+2
2016-03-14fuse: Add reference counting for fuse_io_privSeth Forshee1-2/+2
2015-11-10cuse: fix memory leakMiklos Szeredi1-0/+2
2015-07-01fuse: introduce per-instance fuse_dev structureMiklos Szeredi1-3/+11
2015-07-01fuse: duplicate ->connected in iqueueMiklos Szeredi1-1/+0
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-11cuse: switch to iov_iterAl Viro1-17/+10
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2014-12-12fuse: flush requests on umountMiklos Szeredi1-1/+1
2014-05-06fuse: pull iov_iter initializations upAl Viro1-2/+6
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+2
2014-04-02fuse: Fix O_DIRECT operations vs cached writeback misorderPavel Emelyanov1-2/+3
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell1-2/+2
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-10-24fuse: rcu-delay freeing fuse_connAl Viro1-1/+1
2013-10-01cuse: add fix minor number to /dev/cuseTom Gundersen1-1/+4
2013-07-26cuse: convert class code to use dev_groupsGreg Kroah-Hartman1-5/+8
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-0/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-04-17fuse: make fuse_direct_io() aware about AIOMaxim Patlasov1-2/+4
2013-04-17fuse: skip blocking on allocations of synchronous requestsMaxim Patlasov1-1/+0
2013-04-17fuse: add flag fc->initializedMaxim Patlasov1-0/+1
2013-04-17fuse: make request allocations for background processing explicitMaxim Patlasov1-1/+1
2013-01-24fuse: cleanup fuse_direct_io()Miklos Szeredi1-2/+5
2013-01-24fuse: use req->page_descs[] for argpages casesMaxim Patlasov1-0/+1
2013-01-24fuse: categorize fuse_get_req()Maxim Patlasov1-1/+1
2013-01-17cuse: fix uninitialized variable warningsMiklos Szeredi1-1/+1
2013-01-17cuse: do not register multiple devices with identical namesDavid Herrmann1-6/+15
2013-01-17cuse: use mutex as registration lock instead of spinlocksDavid Herrmann1-8/+7
2012-08-30cuse: kill connection on initialization errorMiklos Szeredi1-3/+1
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker1-0/+1
2011-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-2/+10
2011-03-21fuse: reduce size of struct fuse_requestMiklos Szeredi1-2/+10
2011-02-15fuse/cuse: fix comment typo initilaizationPaul Bolle1-1/+1