summaryrefslogtreecommitdiffstats
path: root/io_uring/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * io_uring: drop ->prep_async()Jens Axboe2024-04-151-32/+4
| * io_uring/uring_cmd: switch to always allocating async dataJens Axboe2024-04-151-0/+3
| * io_uring/rw: always setup io_async_rw for read/write requestsJens Axboe2024-04-151-0/+3
| * io_uring: remove timeout/poll specific cancelationsJens Axboe2024-04-151-9/+0
| * io_uring: flush delayed fallback task_work in cancelationJens Axboe2024-04-151-0/+2
| * io_uring: refactor io_req_complete_post()Pavel Begunkov2024-04-151-18/+11
| * io_uring: remove current check from complete_postPavel Begunkov2024-04-151-1/+1
| * io_uring: get rid of intermediate aux cqe cachesPavel Begunkov2024-04-151-49/+13
| * io_uring: refactor io_fill_cqe_req_auxPavel Begunkov2024-04-151-13/+3