summaryrefslogtreecommitdiffstats
path: root/io_uring/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring/kbuf: pass in 'len' argument for buffer commitJens Axboe2024-08-291-1/+1
* io_uring: wire up min batch wake timeoutJens Axboe2024-08-251-4/+4
* io_uring: add support for batch wait timeoutJens Axboe2024-08-251-13/+80
* io_uring: implement our own schedule timeout handlingJens Axboe2024-08-251-4/+31
* io_uring: move schedule wait logic into helperJens Axboe2024-08-251-16/+21
* io_uring: encapsulate extraneous wait flags into a separate structJens Axboe2024-08-251-21/+24
* io_uring: user registered clockid for wait timeoutsPavel Begunkov2024-08-251-2/+6
* io_uring: add absolute mode wait timeoutsPavel Begunkov2024-08-251-7/+8
* io_uring/napi: postpone napi timeout adjustmentPavel Begunkov2024-08-251-1/+0
* io_uring/napi: pass ktime to io_napi_adjust_timeoutPavel Begunkov2024-07-261-2/+4
* io_uring: align iowq and task request error handlingPavel Begunkov2024-07-241-1/+1
* io_uring: tighten task exit cancellationsPavel Begunkov2024-07-241-1/+4
* Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linuxLinus Torvalds2024-07-151-95/+55
|\
| * io_uring/msg_ring: fix overflow postingPavel Begunkov2024-07-021-1/+5
| * io_uring/msg_ring: add an alloc cache for io_kiocb entriesJens Axboe2024-06-241-0/+6
| * io_uring: add io_add_aux_cqe() helperJens Axboe2024-06-241-2/+21
| * io_uring: add remote task_work execution helperJens Axboe2024-06-241-8/+16
| * io_uring/io-wq: make io_wq_work flags atomicJens Axboe2024-06-161-6/+6
| * io_uring: use 'state' consistentlyJens Axboe2024-06-161-1/+1
| * io_uring/eventfd: move eventfd handling to separate fileJens Axboe2024-06-161-81/+1
| * io_uring/eventfd: move to more idiomatic RCU free usageJens Axboe2024-06-161-23/+26
* | io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPIJens Axboe2024-06-241-2/+2
|/
* io_uring: fix cancellation overwriting req->flagsPavel Begunkov2024-06-131-0/+1
* io_uring: remove checks for NULL 'sq_offset'Jens Axboe2024-05-221-4/+2
* Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-131-544/+121
|\
| * io_uring/rw: reinstate thread check for retriesJens Axboe2024-04-251-13/+0
| * io_uring/net: support bundles for recvJens Axboe2024-04-221-1/+2
| * io_uring/rw: ensure retry condition isn't lostJens Axboe2024-04-171-0/+13
| * io_uring: ensure overflow entries are dropped when ring is exitingJens Axboe2024-04-151-1/+2
| * io_uring: consolidate overflow flushingPavel Begunkov2024-04-151-25/+15
| * io_uring: always lock __io_cqring_overflow_flushPavel Begunkov2024-04-151-5/+8
| * io_uring: open code io_cqring_overflow_flush()Pavel Begunkov2024-04-151-8/+3
| * io_uring: remove extra SQPOLL overflow flushPavel Begunkov2024-04-151-2/+0
| * io_uring: unexport io_req_cqe_overflow()Pavel Begunkov2024-04-151-1/+1
| * io_uring: return void from io_put_kbuf_comp()Ming Lei2024-04-151-1/+1
| * io_uring: remove io_req_put_rsrc_locked()Pavel Begunkov2024-04-151-3/+2
| * io_uring: remove async request cachePavel Begunkov2024-04-151-22/+0
| * io_uring: turn implicit assumptions into a warningPavel Begunkov2024-04-151-1/+11
| * io_uring: kill dead code in io_req_complete_postMing Lei2024-04-151-35/+2
| * io_uring: move mapping/allocation helpers to a separate fileJens Axboe2024-04-151-325/+2
| * io_uring: use unpin_user_pages() where appropriateJens Axboe2024-04-151-3/+1
| * io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ringJens Axboe2024-04-151-42/+16
| * io_uring: unify io_pin_pages()Jens Axboe2024-04-151-19/+42
| * io_uring: use vmap() for ring mappingJens Axboe2024-04-151-29/+9
| * io_uring: get rid of remap_pfn_range() for mapping rings/sqesJens Axboe2024-04-151-8/+131
| * io_uring: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-151-1/+0
| * io_uring: Remove unused functionJiapeng Chong2024-04-151-6/+0
| * io_uring: refill request cache in memory orderJens Axboe2024-04-151-3/+3
| * io_uring/poll: shrink alloc cache size to 32Jens Axboe2024-04-151-1/+1
| * io_uring/alloc_cache: switch to array based cachingJens Axboe2024-04-151-15/+19