index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-01-02
fuse: missing copy_finish in fuse-over-io-uring argument copies
Cheng Ding
1
-1
/
+4
2026-01-02
fuse: fix io-uring list corruption for terminated non-committed requests
Joanne Koong
1
-0
/
+1
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
2025-03-31
fuse: fix uring race condition for null dereference of fc
Joanne Koong
1
-2
/
+2
2025-03-31
fuse: add kernel-enforced timeout option for requests
Joanne Koong
1
-0
/
+27
2025-03-31
fuse: {io-uring} Fix a possible req cancellation race
Bernd Schubert
1
-4
/
+11
2025-01-27
fuse: prevent disabling io-uring on active connections
Bernd Schubert
1
-5
/
+6
2025-01-27
fuse: enable fuse-over-io-uring
Bernd Schubert
1
-2
/
+1
2025-01-27
fuse: block request allocation until io-uring init is complete
Bernd Schubert
1
-0
/
+3
2025-01-27
fuse: {io-uring} Prevent mount point hang on fuse-server termination
Bernd Schubert
1
-3
/
+66
2025-01-27
fuse: Allow to queue bg requests through io-uring
Bernd Schubert
1
-0
/
+99
2025-01-27
fuse: Allow to queue fg requests through io-uring
Bernd Schubert
1
-0
/
+180
2025-01-27
fuse: {io-uring} Handle teardown of ring entries
Bernd Schubert
1
-0
/
+207
2025-01-27
fuse: Add io-uring sqe commit and fetch support
Bernd Schubert
1
-0
/
+441
2025-01-24
fuse: {io-uring} Handle SQEs - register commands
Bernd Schubert
1
-0
/
+326