aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26mm: multi-gen LRU: groundworkYu Zhao1-1/+2
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro1-2/+1
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro1-2/+2
2022-03-22fuse: remove reliance on bdi congestionNeilBrown1-8/+0
2022-03-07fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi1-1/+11
2021-11-25fuse: release pipe buf after last useMiklos Szeredi1-5/+5
2021-11-02fuse: fix page stealingMiklos Szeredi1-2/+12
2021-10-28fuse: always invalidate attributes after writesMiklos Szeredi1-1/+1
2021-10-28fuse: rename fuse_write_update_size()Miklos Szeredi1-1/+1
2021-10-22fuse: use kmap_local_page()Peng Hao1-4/+4
2021-08-04fuse: fix use after free in fuse_read_interrupt()Miklos Szeredi1-2/+2
2021-06-22virtiofs: Fix spelling mistakesZheng Yongjun1-1/+1
2021-06-22fuse: reject internal errnoMiklos Szeredi1-1/+1
2021-06-22fuse: check connected before queueing on fpq->ioMiklos Szeredi1-0/+9
2021-06-18fuse: ignore PG_workingset after stealingMiklos Szeredi1-0/+1
2021-04-14fuse: fix matching of FUSE_DEV_IOC_CLONE commandAlessio Balsini1-5/+2
2021-03-16fuse: 32-bit user space ioctl compat for fuse deviceAlessio Balsini1-10/+16
2021-02-24mm/filemap: remove unused parameter and change to void type for replace_page_cache_page()Baolin Wang1-5/+1
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz1-56/+50
2020-09-18fuse: drop fuse_conn parameter where possibleMax Reitz1-31/+39
2020-09-18fuse: store fuse_conn in fuse_reqMax Reitz1-6/+7
2020-09-18fuse: fix page dereference after freeMiklos Szeredi1-10/+18
2020-06-09Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-7/+7
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner1-1/+1
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2020-05-20fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig1-1/+1
2020-05-19fuse: don't check refcount after stealing pageMiklos Szeredi1-1/+0
2020-05-19fuse: fix weird page warningMiklos Szeredi1-1/+2
2020-05-19fuse: use dump_pageMiklos Szeredi1-2/+1
2020-04-20docs: fix broken references to text filesMauro Carvalho Chehab1-1/+1
2020-04-20fuse: Update stale comment in queue_interrupt()Kirill Tkhai1-1/+1
2020-04-20fuse: BUG_ON correction in fuse_dev_splice_write()Vasily Averin1-2/+3
2020-02-13fuse: fix stack use after returnMiklos Szeredi1-3/+3
2019-12-06pipe: Fix iteration end check in fuse_dev_splice_write()David Howells1-1/+1
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-13/+18
2019-11-15pipe: Allow pipes to have kernel-reserved slotsDavid Howells1-4/+4
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells1-13/+18
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-10-21fuse: don't dereference req->args on finished requestMiklos Szeredi1-1/+3
2019-09-24fuse: Make fuse_args_to_req staticYueHaibing1-1/+1
2019-09-24fuse: unexport fuse_put_requestArnd Bergmann1-1/+0
2019-09-12fuse: separate fuse device allocation and installation in fuse_connVivek Goyal1-1/+1
2019-09-12fuse: add fuse_iqueue_ops callbacksStefan Hajnoczi1-16/+30
2019-09-12fuse: export fuse_dequeue_forget() functionVivek Goyal1-6/+7
2019-09-12fuse: export fuse_get_unique()Stefan Hajnoczi1-1/+2
2019-09-12fuse: export fuse_len_args()Stefan Hajnoczi1-4/+5
2019-09-12fuse: export fuse_end_request()Stefan Hajnoczi1-9/+10
2019-09-10fuse: stop copying pages to fuse_reqMiklos Szeredi1-12/+6