aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/dev.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-24Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-83/+131
2024-09-24fuse: clear FR_PENDING if abort is detected when sending requestMiklos Szeredi1-0/+1
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2024-09-23fs/fuse: convert to use invalid_mnt_idmapAlexander Mikhalitsyn1-24/+23
2024-09-23fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn1-3/+3
2024-09-23fs/fuse: fix null-ptr-deref when checking SB_I_NOIDMAP flagAlexander Mikhalitsyn1-2/+2
2024-09-04fuse: add an idmap argument to fuse_simple_requestAlexander Mikhalitsyn1-2/+4
2024-09-04fuse: add basic infrastructure to support idmappingsAlexander Mikhalitsyn1-12/+38
2024-09-03Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+10
2024-08-29fuse: add simple request tracepointsJosef Bacik1-0/+5
2024-08-29fuse: cleanup request queuing towards virtiofsMiklos Szeredi1-72/+87
2024-08-28fuse: clear PG_uptodate when using a stolen pageMiklos Szeredi1-4/+1
2024-08-28fuse: check aborted connection before adding requests to pending list for res...Joanne Koong1-0/+9
2024-08-18fuse: Initialize beyond-EOF page contents before setting uptodateJann Horn1-2/+4
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-3/+3
2024-05-10fuse: clear FR_SENT when re-adding requests into pending listHou Tao1-0/+1
2024-05-10fuse: set FR_PENDING atomically in fuse_resend()Hou Tao1-1/+1
2024-03-06fuse: Use the high bit of request ID for indicating resend requestsZhao Chen1-0/+2
2024-03-06fuse: Introduce a new notification type for resend pending requestsZhao Chen1-0/+56
2024-03-05fuse: implement ioctls to manage backing filesAmir Goldstein1-0/+41
2024-02-23fuse: factor out helper for FUSE_DEV_IOC_CLONEAmir Goldstein1-26/+33
2023-04-20fuse_dev_ioctl(): switch to fdget()Al Viro1-20/+21
2023-01-26fuse: fix all W=1 kernel-doc warningsRandy Dunlap1-1/+1
2023-01-26fuse: add request extensionMiklos Szeredi1-0/+2
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-27/+28
2022-12-11fuse: convert fuse_try_move_page() to use foliosVishal Moola (Oracle)1-27/+28
2022-12-11filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)1-1/+1
2022-11-23fuse: Remove user_ns check for FUSE_DEV_IOC_CLONEJann Horn1-2/+1
2022-11-23fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYMiklos Szeredi1-2/+2
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_...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