summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c
AgeCommit message (Expand)AuthorLines
2025-10-03Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-83/+144
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2025-09-25fuse: move CREATE_TRACE_POINTS to a separate fileDarrick J. Wong-1/+0
2025-09-23fuse: capture the unique id of fuse commands being sentDarrick J. Wong-4/+23
2025-09-19fs: replace use of system_wq with system_percpu_wqMarco Crivellari-1/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)-1/+1
2025-09-05fuse: add prune notificationMiklos Szeredi-0/+39
2025-09-05fuse: remove redundant calls to fuse_copy_finish() in fuse_notify()Miklos Szeredi-56/+23
2025-09-05fuse: fix possibly missing fuse_copy_finish() call in fuse_notify()Miklos Szeredi-1/+1
2025-09-02fuse: fix references to fuse.rst -> fuse/fuse.rstMiklos Szeredi-1/+1
2025-09-02fuse: allow synchronous FUSE_INITMiklos Szeredi-18/+53
2025-08-27fuse: Block access to folio overlimitEdward Adam Davis-1/+1
2025-08-27virtio_fs: fix the hash table using in virtio_fs_enqueue_req()Li RongQing-0/+1
2025-08-27fuse: use freezable wait in fuse_get_req()Sergey Senozhatsky-2/+3
2025-05-29fuse: support large folios for storesJoanne Koong-7/+12
2025-05-29fuse: support large folios for retrievesJoanne Koong-10/+15
2025-05-29fuse: support copying large foliosJoanne Koong-49/+48
2025-05-15fs: fuse: add dev id to /dev/fuse fdinfoChen Linxuan-0/+15
2025-04-15fuse: optimize over-io-uring request expiration checkJoanne Koong-1/+1
2025-04-15fuse: use boolean bit-fields in struct fuse_copy_stateJoanne Koong-8/+8
2025-04-15fuse: add more control over cache invalidation behaviourLuis Henriques-0/+16
2025-04-02Merge tag 'fuse-update-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-23/+139
2025-03-31fuse: Increase FUSE_NAME_MAX to PATH_MAXBernd Schubert-2/+2
2025-03-31fuse: Allocate only namelen buf memory in fuse_notify_Bernd Schubert-12/+14
2025-03-31fuse: add default_request_timeout and max_request_timeout sysctlsJoanne Koong-3/+0
2025-03-31fuse: add kernel-enforced timeout option for requestsJoanne Koong-0/+101
2025-03-31fuse: {io-uring} Fix a possible req cancellation raceBernd Schubert-9/+25
2025-03-19fuse: fix possible deadlock if rings are never initializedLuis Henriques-1/+1
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds-1/+1
2025-03-06fs/pipe: fix pipe buffer index use in FUSELinus Torvalds-7/+6
2025-02-14fuse: revert back to __readahead_folio() for readaheadJoanne Koong-0/+6
2025-01-27fuse: enable fuse-over-io-uringBernd Schubert-0/+3
2025-01-27fuse: block request allocation until io-uring init is completeBernd Schubert-1/+2
2025-01-27fuse: Allow to queue bg requests through io-uringBernd Schubert-1/+25
2025-01-27fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-staticBernd Schubert-2/+3
2025-01-27fuse: {io-uring} Handle teardown of ring entriesBernd Schubert-0/+9
2025-01-24fuse: {io-uring} Make hash-list req unique finding functions non-staticBernd Schubert-3/+3
2025-01-24fuse: Add fuse-io-uring handling into fuse_copyBernd Schubert-1/+11
2025-01-24fuse: Make fuse_copy non staticBernd Schubert-22/+8
2025-01-24fuse: make args->in_args[0] to be always the headerBernd Schubert-4/+5
2025-01-24fuse: Move request bitsBernd Schubert-4/+0
2025-01-24fuse: Move fuse_get_dev to header fileBernd Schubert-9/+0
2025-01-24fuse: rename to fuse_dev_end_requests and make non-staticBernd Schubert-6/+5
2024-11-26Merge tag 'fuse-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-27/+39
2024-11-05fuse: remove pages for requests and exclusively use foliosJoanne Koong-36/+21
2024-11-05fuse: convert retrieves to use foliosJoanne Koong-10/+12
2024-11-05fuse: support folios in struct fuse_args_pages and fuse_copy_pages()Joanne Koong-8/+32
2024-11-03fdget(), more trivial conversionsAl Viro-4/+2
2024-10-25fuse: convert fuse_notify_store to use foliosJosef Bacik-11/+12