index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dev_uring.c
Age
Commit message (
Expand
)
Author
2026-08-24
fuse: Fix the condition to enable over-io-uring
Bernd Schubert
2026-08-18
fuse: copy request headers via a stack buffer for io-uring
Xiang Mei
2026-08-17
fuse: add zero-copy over io-uring
Joanne Koong
2026-08-17
fuse: support registered buffer pools in io-uring
Joanne Koong
2026-08-17
fuse: add io-uring buffer pools
Joanne Koong
2026-08-17
fuse: add FUSE_IO_URING_CMD_ADD_QUEUE
Joanne Koong
2026-08-17
fuse: decouple fuse_ring creation from ent registration
Joanne Koong
2026-07-17
fuse: publish io-uring queues with release semantics
Joanne Koong
2026-07-17
fuse: use release/acquire for fch->initialized
Joanne Koong
2026-06-15
fuse-uring: clear ent->fuse_req in commit_fetch error path
Zhenghang Xiao
2026-06-15
fuse-uring: use named constants for io-uring iovec indices
Joanne Koong
2026-06-15
fuse-uring: refactor setting up copy state for payload copying
Joanne Koong
2026-06-15
fuse-uring: use enum types for header copying
Joanne Koong
2026-06-15
fuse-uring: refactor io-uring header copying from ring
Joanne Koong
2026-06-15
fuse-uring: refactor io-uring header copying to ring
Joanne Koong
2026-06-15
fuse-uring: separate next request fetching from sending logic
Joanne Koong
2026-06-15
fuse: add fuse_request_sent tracepoint
Amir Goldstein
2026-06-15
fuse: alloc pqueue before installing fch in fuse_dev
Miklos Szeredi
2026-06-15
fuse: remove #include "fuse_i.h" from dev.c and dev_uring.c
Miklos Szeredi
2026-06-15
fuse: change ring->fc to ring->chan
Miklos Szeredi
2026-06-15
fuse: set params in fuse_chan_set_initialized()
Miklos Szeredi
2026-06-15
fuse: change fud->fc to fud->chan
Miklos Szeredi
2026-06-15
fuse: change req->fm to req->chan
Miklos Szeredi
2026-06-15
fuse: abort related layering cleanup
Miklos Szeredi
2026-06-15
fuse: don't access transport layer structs directly from the fs layer
Miklos Szeredi
2026-06-15
fuse: move request timeout to fuse_chan
Miklos Szeredi
2026-06-15
fuse: split off fch->lock from fc->lock
Miklos Szeredi
2026-06-15
fuse: move io_uring related members to fuse_chan
Miklos Szeredi
2026-06-15
fuse: move request blocking related members to fuse_chan
Miklos Szeredi
2026-06-15
fuse: move background queuing related members to fuse_chan
Miklos Szeredi
2026-06-15
fuse: move fuse_iqueue to fuse_chan
Miklos Szeredi
2026-06-15
fuse: fix io-uring background queue dispatch on request completion
Joanne Koong
2026-06-15
fuse-uring: remove request-less entries from ent_w_req_queue to fix NULL deref
Joanne Koong
2026-06-15
fuse-uring: make a fuse_req on SQE commit only findable after memcpy
Bernd Schubert
2026-06-15
fuse-uring: Avoid queue->stopped races and set/read that value under lock
Bernd Schubert
2026-06-15
fuse-uring: Avoid use-after-free in fuse_uring_async_stop_queues
Bernd Schubert
2026-06-15
fuse-uring: end fuse_req on io-uring cancel task work
Chris Mason
2026-06-15
fuse-uring: fix moving cancelled entry to ent_in_userspace list
Joanne Koong
2026-06-15
fuse-uring: check connection abort during ring creation
Joanne Koong
2026-06-15
fuse-uring: fix race between registration and connection abortion
Joanne Koong
2026-06-15
fuse-uring: fix data races on ring->ready
Chris Mason
2026-06-15
fuse-uring: fix EFAULT clobber in fuse_uring_commit
Chris Mason
2026-02-27
fuse: refactor duplicate queue teardown operation
Yuto Ohnuki
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-19
io_uring: Add size check for sqe->cmd
Govindarajulu Varadarajan
2025-12-05
Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-11-26
fuse: fix io-uring list corruption for terminated non-committed requests
Joanne Koong
2025-11-12
fuse: Fix whitespace for fuse_uring_args_to_ring() comment
Bernd Schubert
[next]