summaryrefslogtreecommitdiffstats
path: root/fs/fuse/cuse.c
AgeCommit message (Expand)AuthorLines
2025-09-02fuse: allow synchronous FUSE_INITMiklos Szeredi-1/+2
2024-11-05fuse: remove pages for requests and exclusively use foliosJoanne Koong-2/+1
2024-11-05fuse: convert cuse to use foliosJoanne Koong-15/+17
2024-04-15cuse: add kernel-doc comments to cuse_process_init_reply()Yang Li-0/+4
2024-02-25fuse: fix UAF in rcu pathwalksAl Viro-2/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2023-01-26fuse: fix all W=1 kernel-doc warningsRandy Dunlap-1/+1
2022-11-23fuse: remove the unneeded result variableye xingchen-4/+1
2021-04-14cuse: simplify refcountMiklos Szeredi-7/+3
2021-04-14cuse: prevent cloneMiklos Szeredi-0/+2
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz-9/+12
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2020-02-06fuse: use true,false for bool variablezhengbin-2/+2
2019-09-24fuse: fix memleak in cuse_channel_openzhengbin-0/+1
2019-09-12fuse: separate fuse device allocation and installation in fuse_connVivek Goyal-1/+1
2019-09-12fuse: add fuse_iqueue_ops callbacksStefan Hajnoczi-1/+1
2019-09-10cuse: convert init to simple apiMiklos Szeredi-45/+48
2019-09-02cuse: fix broken releaseMiklos Szeredi-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner-2/+1
2019-04-24fuse: convert printk -> pr_*Kirill Smelkov-6/+7
2019-02-13fuse: clean up abortedMiklos Szeredi-2/+2
2019-02-13fuse: Add fuse_inode argument to fuse_prepare_release()Kirill Tkhai-1/+2
2018-03-20fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman-1/+6
2018-03-20fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz-2/+2
2017-09-12fuse: honor iocb sync flags on writeMiklos Szeredi-2/+2
2016-03-14fuse: Add reference counting for fuse_io_privSeth Forshee-2/+2
2015-11-10cuse: fix memory leakMiklos Szeredi-0/+2
2015-07-01fuse: introduce per-instance fuse_dev structureMiklos Szeredi-3/+11
2015-07-01fuse: duplicate ->connected in iqueueMiklos Szeredi-1/+0
2015-04-11make new_sync_{read,write}() staticAl Viro-2/+0
2015-04-11cuse: switch to iov_iterAl Viro-17/+10
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig-1/+1
2014-12-12fuse: flush requests on umountMiklos Szeredi-1/+1
2014-05-06fuse: pull iov_iter initializations upAl Viro-2/+6
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+2
2014-04-02fuse: Fix O_DIRECT operations vs cached writeback misorderPavel Emelyanov-2/+3
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell-2/+2
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2013-10-24fuse: rcu-delay freeing fuse_connAl Viro-1/+1
2013-10-01cuse: add fix minor number to /dev/cuseTom Gundersen-1/+4
2013-07-26cuse: convert class code to use dev_groupsGreg Kroah-Hartman-5/+8
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds-0/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet-0/+1
2013-04-17fuse: make fuse_direct_io() aware about AIOMaxim Patlasov-2/+4
2013-04-17fuse: skip blocking on allocations of synchronous requestsMaxim Patlasov-1/+0
2013-04-17fuse: add flag fc->initializedMaxim Patlasov-0/+1
2013-04-17fuse: make request allocations for background processing explicitMaxim Patlasov-1/+1
2013-01-24fuse: cleanup fuse_direct_io()Miklos Szeredi-2/+5
2013-01-24fuse: use req->page_descs[] for argpages casesMaxim Patlasov-0/+1
2013-01-24fuse: categorize fuse_get_req()Maxim Patlasov-1/+1