summaryrefslogtreecommitdiffstats
path: root/io_uring (follow)
Commit message (Expand)AuthorAgeFilesLines
* io_uring: check if iowq is killed before queuingPavel Begunkov2024-12-191-1/+5
* io_uring/register: limit ring resizing to DEFER_TASKRUNJens Axboe2024-12-191-0/+3
* io_uring: Fix registered ring file refcount leakJann Horn2024-12-191-0/+1
* io_uring: make ctx->timeout_lock a raw spinlockJens Axboe2024-12-172-25/+25
* io_uring/rsrc: don't put/free empty buffersJens Axboe2024-12-121-2/+4
* io_uring: Change res2 parameter type in io_uring_cmd_doneBernd Schubert2024-12-031-1/+1
* Merge tag 'io_uring-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds2024-12-016-33/+86
|\
| * io_uring/tctx: work around xa_store() allocation error issueJens Axboe2024-11-291-1/+12
| * io_uring: fix corner case forgetting to vunmapPavel Begunkov2024-11-271-1/+3
| * io_uring: fix task_work cap overshootingJens Axboe2024-11-261-15/+19
| * io_uring: check for overflows in io_pin_pagesPavel Begunkov2024-11-261-1/+6
| * io_uring/nop: ensure nop->fd is always initializedJens Axboe2024-11-211-1/+5
| * io_uring: limit local tw doneDavid Wei2024-11-212-12/+33
| * io_uring: add io_local_work_pending()David Wei2024-11-212-9/+14
| * io_uring/region: return negative -E2BIG in io_create_region()Dan Carpenter2024-11-201-1/+1
| * io_uring: protect register tracingPavel Begunkov2024-11-181-1/+2
* | Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-203-5/+5
|\ \
| * | io_uring: Switch to use hrtimer_setup_on_stack()Nam Cao2024-11-071-3/+4
| * | io_uring: Remove redundant hrtimer's callback function setupNam Cao2024-11-071-1/+0
* | | Merge tag 'for-6.13/io_uring-20241118' of git://git.kernel.dk/linuxLinus Torvalds2024-11-1936-1171/+1644
|\ \ \ | | |/ | |/|
| * | io_uring/region: fix error codes after failed vmapPavel Begunkov2024-11-171-1/+3
| * | io_uring: restore back registered wait argumentsPavel Begunkov2024-11-152-2/+28
| * | io_uring: add memory region registrationPavel Begunkov2024-11-152-0/+38
| * | io_uring: introduce concept of memory regionsPavel Begunkov2024-11-152-0/+81
| * | io_uring: temporarily disable registered waitsPavel Begunkov2024-11-153-93/+0
| * | io_uring: disable ENTER_EXT_ARG_REG for IOPOLLPavel Begunkov2024-11-151-6/+2
| * | io_uring: fortify io_pin_pages with a warningPavel Begunkov2024-11-151-0/+2
| * | switch io_msg_ring() to CLASS(fd)Al Viro2024-11-151-11/+7
| * | io_uring: fix invalid hybrid polling ctx leaksPavel Begunkov2024-11-131-5/+5
| * | io_uring/uring_cmd: fix buffer index retrievalMing Lei2024-11-111-1/+2
| * | io_uring/rsrc: add & apply io_req_assign_buf_node()Ming Lei2024-11-075-7/+11
| * | io_uring/rsrc: remove '->ctx_ptr' of 'struct io_rsrc_node'Ming Lei2024-11-072-10/+3
| * | io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpersMing Lei2024-11-075-35/+30
| * | io_uring: avoid normal tw intermediate fallbackPavel Begunkov2024-11-062-12/+11
| * | io_uring/napi: add static napi tracking strategyOlivier Langlois2024-11-063-24/+129
| * | io_uring/napi: clean up __io_napi_do_busy_loopOlivier Langlois2024-11-061-7/+8
| * | io_uring/napi: Use lock guardsOlivier Langlois2024-11-061-19/+21
| * | io_uring/napi: improve __io_napi_addOlivier Langlois2024-11-062-16/+9
| * | io_uring/napi: fix io_napi_entry RCU accessesOlivier Langlois2024-11-061-6/+11
| * | io_uring/napi: protect concurrent io_napi_entry timeout accessesOlivier Langlois2024-11-061-3/+3
| * | io_uring: prevent speculating sq_array indexingPavel Begunkov2024-11-061-0/+1
| * | io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe2024-11-0612-34/+45
| * | io_uring: remove task ref helpersJens Axboe2024-11-061-21/+10
| * | io_uring: move cancelations to be io_uring_task basedJens Axboe2024-11-0612-40/+40
| * | io_uring/rsrc: split io_kiocb node type assignmentsJens Axboe2024-11-067-16/+23
| * | io_uring/rsrc: encode node type and ctx togetherJens Axboe2024-11-062-9/+19
| * | io_uring: add support for hybrid IOPOLLhexue2024-11-022-12/+88
| * | io_uring/rsrc: allow cloning with node replacementsJens Axboe2024-11-021-14/+52
| * | io_uring/rsrc: allow cloning at an offsetJens Axboe2024-11-021-6/+26
| * | io_uring/rsrc: get rid of the empty node and dummy_ubufJens Axboe2024-11-026-50/+40