summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorLines
2024-08-25io_uring: wire up min batch wake timeoutJens Axboe-4/+4
2024-08-25io_uring: add support for batch wait timeoutJens Axboe-13/+82
2024-08-25io_uring: implement our own schedule timeout handlingJens Axboe-4/+33
2024-08-25io_uring: move schedule wait logic into helperJens Axboe-16/+21
2024-08-25io_uring: encapsulate extraneous wait flags into a separate structJens Axboe-21/+24
2024-08-25io_uring: user registered clockid for wait timeoutsPavel Begunkov-3/+46
2024-08-25io_uring: add absolute mode wait timeoutsPavel Begunkov-7/+8
2024-08-25io_uring/napi: postpone napi timeout adjustmentPavel Begunkov-38/+7
2024-08-25io_uring/napi: refactor __io_napi_busy_loop()Pavel Begunkov-3/+4
2024-08-25io_uring/kbuf: turn io_buffer_list booleans into flagsJens Axboe-23/+26
2024-08-25io_uring/net: use ITER_UBUF for single segment send mapsJens Axboe-3/+12
2024-08-25io_uring/kbuf: use 'bl' directly rather than req->buf_listJens Axboe-1/+1
2024-08-25io_uring: micro optimization of __io_sq_thread() conditionOlivier Langlois-1/+1
2024-08-25io_uring/rsrc: enable multi-hugepage buffer coalescingChenliang Li-32/+110
2024-08-25io_uring/rsrc: store folio shift and mask into imuChenliang Li-9/+8
2024-08-25io_uring: add napi busy settings to the fdinfo outputOlivier Langlois-1/+13
2024-08-21io_uring/kbuf: sanitize peek buffer setupJens Axboe-3/+6
2024-08-13io_uring/sqpoll: annotate debug task == current with data_race()Jens Axboe-1/+1
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro-5/+5
2024-08-12io_uring/napi: remove duplicate io_napi_entry timeout assignationOlivier Langlois-1/+0
2024-08-12io_uring/napi: check napi_enabled in io_napi_add() before proceedingOlivier Langlois-2/+2
2024-08-07io_uring/net: don't pick multiple buffers for non-bundle sendJens Axboe-2/+3
2024-08-07io_uring/net: ensure expanded bundle send gets marked for cleanupJens Axboe-0/+1
2024-08-07io_uring/net: ensure expanded bundle recv gets marked for cleanupJens Axboe-0/+1
2024-07-30io_uring: remove unused local list heads in NAPI functionsOlivier Langlois-2/+0
2024-07-30io_uring: keep multishot request NAPI timeout currentOlivier Langlois-0/+1
2024-07-26io_uring/napi: pass ktime to io_napi_adjust_timeoutPavel Begunkov-17/+11
2024-07-26io_uring/napi: use ktime in busy pollingPavel Begunkov-23/+29
2024-07-25io_uring/msg_ring: fix uninitialized use of target_req->flagsJens Axboe-3/+3
2024-07-24io_uring: align iowq and task request error handlingPavel Begunkov-1/+1
2024-07-24io_uring: simplify io_uring_cmd returnPavel Begunkov-1/+1
2024-07-24io_uring: fix io_match_task must_holdPavel Begunkov-1/+1
2024-07-24io_uring: don't allow netpolling with SETUP_IOPOLLPavel Begunkov-0/+2
2024-07-24io_uring: tighten task exit cancellationsPavel Begunkov-1/+4
2024-07-20io_uring: fix error pbuf checkingPavel Begunkov-1/+3
2024-07-20io_uring: fix lost getsockopt completionsPavel Begunkov-1/+1
2024-07-16Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-12/+4
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds-5/+4
2024-07-15Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linuxLinus Torvalds-281/+490
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-4/+3
2024-07-13io_uring/net: check socket is valid in io_bind()/io_listen()Tetsuo Handa-2/+12
2024-07-11io_uring/io-wq: limit retrying worker initialisationPavel Begunkov-3/+7
2024-07-10io_uring/napi: Remove unnecessary s64 castThorsten Blum-1/+1
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+8
2024-07-02io_uring/net: cleanup io_recv_finish() bundle handlingJens Axboe-10/+10
2024-07-02io_uring/net: don't clear msg_inq before io_recv_buf_select() needs itJens Axboe-4/+6
2024-07-02io_uring/msg_ring: fix overflow postingPavel Begunkov-1/+5
2024-07-02io_uring/net: move charging socket out of zc io_uringPavel Begunkov-12/+4
2024-07-01io_uring/msg_ring: use kmem_cache_free() to free requestJens Axboe-1/+1
2024-07-01io_uring/msg_ring: check for dead submitter taskJens Axboe-5/+10