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