summaryrefslogtreecommitdiffstats
path: root/io_uring (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | io_uring/rsrc: add io_reset_rsrc_node() helperJens Axboe2024-11-023-16/+17
| * | io_uring/filetable: kill io_reset_alloc_hint() helperJens Axboe2024-11-021-6/+1
| * | io_uring/filetable: remove io_file_from_index() helperJens Axboe2024-11-022-11/+3
| * | io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe2024-11-0212-59/+57
| * | io_uring/rsrc: unify file and buffer resource tablesJens Axboe2024-11-0214-204/+116
| * | io_uring: only initialize io_kiocb rsrc_nodes when neededJens Axboe2024-11-022-4/+10
| * | io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entriesJens Axboe2024-11-025-29/+41
| * | io_uring/rsrc: get rid of io_rsrc_node allocation cacheJens Axboe2024-11-022-17/+7
| * | io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe2024-11-0212-458/+267
| * | io_uring/rsrc: kill io_charge_rsrc_node()Jens Axboe2024-10-291-7/+1
| * | io_uring/splice: open code 2nd direct file assignmentJens Axboe2024-10-293-8/+39
| * | io_uring: specify freeptr usage for SLAB_TYPESAFE_BY_RCU io_kiocb cacheJens Axboe2024-10-291-0/+2
| * | io_uring/rsrc: move struct io_fixed_file to rsrc.h headerJens Axboe2024-10-292-0/+6
| * | io_uring/nop: add support for testing registered files and buffersJens Axboe2024-10-291-5/+44
| * | io_uring: add support for fixed wait regionsJens Axboe2024-10-293-11/+140
| * | io_uring: change io_get_ext_arg() to use uaccess begin + endJens Axboe2024-10-291-1/+17