summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c
AgeCommit message (Expand)AuthorLines
2021-06-22virtiofs: Fix spelling mistakesZheng Yongjun-1/+1
2021-06-22fuse: reject internal errnoMiklos Szeredi-1/+1
2021-06-22fuse: check connected before queueing on fpq->ioMiklos Szeredi-0/+9
2021-06-18fuse: ignore PG_workingset after stealingMiklos Szeredi-0/+1
2021-04-14fuse: fix matching of FUSE_DEV_IOC_CLONE commandAlessio Balsini-5/+2
2021-03-16fuse: 32-bit user space ioctl compat for fuse deviceAlessio Balsini-10/+16
2021-02-24mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang-5/+1
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz-56/+50
2020-09-18fuse: drop fuse_conn parameter where possibleMax Reitz-31/+39
2020-09-18fuse: store fuse_conn in fuse_reqMax Reitz-6/+7
2020-09-18fuse: fix page dereference after freeMiklos Szeredi-10/+18
2020-06-09Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-7/+7
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner-1/+1
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-1/+1
2020-05-20fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig-1/+1
2020-05-19fuse: don't check refcount after stealing pageMiklos Szeredi-1/+0
2020-05-19fuse: fix weird page warningMiklos Szeredi-1/+2
2020-05-19fuse: use dump_pageMiklos Szeredi-2/+1
2020-04-20docs: fix broken references to text filesMauro Carvalho Chehab-1/+1
2020-04-20fuse: Update stale comment in queue_interrupt()Kirill Tkhai-1/+1
2020-04-20fuse: BUG_ON correction in fuse_dev_splice_write()Vasily Averin-2/+3
2020-02-13fuse: fix stack use after returnMiklos Szeredi-3/+3
2019-12-06pipe: Fix iteration end check in fuse_dev_splice_write()David Howells-1/+1
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds-13/+18
2019-11-15pipe: Allow pipes to have kernel-reserved slotsDavid Howells-4/+4
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells-13/+18
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann-1/+1
2019-10-21fuse: don't dereference req->args on finished requestMiklos Szeredi-1/+3
2019-09-24fuse: Make fuse_args_to_req staticYueHaibing-1/+1
2019-09-24fuse: unexport fuse_put_requestArnd Bergmann-1/+0
2019-09-12fuse: separate fuse device allocation and installation in fuse_connVivek Goyal-1/+1
2019-09-12fuse: add fuse_iqueue_ops callbacksStefan Hajnoczi-16/+30
2019-09-12fuse: export fuse_dequeue_forget() functionVivek Goyal-6/+7
2019-09-12fuse: export fuse_get_unique()Stefan Hajnoczi-1/+2
2019-09-12fuse: export fuse_len_args()Stefan Hajnoczi-4/+5
2019-09-12fuse: export fuse_end_request()Stefan Hajnoczi-9/+10
2019-09-10fuse: stop copying pages to fuse_reqMiklos Szeredi-12/+6
2019-09-10fuse: stop copying args to fuse_reqMiklos Szeredi-54/+26
2019-09-10fuse: simplify request allocationMiklos Szeredi-50/+11
2019-09-10fuse: unexport request opsMiklos Szeredi-42/+9
2019-09-10fuse: convert retrieve to simple apiMiklos Szeredi-30/+62
2019-09-10fuse: convert writepages to simple apiMiklos Szeredi-27/+0
2019-09-10fuse: add simple background helperMiklos Szeredi-0/+45
2019-09-10fuse: convert ioctl to simple apiMiklos Szeredi-2/+2
2019-09-10fuse: move page allocMiklos Szeredi-15/+2
2019-09-10fuse: add pages to fuse_argsMiklos Szeredi-10/+31
2019-09-10fuse: add nocreds to fuse_argsMiklos Szeredi-29/+15
2019-09-10fuse: convert fuse_force_forget() to simple apiMiklos Szeredi-21/+0