summaryrefslogtreecommitdiff
path: root/fs/fuse/dev_uring.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-15fuse-uring: clear ent->fuse_req in commit_fetch error pathZhenghang Xiao1-3/+1
2026-06-15fuse-uring: use named constants for io-uring iovec indicesJoanne Koong1-11/+13
2026-06-15fuse-uring: refactor setting up copy state for payload copyingJoanne Koong1-14/+24
2026-06-15fuse-uring: use enum types for header copyingJoanne Koong1-13/+53
2026-06-15fuse-uring: refactor io-uring header copying from ringJoanne Koong1-5/+17
2026-06-15fuse-uring: refactor io-uring header copying to ringJoanne Koong1-18/+21
2026-06-15fuse-uring: separate next request fetching from sending logicJoanne Koong1-52/+29
2026-06-15fuse: add fuse_request_sent tracepointAmir Goldstein1-0/+1
2026-06-15fuse: alloc pqueue before installing fch in fuse_devMiklos Szeredi1-2/+2
2026-06-15fuse: remove #include "fuse_i.h" from dev.c and dev_uring.cMiklos Szeredi1-2/+1
2026-06-15fuse: change ring->fc to ring->chanMiklos Szeredi1-30/+28
2026-06-15fuse: set params in fuse_chan_set_initialized()Miklos Szeredi1-2/+2
2026-06-15fuse: change fud->fc to fud->chanMiklos Szeredi1-29/+29
2026-06-15fuse: change req->fm to req->chanMiklos Szeredi1-9/+8
2026-06-15fuse: abort related layering cleanupMiklos Szeredi1-1/+1
2026-06-15fuse: don't access transport layer structs directly from the fs layerMiklos Szeredi1-3/+4
2026-06-15fuse: move request timeout to fuse_chanMiklos Szeredi1-8/+8
2026-06-15fuse: split off fch->lock from fc->lockMiklos Szeredi1-10/+10
2026-06-15fuse: move io_uring related members to fuse_chanMiklos Szeredi1-13/+13
2026-06-15fuse: move request blocking related members to fuse_chanMiklos Szeredi1-9/+9
2026-06-15fuse: move background queuing related members to fuse_chanMiklos Szeredi1-12/+12
2026-06-15fuse: move fuse_iqueue to fuse_chanMiklos Szeredi1-1/+1
2026-06-15fuse: fix io-uring background queue dispatch on request completionJoanne Koong1-0/+1
2026-06-15fuse-uring: remove request-less entries from ent_w_req_queue to fix NULL derefJoanne Koong1-2/+12
2026-06-15fuse-uring: make a fuse_req on SQE commit only findable after memcpyBernd Schubert1-14/+19
2026-06-15fuse-uring: Avoid queue->stopped races and set/read that value under lockBernd Schubert1-5/+9
2026-06-15fuse-uring: Avoid use-after-free in fuse_uring_async_stop_queuesBernd Schubert1-0/+2
2026-06-15fuse-uring: end fuse_req on io-uring cancel task workChris Mason1-2/+12
2026-06-15fuse-uring: fix moving cancelled entry to ent_in_userspace listJoanne Koong1-2/+4
2026-06-15fuse-uring: check connection abort during ring creationJoanne Koong1-4/+8
2026-06-15fuse-uring: fix race between registration and connection abortionJoanne Koong1-6/+16
2026-06-15fuse-uring: fix data races on ring->readyChris Mason1-2/+2
2026-06-15fuse-uring: fix EFAULT clobber in fuse_uring_commitChris Mason1-6/+3
2026-02-27fuse: refactor duplicate queue teardown operationYuto Ohnuki1-20/+16
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-6/+6
2026-02-19io_uring: Add size check for sqe->cmdGovindarajulu Varadarajan1-2/+4
2025-12-06Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+8
2025-11-26fuse: fix io-uring list corruption for terminated non-committed requestsJoanne Koong1-0/+1
2025-11-12fuse: Fix whitespace for fuse_uring_args_to_ring() commentBernd Schubert1-3/+3
2025-11-12fuse: missing copy_finish in fuse-over-io-uring argument copiesCheng Ding1-1/+4
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos1-3/+4
2025-10-03Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2025-09-23fuse: capture the unique id of fuse commands being sentDarrick J. Wong1-2/+2
2025-09-23io_uring/cmd: drop unused res2 param from io_uring_cmd_done()Caleb Sander Mateos1-4/+4
2025-09-02fuse: allow synchronous FUSE_INITMiklos Szeredi1-2/+2
2025-04-15fuse: optimize over-io-uring request expiration checkJoanne Koong1-5/+21
2025-04-15fuse: use boolean bit-fields in struct fuse_copy_stateJoanne Koong1-4/+4
2025-03-31fuse: remove unneeded atomic set in uring creationJoanne Koong1-1/+0