summaryrefslogtreecommitdiff
path: root/fs/fuse/dev_uring.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24fuse: Fix the condition to enable over-io-uringBernd Schubert1-13/+18
2026-08-18fuse: copy request headers via a stack buffer for io-uringXiang Mei1-4/+8
2026-08-17fuse: add zero-copy over io-uringJoanne Koong1-13/+169
2026-08-17fuse: support registered buffer pools in io-uringJoanne Koong1-21/+91
2026-08-17fuse: add io-uring buffer poolsJoanne Koong1-27/+212
2026-08-17fuse: add FUSE_IO_URING_CMD_ADD_QUEUEJoanne Koong1-7/+38
2026-08-17fuse: decouple fuse_ring creation from ent registrationJoanne Koong1-16/+10
2026-07-17fuse: publish io-uring queues with release semanticsJoanne Koong1-9/+11
2026-07-17fuse: use release/acquire for fch->initializedJoanne Koong1-1/+3
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-21Convert '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-05Merge 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