summaryrefslogtreecommitdiff
path: root/fs/fuse/dev.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-20fuse: {io-uring} Fix a possible req cancellation raceBernd Schubert1-9/+25
2025-03-19fuse: fix possible deadlock if rings are never initializedLuis Henriques1-1/+1
2025-03-07fs/pipe: add simpler helpers for common casesLinus Torvalds1-1/+1
2025-03-06fs/pipe: fix pipe buffer index use in FUSELinus Torvalds1-7/+6
2025-02-14fuse: revert back to __readahead_folio() for readaheadJoanne Koong1-0/+6
2025-01-27fuse: enable fuse-over-io-uringBernd Schubert1-0/+3
2025-01-27fuse: block request allocation until io-uring init is completeBernd Schubert1-1/+2
2025-01-27fuse: Allow to queue bg requests through io-uringBernd Schubert1-1/+25
2025-01-27fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-staticBernd Schubert1-2/+3
2025-01-27fuse: {io-uring} Handle teardown of ring entriesBernd Schubert1-0/+9
2025-01-24fuse: {io-uring} Make hash-list req unique finding functions non-staticBernd Schubert1-3/+3
2025-01-24fuse: Add fuse-io-uring handling into fuse_copyBernd Schubert1-1/+11
2025-01-24fuse: Make fuse_copy non staticBernd Schubert1-22/+8
2025-01-24fuse: make args->in_args[0] to be always the headerBernd Schubert1-4/+5
2025-01-24fuse: Move request bitsBernd Schubert1-4/+0
2025-01-24fuse: Move fuse_get_dev to header fileBernd Schubert1-9/+0
2025-01-24fuse: rename to fuse_dev_end_requests and make non-staticBernd Schubert1-6/+5
2024-11-26Merge tag 'fuse-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-27/+39
2024-11-05fuse: remove pages for requests and exclusively use foliosJoanne Koong1-36/+21
2024-11-05fuse: convert retrieves to use foliosJoanne Koong1-10/+12
2024-11-05fuse: support folios in struct fuse_args_pages and fuse_copy_pages()Joanne Koong1-8/+32
2024-11-03fdget(), more trivial conversionsAl Viro1-4/+2
2024-10-25fuse: convert fuse_notify_store to use foliosJosef Bacik1-11/+12
2024-10-25fuse: convert fuse_retrieve to use foliosJosef Bacik1-4/+4
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-25Merge 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-13introduce 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-21fuse_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-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-27/+28