aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c
AgeCommit message (Expand)Author
2023-04-20fuse_dev_ioctl(): switch to fdget()Al Viro
2023-01-26fuse: fix all W=1 kernel-doc warningsRandy Dunlap
2023-01-26fuse: add request extensionMiklos Szeredi
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-11fuse: convert fuse_try_move_page() to use foliosVishal Moola (Oracle)
2022-12-11filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)
2022-11-23fuse: Remove user_ns check for FUSE_DEV_IOC_CLONEJann Horn
2022-11-23fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYMiklos Szeredi
2022-09-26mm: multi-gen LRU: groundworkYu Zhao
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro
2022-03-22fuse: remove reliance on bdi congestionNeilBrown
2022-03-07fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi
2021-11-25fuse: release pipe buf after last useMiklos Szeredi
2021-11-02fuse: fix page stealingMiklos Szeredi
2021-10-28fuse: always invalidate attributes after writesMiklos Szeredi
2021-10-28fuse: rename fuse_write_update_size()Miklos Szeredi
2021-10-22fuse: use kmap_local_page()Peng Hao
2021-08-04fuse: fix use after free in fuse_read_interrupt()Miklos Szeredi
2021-06-22virtiofs: Fix spelling mistakesZheng Yongjun
2021-06-22fuse: reject internal errnoMiklos Szeredi
2021-06-22fuse: check connected before queueing on fpq->ioMiklos Szeredi
2021-06-18fuse: ignore PG_workingset after stealingMiklos Szeredi
2021-04-14fuse: fix matching of FUSE_DEV_IOC_CLONE commandAlessio Balsini
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