index
:
pub/scm/linux/kernel/git/robh/linux.git
master
Rob Herring's fork of linux.git
Rob Herring
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dev_uring_i.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-17
fuse: add zero-copy over io-uring
Joanne Koong
1
-0
/
+6
2026-08-17
fuse: support registered buffer pools in io-uring
Joanne Koong
1
-0
/
+8
2026-08-17
fuse: add io-uring buffer pools
Joanne Koong
1
-1
/
+36
2026-08-17
fuse: decouple fuse_ring creation from ent registration
Joanne Koong
1
-0
/
+5
2026-06-15
fuse-uring: drop kernel-doc notation for a comment
Randy Dunlap
1
-1
/
+1
2026-06-15
fuse: change ring->fc to ring->chan
Miklos Szeredi
1
-1
/
+1
2026-06-15
fuse: remove #include "fuse_i.h" from "dev_uring_i.h"
Miklos Szeredi
1
-10
/
+9
2026-06-15
fuse: don't access transport layer structs directly from the fs layer
Miklos Szeredi
1
-11
/
+0
2026-06-15
fuse: move request timeout to fuse_chan
Miklos Szeredi
1
-2
/
+2
2026-06-15
fuse: move io_uring related members to fuse_chan
Miklos Szeredi
1
-3
/
+3
2026-06-15
fuse: move fuse_iqueue to fuse_chan
Miklos Szeredi
1
-0
/
+1
2026-06-15
fuse-uring: fix moving cancelled entry to ent_in_userspace list
Joanne Koong
1
-3
/
+3
2026-06-15
fuse-uring: fix data races on ring->ready
Chris Mason
1
-1
/
+3
2025-03-31
fuse: add kernel-enforced timeout option for requests
Joanne Koong
1
-0
/
+6
2025-03-31
fuse: removed unused function fuse_uring_create() from header
Luis Henriques
1
-6
/
+0
2025-03-31
fuse: {io-uring} Fix a possible req cancellation race
Bernd Schubert
1
-0
/
+6
2025-01-27
fuse: {io-uring} Prevent mount point hang on fuse-server termination
Bernd Schubert
1
-0
/
+9
2025-01-27
fuse: Allow to queue bg requests through io-uring
Bernd Schubert
1
-0
/
+12
2025-01-27
fuse: Allow to queue fg requests through io-uring
Bernd Schubert
1
-0
/
+8
2025-01-27
fuse: {io-uring} Handle teardown of ring entries
Bernd Schubert
1
-0
/
+51
2025-01-27
fuse: Add io-uring sqe commit and fetch support
Bernd Schubert
1
-0
/
+12
2025-01-24
fuse: {io-uring} Handle SQEs - register commands
Bernd Schubert
1
-0
/
+113