summaryrefslogtreecommitdiff
path: root/fs/fuse/dev_uring.c
AgeCommit message (Expand)Author
3 daysMerge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
12 daysfuse: fix io-uring list corruption for terminated non-committed requestsJoanne Koong
2025-11-12fuse: Fix whitespace for fuse_uring_args_to_ring() commentBernd Schubert
2025-11-12fuse: missing copy_finish in fuse-over-io-uring argument copiesCheng Ding
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos
2025-10-03Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-09-23fuse: capture the unique id of fuse commands being sentDarrick J. Wong
2025-09-23io_uring/cmd: drop unused res2 param from io_uring_cmd_done()Caleb Sander Mateos
2025-09-02fuse: allow synchronous FUSE_INITMiklos Szeredi
2025-04-15fuse: optimize over-io-uring request expiration checkJoanne Koong
2025-04-15fuse: use boolean bit-fields in struct fuse_copy_stateJoanne Koong
2025-03-31fuse: remove unneeded atomic set in uring creationJoanne Koong
2025-03-31fuse: fix uring race condition for null dereference of fcJoanne Koong
2025-03-31fuse: add kernel-enforced timeout option for requestsJoanne Koong
2025-03-31fuse: {io-uring} Fix a possible req cancellation raceBernd Schubert
2025-01-27fuse: prevent disabling io-uring on active connectionsBernd Schubert
2025-01-27fuse: enable fuse-over-io-uringBernd Schubert
2025-01-27fuse: block request allocation until io-uring init is completeBernd Schubert
2025-01-27fuse: {io-uring} Prevent mount point hang on fuse-server terminationBernd Schubert
2025-01-27fuse: Allow to queue bg requests through io-uringBernd Schubert
2025-01-27fuse: Allow to queue fg requests through io-uringBernd Schubert
2025-01-27fuse: {io-uring} Handle teardown of ring entriesBernd Schubert
2025-01-27fuse: Add io-uring sqe commit and fetch supportBernd Schubert
2025-01-24fuse: {io-uring} Handle SQEs - register commandsBernd Schubert