Show patches with: Submitter = Jens Axboe       |    State = Action Required       |    Archived = No       |   663 patches
« 1 2 3 46 7 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[04/15] io_uring/net: always setup an io_async_msghdr Get rid of ->prep_async() - - - --- 2024-03-20 Jens Axboe New
[03/15] io_uring/net: unify cleanup handling Get rid of ->prep_async() - - - --- 2024-03-20 Jens Axboe New
[02/15] io_uring/net: switch io_recv() to using io_async_msghdr Get rid of ->prep_async() - - - --- 2024-03-20 Jens Axboe New
[01/15] io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdr Get rid of ->prep_async() - - - --- 2024-03-20 Jens Axboe New
io_uring/alloc_cache: shrink default max entries from 512 to 128 io_uring/alloc_cache: shrink default max entries from 512 to 128 - - - --- 2024-03-19 Jens Axboe New
io_uring/net: drop unused 'fast_iov_one' entry io_uring/net: drop unused 'fast_iov_one' entry - - - --- 2024-03-19 Jens Axboe New
io_uring/sqpoll: early exit thread if task_context wasn't allocated io_uring/sqpoll: early exit thread if task_context wasn't allocated - - - --- 2024-03-19 Jens Axboe New
[2/2] io_uring: clear opcode specific data for an early failure Sanitize request setup - - - --- 2024-03-16 Jens Axboe New
[1/2] io_uring/net: ensure async prep handlers always initialize ->done_io Sanitize request setup - - - --- 2024-03-16 Jens Axboe New
io_uring: remove timeout/poll specific cancelations io_uring: remove timeout/poll specific cancelations - - - --- 2024-03-16 Jens Axboe New
[v2] io_uring/net: ensure async prep handlers always initialize ->done_io [v2] io_uring/net: ensure async prep handlers always initialize ->done_io - - - --- 2024-03-15 Jens Axboe New
io_uring/net: ensure async prep handlers always initialize ->done_io io_uring/net: ensure async prep handlers always initialize ->done_io - - - --- 2024-03-15 Jens Axboe New
io_uring/waitid: always remove waitid entry for cancel all io_uring/waitid: always remove waitid entry for cancel all - - - --- 2024-03-15 Jens Axboe New
io_uring/futex: always remove futex entry for cancel all io_uring/futex: always remove futex entry for cancel all - - - --- 2024-03-15 Jens Axboe New
io_uring/poll: fix upper bits poll updating io_uring/poll: fix upper bits poll updating - - - --- 2024-03-13 Jens Axboe New
io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry - - - --- 2024-03-12 Jens Axboe New
io_uring: don't save/restore iowait state io_uring: don't save/restore iowait state - - - --- 2024-03-11 Jens Axboe New
[GIT,PULL] io_uring updates for 6.9-rc1 [GIT,PULL] io_uring updates for 6.9-rc1 - - - --- 2024-03-10 Jens Axboe New
[7/7] io_uring/net: support bundles for recv Send and receive bundles - - - --- 2024-03-08 Jens Axboe New
[6/7] io_uring/net: switch io_recv() to using io_async_msghdr Send and receive bundles - - - --- 2024-03-08 Jens Axboe New
[5/7] io_uring/net: support bundles for send Send and receive bundles - - - --- 2024-03-08 Jens Axboe New
[4/7] io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdr Send and receive bundles - - - --- 2024-03-08 Jens Axboe New
[3/7] io_uring/kbuf: add helpers for getting/peeking multiple buffers Send and receive bundles - - - --- 2024-03-08 Jens Axboe New
[2/7] io_uring/net: add provided buffer support for IORING_OP_SEND Send and receive bundles - - - --- 2024-03-08 Jens Axboe New
[1/7] io_uring/net: add generic multishot retry helper Send and receive bundles - - - --- 2024-03-08 Jens Axboe New
io_uring/net: correctly handle multishot recvmsg retry setup io_uring/net: correctly handle multishot recvmsg retry setup - - - --- 2024-03-08 Jens Axboe New
io_uring/net: clear REQ_F_BL_EMPTY in the multishot retry handler io_uring/net: clear REQ_F_BL_EMPTY in the multishot retry handler - - - --- 2024-03-08 Jens Axboe New
[4/4] io_uring/net: add io_req_msg_cleanup() helper Misc cleanups - - - --- 2024-03-07 Jens Axboe New
[3/4] io_uring/net: simplify msghd->msg_inq checking Misc cleanups - - - --- 2024-03-07 Jens Axboe New
[2/4] io_uring/kbuf: rename REQ_F_PARTIAL_IO to REQ_F_BL_NO_RECYCLE Misc cleanups - - - --- 2024-03-07 Jens Axboe New
[1/4] io_uring/net: remove dependency on REQ_F_PARTIAL_IO for sr->done_io Misc cleanups - - - --- 2024-03-07 Jens Axboe New
[3/3] io_uring/net: move recv/recvmsg flags out of retry loop Misc io_uring networking - - - --- 2024-02-27 Jens Axboe New
[2/3] io_uring/net: avoid redundant -ENOBUFS on recv multishot retry Misc io_uring networking - - - --- 2024-02-27 Jens Axboe New
[1/3] io_uring/kbuf: flag request if buffer pool is empty after buffer pick Misc io_uring networking - - - --- 2024-02-27 Jens Axboe New
[3/3] io_uring/net: improve the usercopy for sendmsg/recvmsg Cleanup and improve sendmsg/recvmsg header handling - - - --- 2024-02-27 Jens Axboe New
[2/3] io_uring/net: move receive multishot out of the generic msghdr path Cleanup and improve sendmsg/recvmsg header handling - - - --- 2024-02-27 Jens Axboe New
[1/3] io_uring/net: unify how recvmsg and sendmsg copy in the msghdr Cleanup and improve sendmsg/recvmsg header handling - - - --- 2024-02-27 Jens Axboe New
[v2] io_uring/net: improve the usercopy for sendmsg/recvmsg [v2] io_uring/net: improve the usercopy for sendmsg/recvmsg - - - --- 2024-02-27 Jens Axboe New
io_uring/net: improve the usercopy for sendmsg/recvmsg io_uring/net: improve the usercopy for sendmsg/recvmsg - - - --- 2024-02-26 Jens Axboe New
[9/9] io_uring/net: support multishot for sendmsg Support for provided buffers for send - - - --- 2024-02-26 Jens Axboe New
[8/9] io_uring/net: support multishot for send Support for provided buffers for send - - - --- 2024-02-26 Jens Axboe New
[7/9] io_uring/net: add generic multishot retry helper Support for provided buffers for send - - - --- 2024-02-26 Jens Axboe New
[6/9] io_uring/net: move recv/recvmsg flags out of retry loop Support for provided buffers for send - - - --- 2024-02-26 Jens Axboe New
[5/9] io_uring/net: avoid redundant -ENOBUFS on recv multishot retry Support for provided buffers for send - - - --- 2024-02-26 Jens Axboe New
[4/9] io_uring/kbuf: flag request if buffer pool is empty after buffer pick Support for provided buffers for send - - - --- 2024-02-26 Jens Axboe New
[3/9] io_uring/net: add provided buffer support for IORING_OP_SENDMSG Support for provided buffers for send - - - --- 2024-02-26 Jens Axboe New
[2/9] io_uring/net: add provided buffer support for IORING_OP_SEND Support for provided buffers for send - - - --- 2024-02-26 Jens Axboe New
[1/9] net: remove {revc,send}msg_copy_msghdr() from exports Support for provided buffers for send - - - --- 2024-02-26 Jens Axboe New
[8/8] io_uring/net: set MSG_MORE if we're doing multishot send and have more Support for provided buffers for send - - - --- 2024-02-25 Jens Axboe New
[7/8] io_uring/net: support multishot for sendmsg Support for provided buffers for send - - - --- 2024-02-25 Jens Axboe New
[6/8] io_uring/net: support multishot for send Support for provided buffers for send - - - --- 2024-02-25 Jens Axboe New
[5/8] io_uring/kbuf: flag request if buffer pool is empty after buffer pick Support for provided buffers for send - - - --- 2024-02-25 Jens Axboe New
[4/8] io_uring/net: add provided buffer support for IORING_OP_SENDMSG Support for provided buffers for send - - - --- 2024-02-25 Jens Axboe New
[3/8] io_uring/net: add provided buffer support for IORING_OP_SEND Support for provided buffers for send - - - --- 2024-02-25 Jens Axboe New
[2/8] net: remove {revc,send}msg_copy_msghdr() from exports Support for provided buffers for send - - - --- 2024-02-25 Jens Axboe New
[1/8] io_uring/net: unify how recvmsg and sendmsg copy in the msghdr Support for provided buffers for send - - - --- 2024-02-25 Jens Axboe New
[3/3] io_uring/net: add provided buffer support for IORING_OP_SENDMSG Support for provided buffers for send - - - --- 2024-02-19 Jens Axboe New
[2/3] io_uring/net: add provided buffer support for IORING_OP_SEND Support for provided buffers for send - - - --- 2024-02-19 Jens Axboe New
[1/3] io_uring/net: unify how recvmsg and sendmsg copy in the msghdr Support for provided buffers for send - - - --- 2024-02-19 Jens Axboe New
[2/2] io_uring/net: add provided buffer support for IORING_OP_SENDMSG Support for provided buffers for send - - - --- 2024-02-19 Jens Axboe New
[1/2] io_uring/net: add provided buffer support for IORING_OP_SEND Support for provided buffers for send - - - --- 2024-02-19 Jens Axboe New
[GIT,PULL] io_uring fix for 6.8-rc5 [GIT,PULL] io_uring fix for 6.8-rc5 - - - --- 2024-02-16 Jens Axboe New
io_uring/napi: enable even with a timeout of 0 io_uring/napi: enable even with a timeout of 0 - - - --- 2024-02-15 Jens Axboe New
io_uring: kill stale comment for io_cqring_overflow_kill() io_uring: kill stale comment for io_cqring_overflow_kill() - - - --- 2024-02-15 Jens Axboe New
[4/4] io_uring: wire up min batch wake timeout Add support for batched min timeout - - - --- 2024-02-15 Jens Axboe New
[3/4] io_uring: add support for batch wait timeout Add support for batched min timeout - - - --- 2024-02-15 Jens Axboe New
[2/4] io_uring: implement our own schedule timeout handling Add support for batched min timeout - - - --- 2024-02-15 Jens Axboe New
[1/4] io_uring: move schedule wait logic into helper Add support for batched min timeout - - - --- 2024-02-15 Jens Axboe New
io_uring/sqpoll: use the correct check for pending task_work io_uring/sqpoll: use the correct check for pending task_work - - - --- 2024-02-14 Jens Axboe New
io_uring: wake SQPOLL task when task_work is added to an empty queue io_uring: wake SQPOLL task when task_work is added to an empty queue - - - --- 2024-02-14 Jens Axboe New
io_uring/napi: ensure napi polling is aborted when work is available io_uring/napi: ensure napi polling is aborted when work is available - - - --- 2024-02-14 Jens Axboe New
io_uring/net: fix multishot accept overflow handling io_uring/net: fix multishot accept overflow handling - - - --- 2024-02-14 Jens Axboe New
[4/4] io_uring: wire up min batch wake timeout Add support for batched min timeout - - - --- 2024-02-13 Jens Axboe New
[3/4] io_uring: add support for batch wait timeout Add support for batched min timeout - - - --- 2024-02-13 Jens Axboe New
[2/4] io_uring: implement our own schedule timeout handling Add support for batched min timeout - - - --- 2024-02-13 Jens Axboe New
[1/4] io_uring: move schedule wait logic into helper Add support for batched min timeout - - - --- 2024-02-13 Jens Axboe New
[6/6] io_uring/rw: remove dead file == NULL check Misc cleanups / optimizations - - - --- 2024-02-07 Jens Axboe New
[5/6] io_uring: cleanup io_req_complete_post() Misc cleanups / optimizations - - - --- 2024-02-07 Jens Axboe New
[4/6] io_uring: mark the need to lock/unlock the ring as unlikely Misc cleanups / optimizations - - - --- 2024-02-07 Jens Axboe New
[3/6] io_uring: add io_file_can_poll() helper Misc cleanups / optimizations - - - --- 2024-02-07 Jens Axboe New
[2/6] io_uring/cancel: don't default to setting req->work.cancel_seq Misc cleanups / optimizations - - - --- 2024-02-07 Jens Axboe New
[1/6] io_uring: expand main struct io_kiocb flags to 64-bits Misc cleanups / optimizations - - - --- 2024-02-07 Jens Axboe New
[7/7] io_uring: add prefer busy poll to register and unregister napi api io_uring: add napi busy polling support 1 - - --- 2024-02-06 Jens Axboe New
[6/7] io_uring: add register/unregister napi function io_uring: add napi busy polling support 1 - - --- 2024-02-06 Jens Axboe New
[5/7] io-uring: add sqpoll support for napi busy poll io_uring: add napi busy polling support - - - --- 2024-02-06 Jens Axboe New
[4/7] io-uring: add napi busy poll support io_uring: add napi busy polling support 1 - - --- 2024-02-06 Jens Axboe New
[3/7] io-uring: move io_wait_queue definition to header file io_uring: add napi busy polling support - - - --- 2024-02-06 Jens Axboe New
[2/7] net: add napi_busy_loop_rcu() io_uring: add napi busy polling support - - - --- 2024-02-06 Jens Axboe New
[1/7] net: split off __napi_busy_poll from napi_busy_poll io_uring: add napi busy polling support - - - --- 2024-02-06 Jens Axboe New
[10/10] io_uring/sqpoll: manage task_work privately Various network improvements - - - --- 2024-02-06 Jens Axboe New
[09/10] io_uring: pass in counter to handle_tw_list() rather than return it Various network improvements - - - --- 2024-02-06 Jens Axboe New
[08/10] io_uring: cleanup handle_tw_list() calling convention Various network improvements - - - --- 2024-02-06 Jens Axboe New
[07/10] io_uring/poll: improve readability of poll reference decrementing Various network improvements - - - --- 2024-02-06 Jens Axboe New
[06/10] io_uring: remove unconditional looping in local task_work handling Various network improvements - - - --- 2024-02-06 Jens Axboe New
[05/10] io_uring: remove next io_kiocb fetch in task_work running Various network improvements - - - --- 2024-02-06 Jens Axboe New
[04/10] io_uring: handle traditional task_work in FIFO order Various network improvements - - - --- 2024-02-06 Jens Axboe New
[03/10] io_uring: remove 'loops' argument from trace_io_uring_task_work_run() Various network improvements - - - --- 2024-02-06 Jens Axboe New
[02/10] io_uring: remove looping around handling traditional task_work Various network improvements - - - --- 2024-02-06 Jens Axboe New
[01/10] io_uring/kbuf: cleanup passing back cflags Various network improvements - - - --- 2024-02-06 Jens Axboe New
[6/6] io_uring/rw: remove dead file == NULL check Misc cleanups / optimizations - - - --- 2024-02-06 Jens Axboe New
« 1 2 3 46 7 »