summaryrefslogtreecommitdiff
path: root/fs/fuse/dev.c
Commit message (Expand)AuthorAgeFilesLines
* fuse_dev_ioctl(): switch to fdget()Al Viro2023-04-201-20/+21
* fuse: fix all W=1 kernel-doc warningsRandy Dunlap2023-01-261-1/+1
* fuse: add request extensionMiklos Szeredi2023-01-261-0/+2
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-27/+28
|\
| * fuse: convert fuse_try_move_page() to use foliosVishal Moola (Oracle)2022-12-111-27/+28
| * filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)2022-12-111-1/+1
* | fuse: Remove user_ns check for FUSE_DEV_IOC_CLONEJann Horn2022-11-231-2/+1
* | fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYMiklos Szeredi2022-11-231-2/+2
|/
* mm: multi-gen LRU: groundworkYu Zhao2022-09-261-1/+2
* iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-081-2/+1
* new iov_iter flavour - ITER_UBUFAl Viro2022-08-081-2/+2
* fuse: remove reliance on bdi congestionNeilBrown2022-03-221-8/+0
* fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi2022-03-071-1/+11
* fuse: release pipe buf after last useMiklos Szeredi2021-11-251-5/+5
* fuse: fix page stealingMiklos Szeredi2021-11-021-2/+12
* fuse: always invalidate attributes after writesMiklos Szeredi2021-10-281-1/+1
* fuse: rename fuse_write_update_size()Miklos Szeredi2021-10-281-1/+1
* fuse: use kmap_local_page()Peng Hao2021-10-221-4/+4
* fuse: fix use after free in fuse_read_interrupt()Miklos Szeredi2021-08-041-2/+2
* virtiofs: Fix spelling mistakesZheng Yongjun2021-06-221-1/+1
* fuse: reject internal errnoMiklos Szeredi2021-06-221-1/+1
* fuse: check connected before queueing on fpq->ioMiklos Szeredi2021-06-221-0/+9
* fuse: ignore PG_workingset after stealingMiklos Szeredi2021-06-181-0/+1
* fuse: fix matching of FUSE_DEV_IOC_CLONE commandAlessio Balsini2021-04-141-5/+2
* fuse: 32-bit user space ioctl compat for fuse deviceAlessio Balsini2021-03-161-10/+16
* mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang2021-02-241-5/+1
* fuse: split fuse_mount off of fuse_connMax Reitz2020-09-181-56/+50
* fuse: drop fuse_conn parameter where possibleMax Reitz2020-09-181-31/+39
* fuse: store fuse_conn in fuse_reqMax Reitz2020-09-181-6/+7
* fuse: fix page dereference after freeMiklos Szeredi2020-09-181-10/+18
* Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-091-7/+7
|\
| * fuse: don't check refcount after stealing pageMiklos Szeredi2020-05-191-1/+0
| * fuse: fix weird page warningMiklos Szeredi2020-05-191-1/+2
| * fuse: use dump_pageMiklos Szeredi2020-05-191-2/+1
| * fuse: Update stale comment in queue_interrupt()Kirill Tkhai2020-04-201-1/+1
| * fuse: BUG_ON correction in fuse_dev_splice_write()Vasily Averin2020-04-201-2/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-1/+1
|\ \
| * | mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner2020-06-031-1/+1
* | | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-031-1/+1
|\ \ \ | |/ / |/| |
| * | fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig2020-05-201-1/+1
| |/
* | docs: fix broken references to text filesMauro Carvalho Chehab2020-04-201-1/+1
|/
* fuse: fix stack use after returnMiklos Szeredi2020-02-131-3/+3
* pipe: Fix iteration end check in fuse_dev_splice_write()David Howells2019-12-061-1/+1
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-1/+1
|\
| * compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
* | Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds2019-11-301-13/+18
|\ \
| * | pipe: Allow pipes to have kernel-reserved slotsDavid Howells2019-11-151-4/+4
| * | pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells2019-10-311-13/+18
| |/
* | fuse: don't dereference req->args on finished requestMiklos Szeredi2019-10-211-1/+3
|/
* fuse: Make fuse_args_to_req staticYueHaibing2019-09-241-1/+1