summaryrefslogtreecommitdiff
path: root/fs/fuse/dev_uring_i.h
AgeCommit message (Expand)AuthorFilesLines
2026-06-15fuse-uring: drop kernel-doc notation for a commentRandy Dunlap1-1/+1
2026-06-15fuse: change ring->fc to ring->chanMiklos Szeredi1-1/+1
2026-06-15fuse: remove #include "fuse_i.h" from "dev_uring_i.h"Miklos Szeredi1-10/+9
2026-06-15fuse: don't access transport layer structs directly from the fs layerMiklos Szeredi1-11/+0
2026-06-15fuse: move request timeout to fuse_chanMiklos Szeredi1-2/+2
2026-06-15fuse: move io_uring related members to fuse_chanMiklos Szeredi1-3/+3
2026-06-15fuse: move fuse_iqueue to fuse_chanMiklos Szeredi1-0/+1
2026-06-15fuse-uring: fix moving cancelled entry to ent_in_userspace listJoanne Koong1-3/+3
2026-06-15fuse-uring: fix data races on ring->readyChris Mason1-1/+3
2025-03-31fuse: add kernel-enforced timeout option for requestsJoanne Koong1-0/+6
2025-03-31fuse: removed unused function fuse_uring_create() from headerLuis Henriques1-6/+0
2025-03-31fuse: {io-uring} Fix a possible req cancellation raceBernd Schubert1-0/+6
2025-01-27fuse: {io-uring} Prevent mount point hang on fuse-server terminationBernd Schubert1-0/+9
2025-01-27fuse: Allow to queue bg requests through io-uringBernd Schubert1-0/+12
2025-01-27fuse: Allow to queue fg requests through io-uringBernd Schubert1-0/+8
2025-01-27fuse: {io-uring} Handle teardown of ring entriesBernd Schubert1-0/+51
2025-01-27fuse: Add io-uring sqe commit and fetch supportBernd Schubert1-0/+12
2025-01-24fuse: {io-uring} Handle SQEs - register commandsBernd Schubert1-0/+113