summaryrefslogtreecommitdiff
path: root/fs/fuse/dev_uring.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-15fuse: optimize over-io-uring request expiration checkJoanne Koong1-5/+21
2025-04-15fuse: use boolean bit-fields in struct fuse_copy_stateJoanne Koong1-4/+4
2025-03-31fuse: remove unneeded atomic set in uring creationJoanne Koong1-1/+0
2025-03-31fuse: fix uring race condition for null dereference of fcJoanne Koong1-2/+2
2025-03-31fuse: add kernel-enforced timeout option for requestsJoanne Koong1-0/+27
2025-03-31fuse: {io-uring} Fix a possible req cancellation raceBernd Schubert1-4/+11
2025-01-27fuse: prevent disabling io-uring on active connectionsBernd Schubert1-5/+6
2025-01-27fuse: enable fuse-over-io-uringBernd Schubert1-2/+1
2025-01-27fuse: block request allocation until io-uring init is completeBernd Schubert1-0/+3
2025-01-27fuse: {io-uring} Prevent mount point hang on fuse-server terminationBernd Schubert1-3/+66
2025-01-27fuse: Allow to queue bg requests through io-uringBernd Schubert1-0/+99
2025-01-27fuse: Allow to queue fg requests through io-uringBernd Schubert1-0/+180
2025-01-27fuse: {io-uring} Handle teardown of ring entriesBernd Schubert1-0/+207
2025-01-27fuse: Add io-uring sqe commit and fetch supportBernd Schubert1-0/+441
2025-01-24fuse: {io-uring} Handle SQEs - register commandsBernd Schubert1-0/+326