Age | Commit message (Expand) | Author |
2024-02-01 | io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffers | Jens Axboe |
2024-01-29 | io_uring/net: limit inline multishot retries | Jens Axboe |
2024-01-29 | io_uring/poll: add requeue return code from poll multishot handling | Jens Axboe |
2024-01-29 | io_uring/net: un-indent mshot retry path in io_recv_finish() | Jens Axboe |
2024-01-29 | io_uring/poll: move poll execution helpers higher up | Jens Axboe |
2024-01-28 | io_uring/rw: ensure poll based multishot read retries appropriately | Jens Axboe |
2024-01-23 | io_uring: enable audit and restrict cred override for IORING_OP_FIXED_FD_INSTALL | Paul Moore |
2024-01-18 | Merge tag 'for-6.8/io_uring-2024-01-18' of git://git.kernel.dk/linux | Linus Torvalds |
2024-01-17 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2024-01-17 | io_uring: combine cq_wait_nr checks | Pavel Begunkov |
2024-01-17 | io_uring: clean *local_work_add var naming | Pavel Begunkov |
2024-01-17 | io_uring: clean up local tw add-wait sync | Pavel Begunkov |
2024-01-17 | io_uring: adjust defer tw counting | Pavel Begunkov |
2024-01-17 | io_uring/register: guard compat syscall with CONFIG_COMPAT | Jens Axboe |
2024-01-11 | Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linux | Linus Torvalds |
2024-01-11 | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux | Linus Torvalds |
2024-01-11 | io_uring/rsrc: improve code generation for fixed file assignment | Jens Axboe |
2024-01-10 | io_uring/rw: cleanup io_rw_done() | Jens Axboe |
2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-01-08 | Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs | Linus Torvalds |
2024-01-08 | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds |
2024-01-04 | io_uring: ensure local task_work is run on wait timeout | Jens Axboe |
2024-01-02 | Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Paolo Bonzini |
2023-12-29 | io_uring: use mempool KASAN hook | Andrey Konovalov |
2023-12-29 | kasan: rename kasan_slab_free_mempool to kasan_mempool_poison_object | Andrey Konovalov |
2023-12-21 | io_uring/kbuf: add method for returning provided buffer ring head | Jens Axboe |
2023-12-21 | io_uring/rw: ensure io->bytes_done is always initialized | Jens Axboe |
2023-12-21 | Merge branch 'vfs.file' | Christian Brauner |
2023-12-19 | io_uring: drop any code related to SCM_RIGHTS | Jens Axboe |
2023-12-19 | io_uring/unix: drop usage of io_uring socket | Jens Axboe |
2023-12-19 | io_uring/register: move io_uring_register(2) related code to register.c | Jens Axboe |
2023-12-14 | io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* implementation | Al Viro |
2023-12-13 | io_uring/poll: don't enable lazy wake for POLLEXCLUSIVE | Jens Axboe |
2023-12-12 | splice: return type ssize_t from all helpers | Amir Goldstein |
2023-12-12 | io_uring/openclose: add support for IORING_OP_FIXED_FD_INSTALL | Jens Axboe |
2023-12-12 | io_uring/cmd: inline io_uring_cmd_get_task | Pavel Begunkov |
2023-12-12 | io_uring/cmd: inline io_uring_cmd_do_in_task_lazy | Pavel Begunkov |
2023-12-12 | io_uring: split out cmd api into a separate header | Pavel Begunkov |
2023-12-12 | io_uring: optimise ltimeout for inline execution | Pavel Begunkov |
2023-12-12 | io_uring: don't check iopoll if request completes | Pavel Begunkov |
2023-12-12 | Merge branch 'vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/... | Jens Axboe |
2023-12-12 | file: remove pointless wrapper | Christian Brauner |
2023-12-07 | io_uring/af_unix: disable sending io_uring over sockets | Pavel Begunkov |
2023-12-05 | io_uring/kbuf: check for buffer list readiness after NULL check | Jens Axboe |
2023-12-05 | io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring() | Dan Carpenter |
2023-12-03 | io_uring: fix mutex_unlock with unreferenced ctx | Pavel Begunkov |
2023-12-01 | io_uring: remove uring_cmd cookie | Keith Busch |
2023-11-28 | io_uring: use fget/fput consistently | Jens Axboe |
2023-11-28 | io_uring: free io_buffer_list entries via RCU | Jens Axboe |
2023-11-28 | io_uring/kbuf: prune deferred locked cache when tearing down | Jens Axboe |