aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev_uring.c
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+8
2025-11-26fuse: fix io-uring list corruption for terminated non-committed requestsJoanne Koong1-0/+1
2025-11-12fuse: Fix whitespace for fuse_uring_args_to_ring() commentBernd Schubert1-3/+3
2025-11-12fuse: missing copy_finish in fuse-over-io-uring argument copiesCheng Ding1-1/+4
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos1-3/+4
2025-10-03Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2025-09-23fuse: capture the unique id of fuse commands being sentDarrick J. Wong1-2/+2
2025-09-23io_uring/cmd: drop unused res2 param from io_uring_cmd_done()Caleb Sander Mateos1-4/+4
2025-09-02fuse: allow synchronous FUSE_INITMiklos Szeredi1-2/+2
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