summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-251-83/+131
|\
| * fuse: clear FR_PENDING if abort is detected when sending requestMiklos Szeredi2024-09-241-0/+1
| * fs/fuse: convert to use invalid_mnt_idmapAlexander Mikhalitsyn2024-09-231-24/+23
| * fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn2024-09-231-3/+3
| * fs/fuse: fix null-ptr-deref when checking SB_I_NOIDMAP flagAlexander Mikhalitsyn2024-09-231-2/+2
| * fuse: add an idmap argument to fuse_simple_requestAlexander Mikhalitsyn2024-09-041-2/+4
| * fuse: add basic infrastructure to support idmappingsAlexander Mikhalitsyn2024-09-041-12/+38
| * fuse: add simple request tracepointsJosef Bacik2024-08-291-0/+5
| * fuse: cleanup request queuing towards virtiofsMiklos Szeredi2024-08-291-72/+87
* | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-3/+3
|\ \
| * | introduce fd_file(), convert all accessors to it.Al Viro2024-08-131-3/+3
* | | Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-031-4/+10
|\ \ \ | | |/ | |/|
| * | fuse: clear PG_uptodate when using a stolen pageMiklos Szeredi2024-08-281-4/+1
| * | fuse: check aborted connection before adding requests to pending list for res...Joanne Koong2024-08-281-0/+9
| |/
* / fuse: Initialize beyond-EOF page contents before setting uptodateJann Horn2024-08-181-2/+4
|/
* fuse: clear FR_SENT when re-adding requests into pending listHou Tao2024-05-101-0/+1
* fuse: set FR_PENDING atomically in fuse_resend()Hou Tao2024-05-101-1/+1
* fuse: Use the high bit of request ID for indicating resend requestsZhao Chen2024-03-061-0/+2
* fuse: Introduce a new notification type for resend pending requestsZhao Chen2024-03-061-0/+56
* fuse: implement ioctls to manage backing filesAmir Goldstein2024-03-051-0/+41
* fuse: factor out helper for FUSE_DEV_IOC_CLONEAmir Goldstein2024-02-231-26/+33
* fuse_dev_ioctl(): switch to fdget()Al Viro2023-04-211-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-141-27/+28
|\
| * fuse: convert fuse_try_move_page() to use foliosVishal Moola (Oracle)2022-12-121-27/+28
| * filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)2022-12-121-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-271-1/+2
* iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-091-2/+1
* new iov_iter flavour - ITER_UBUFAl Viro2022-08-091-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