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