summaryrefslogtreecommitdiff
path: root/fs/fuse/dev.c
AgeCommit message (Expand)Author
2021-03-16fuse: 32-bit user space ioctl compat for fuse deviceAlessio Balsini
2021-02-24mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz
2020-09-18fuse: drop fuse_conn parameter where possibleMax Reitz
2020-09-18fuse: store fuse_conn in fuse_reqMax Reitz
2020-09-18fuse: fix page dereference after freeMiklos Szeredi
2020-06-09Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-05-20fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig
2020-05-19fuse: don't check refcount after stealing pageMiklos Szeredi
2020-05-19fuse: fix weird page warningMiklos Szeredi
2020-05-19fuse: use dump_pageMiklos Szeredi
2020-04-20docs: fix broken references to text filesMauro Carvalho Chehab
2020-04-20fuse: Update stale comment in queue_interrupt()Kirill Tkhai
2020-04-20fuse: BUG_ON correction in fuse_dev_splice_write()Vasily Averin
2020-02-13fuse: fix stack use after returnMiklos Szeredi
2019-12-06pipe: Fix iteration end check in fuse_dev_splice_write()David Howells
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds
2019-11-15pipe: Allow pipes to have kernel-reserved slotsDavid Howells
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-10-21fuse: don't dereference req->args on finished requestMiklos Szeredi
2019-09-24fuse: Make fuse_args_to_req staticYueHaibing
2019-09-24fuse: unexport fuse_put_requestArnd Bergmann
2019-09-12fuse: separate fuse device allocation and installation in fuse_connVivek Goyal
2019-09-12fuse: add fuse_iqueue_ops callbacksStefan Hajnoczi
2019-09-12fuse: export fuse_dequeue_forget() functionVivek Goyal
2019-09-12fuse: export fuse_get_unique()Stefan Hajnoczi
2019-09-12fuse: export fuse_len_args()Stefan Hajnoczi
2019-09-12fuse: export fuse_end_request()Stefan Hajnoczi
2019-09-10fuse: stop copying pages to fuse_reqMiklos Szeredi
2019-09-10fuse: stop copying args to fuse_reqMiklos Szeredi
2019-09-10fuse: simplify request allocationMiklos Szeredi
2019-09-10fuse: unexport request opsMiklos Szeredi
2019-09-10fuse: convert retrieve to simple apiMiklos Szeredi
2019-09-10fuse: convert writepages to simple apiMiklos Szeredi
2019-09-10fuse: add simple background helperMiklos Szeredi
2019-09-10fuse: convert ioctl to simple apiMiklos Szeredi
2019-09-10fuse: move page allocMiklos Szeredi
2019-09-10fuse: add pages to fuse_argsMiklos Szeredi
2019-09-10fuse: add nocreds to fuse_argsMiklos Szeredi
2019-09-10fuse: convert fuse_force_forget() to simple apiMiklos Szeredi
2019-09-10fuse: add noreply to fuse_argsMiklos Szeredi
2019-09-10fuse: convert flush to simple apiMiklos Szeredi
2019-09-10fuse: simplify 'nofail' requestMiklos Szeredi
2019-09-10fuse: flatten 'struct fuse_args'Miklos Szeredi
2019-09-10fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers