Age | Commit message (Expand) | Author |
2024-07-26 | io_uring/napi: pass ktime to io_napi_adjust_timeout | Pavel Begunkov |
2024-07-26 | io_uring/napi: use ktime in busy polling | Pavel Begunkov |
2024-07-25 | io_uring/msg_ring: fix uninitialized use of target_req->flags | Jens Axboe |
2024-07-24 | io_uring: align iowq and task request error handling | Pavel Begunkov |
2024-07-24 | io_uring: simplify io_uring_cmd return | Pavel Begunkov |
2024-07-24 | io_uring: fix io_match_task must_hold | Pavel Begunkov |
2024-07-24 | io_uring: don't allow netpolling with SETUP_IOPOLL | Pavel Begunkov |
2024-07-24 | io_uring: tighten task exit cancellations | Pavel Begunkov |
2024-07-20 | io_uring: fix error pbuf checking | Pavel Begunkov |
2024-07-20 | io_uring: fix lost getsockopt completions | Pavel Begunkov |
2024-07-16 | Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2024-07-15 | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux | Linus Torvalds |
2024-07-15 | Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linux | Linus Torvalds |
2024-07-15 | Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds |
2024-07-13 | io_uring/net: check socket is valid in io_bind()/io_listen() | Tetsuo Handa |
2024-07-11 | io_uring/io-wq: limit retrying worker initialisation | Pavel Begunkov |
2024-07-10 | io_uring/napi: Remove unnecessary s64 cast | Thorsten Blum |
2024-07-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-07-02 | io_uring/net: cleanup io_recv_finish() bundle handling | Jens Axboe |
2024-07-02 | io_uring/net: don't clear msg_inq before io_recv_buf_select() needs it | Jens Axboe |
2024-07-02 | io_uring/msg_ring: fix overflow posting | Pavel Begunkov |
2024-07-02 | io_uring/net: move charging socket out of zc io_uring | Pavel Begunkov |
2024-07-01 | io_uring/msg_ring: use kmem_cache_free() to free request | Jens Axboe |
2024-07-01 | io_uring/msg_ring: check for dead submitter task | Jens Axboe |
2024-06-24 | io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPI | Jens Axboe |
2024-06-24 | io_uring/msg_ring: add an alloc cache for io_kiocb entries | Jens Axboe |
2024-06-24 | io_uring/msg_ring: improve handling of target CQE posting | Jens Axboe |
2024-06-24 | io_uring: add io_add_aux_cqe() helper | Jens Axboe |
2024-06-24 | io_uring: add remote task_work execution helper | Jens Axboe |
2024-06-24 | io_uring/msg_ring: tighten requirement for remote posting | Jens Axboe |
2024-06-20 | fs: Initial atomic write support | Prasad Singamsetty |
2024-06-20 | io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed | Chenliang Li |
2024-06-19 | io_uring: Allocate only necessary memory in io_probe | Gabriel Krisman Bertazi |
2024-06-19 | io_uring: Fix probe of disabled operations | Gabriel Krisman Bertazi |
2024-06-19 | io_uring: Introduce IORING_OP_LISTEN | Gabriel Krisman Bertazi |
2024-06-19 | io_uring: Introduce IORING_OP_BIND | Gabriel Krisman Bertazi |
2024-06-16 | io_uring/advise: support 64-bit lengths | Jens Axboe |
2024-06-16 | io_uring/rsrc: remove redundant __set_current_state() post schedule() | Jens Axboe |
2024-06-16 | io_uring/io-wq: make io_wq_work flags atomic | Jens Axboe |
2024-06-16 | io_uring: use 'state' consistently | Jens Axboe |
2024-06-16 | io_uring/eventfd: move eventfd handling to separate file | Jens Axboe |
2024-06-16 | io_uring/eventfd: move to more idiomatic RCU free usage | Jens Axboe |
2024-06-16 | io_uring/rsrc: Drop io_copy_iov in favor of iovec API | Gabriel Krisman Bertazi |
2024-06-13 | io_uring: fix cancellation overwriting req->flags | Pavel Begunkov |
2024-06-12 | io_uring/rsrc: don't lock while !TASK_RUNNING | Pavel Begunkov |
2024-06-05 | vfs: retire user_path_at_empty and drop empty arg from getname_flags | Mateusz Guzik |
2024-06-04 | io_uring: fix possible deadlock in io_register_iowq_max_workers() | Hagar Hemdan |
2024-06-04 | io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue() | Su Hui |
2024-06-04 | io_uring/napi: fix timeout calculation | Jens Axboe |
2024-06-01 | io_uring: check for non-NULL file pointer in io_file_can_poll() | Jens Axboe |