index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dev_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-15
fuse-uring: clear ent->fuse_req in commit_fetch error path
Zhenghang Xiao
1
-3
/
+1
2026-06-15
fuse-uring: use named constants for io-uring iovec indices
Joanne Koong
1
-11
/
+13
2026-06-15
fuse-uring: refactor setting up copy state for payload copying
Joanne Koong
1
-14
/
+24
2026-06-15
fuse-uring: use enum types for header copying
Joanne Koong
1
-13
/
+53
2026-06-15
fuse-uring: refactor io-uring header copying from ring
Joanne Koong
1
-5
/
+17
2026-06-15
fuse-uring: refactor io-uring header copying to ring
Joanne Koong
1
-18
/
+21
2026-06-15
fuse-uring: separate next request fetching from sending logic
Joanne Koong
1
-52
/
+29
2026-06-15
fuse: add fuse_request_sent tracepoint
Amir Goldstein
1
-0
/
+1
2026-06-15
fuse: alloc pqueue before installing fch in fuse_dev
Miklos Szeredi
1
-2
/
+2
2026-06-15
fuse: remove #include "fuse_i.h" from dev.c and dev_uring.c
Miklos Szeredi
1
-2
/
+1
2026-06-15
fuse: change ring->fc to ring->chan
Miklos Szeredi
1
-30
/
+28
2026-06-15
fuse: set params in fuse_chan_set_initialized()
Miklos Szeredi
1
-2
/
+2
2026-06-15
fuse: change fud->fc to fud->chan
Miklos Szeredi
1
-29
/
+29
2026-06-15
fuse: change req->fm to req->chan
Miklos Szeredi
1
-9
/
+8
2026-06-15
fuse: abort related layering cleanup
Miklos Szeredi
1
-1
/
+1
2026-06-15
fuse: don't access transport layer structs directly from the fs layer
Miklos Szeredi
1
-3
/
+4
2026-06-15
fuse: move request timeout to fuse_chan
Miklos Szeredi
1
-8
/
+8
2026-06-15
fuse: split off fch->lock from fc->lock
Miklos Szeredi
1
-10
/
+10
2026-06-15
fuse: move io_uring related members to fuse_chan
Miklos Szeredi
1
-13
/
+13
2026-06-15
fuse: move request blocking related members to fuse_chan
Miklos Szeredi
1
-9
/
+9
2026-06-15
fuse: move background queuing related members to fuse_chan
Miklos Szeredi
1
-12
/
+12
2026-06-15
fuse: move fuse_iqueue to fuse_chan
Miklos Szeredi
1
-1
/
+1
2026-06-15
fuse: fix io-uring background queue dispatch on request completion
Joanne Koong
1
-0
/
+1
2026-06-15
fuse-uring: remove request-less entries from ent_w_req_queue to fix NULL deref
Joanne Koong
1
-2
/
+12
2026-06-15
fuse-uring: make a fuse_req on SQE commit only findable after memcpy
Bernd Schubert
1
-14
/
+19
2026-06-15
fuse-uring: Avoid queue->stopped races and set/read that value under lock
Bernd Schubert
1
-5
/
+9
2026-06-15
fuse-uring: Avoid use-after-free in fuse_uring_async_stop_queues
Bernd Schubert
1
-0
/
+2
2026-06-15
fuse-uring: end fuse_req on io-uring cancel task work
Chris Mason
1
-2
/
+12
2026-06-15
fuse-uring: fix moving cancelled entry to ent_in_userspace list
Joanne Koong
1
-2
/
+4
2026-06-15
fuse-uring: check connection abort during ring creation
Joanne Koong
1
-4
/
+8
2026-06-15
fuse-uring: fix race between registration and connection abortion
Joanne Koong
1
-6
/
+16
2026-06-15
fuse-uring: fix data races on ring->ready
Chris Mason
1
-2
/
+2
2026-06-15
fuse-uring: fix EFAULT clobber in fuse_uring_commit
Chris Mason
1
-6
/
+3
2026-02-27
fuse: refactor duplicate queue teardown operation
Yuto Ohnuki
1
-20
/
+16
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-6
/
+6
2026-02-19
io_uring: Add size check for sqe->cmd
Govindarajulu Varadarajan
1
-2
/
+4
2025-12-06
Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+8
2025-11-26
fuse: fix io-uring list corruption for terminated non-committed requests
Joanne Koong
1
-0
/
+1
2025-11-12
fuse: Fix whitespace for fuse_uring_args_to_ring() comment
Bernd Schubert
1
-3
/
+3
2025-11-12
fuse: missing copy_finish in fuse-over-io-uring argument copies
Cheng Ding
1
-1
/
+4
2025-11-03
io_uring/uring_cmd: avoid double indirect call in task work dispatch
Caleb Sander Mateos
1
-3
/
+4
2025-10-03
Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+4
2025-09-23
fuse: capture the unique id of fuse commands being sent
Darrick J. Wong
1
-2
/
+2
2025-09-23
io_uring/cmd: drop unused res2 param from io_uring_cmd_done()
Caleb Sander Mateos
1
-4
/
+4
2025-09-02
fuse: allow synchronous FUSE_INIT
Miklos Szeredi
1
-2
/
+2
2025-04-15
fuse: optimize over-io-uring request expiration check
Joanne Koong
1
-5
/
+21
2025-04-15
fuse: use boolean bit-fields in struct fuse_copy_state
Joanne Koong
1
-4
/
+4
2025-03-31
fuse: remove unneeded atomic set in uring creation
Joanne Koong
1
-1
/
+0
[next]