summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)Author
2024-07-15Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linuxLinus Torvalds
2024-07-02io_uring/msg_ring: fix overflow postingPavel Begunkov
2024-06-24io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPIJens Axboe
2024-06-24io_uring/msg_ring: add an alloc cache for io_kiocb entriesJens Axboe
2024-06-24io_uring: add io_add_aux_cqe() helperJens Axboe
2024-06-24io_uring: add remote task_work execution helperJens Axboe
2024-06-16io_uring/io-wq: make io_wq_work flags atomicJens Axboe
2024-06-16io_uring: use 'state' consistentlyJens Axboe
2024-06-16io_uring/eventfd: move eventfd handling to separate fileJens Axboe
2024-06-16io_uring/eventfd: move to more idiomatic RCU free usageJens Axboe
2024-06-13io_uring: fix cancellation overwriting req->flagsPavel Begunkov
2024-05-22io_uring: remove checks for NULL 'sq_offset'Jens Axboe
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-04-25io_uring/rw: reinstate thread check for retriesJens Axboe
2024-04-22io_uring/net: support bundles for recvJens Axboe
2024-04-17io_uring/rw: ensure retry condition isn't lostJens Axboe
2024-04-15io_uring: ensure overflow entries are dropped when ring is exitingJens Axboe
2024-04-15io_uring: consolidate overflow flushingPavel Begunkov
2024-04-15io_uring: always lock __io_cqring_overflow_flushPavel Begunkov
2024-04-15io_uring: open code io_cqring_overflow_flush()Pavel Begunkov
2024-04-15io_uring: remove extra SQPOLL overflow flushPavel Begunkov
2024-04-15io_uring: unexport io_req_cqe_overflow()Pavel Begunkov
2024-04-15io_uring: return void from io_put_kbuf_comp()Ming Lei
2024-04-15io_uring: remove io_req_put_rsrc_locked()Pavel Begunkov
2024-04-15io_uring: remove async request cachePavel Begunkov
2024-04-15io_uring: turn implicit assumptions into a warningPavel Begunkov
2024-04-15io_uring: kill dead code in io_req_complete_postMing Lei
2024-04-15io_uring: move mapping/allocation helpers to a separate fileJens Axboe
2024-04-15io_uring: use unpin_user_pages() where appropriateJens Axboe
2024-04-15io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ringJens Axboe
2024-04-15io_uring: unify io_pin_pages()Jens Axboe
2024-04-15io_uring: use vmap() for ring mappingJens Axboe
2024-04-15io_uring: get rid of remap_pfn_range() for mapping rings/sqesJens Axboe
2024-04-15io_uring: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-15io_uring: Remove unused functionJiapeng Chong
2024-04-15io_uring: refill request cache in memory orderJens Axboe
2024-04-15io_uring/poll: shrink alloc cache size to 32Jens Axboe
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe
2024-04-15io_uring: drop ->prep_async()Jens Axboe
2024-04-15io_uring/uring_cmd: switch to always allocating async dataJens Axboe
2024-04-15io_uring/rw: always setup io_async_rw for read/write requestsJens Axboe
2024-04-15io_uring: remove timeout/poll specific cancelationsJens Axboe
2024-04-15io_uring: flush delayed fallback task_work in cancelationJens Axboe
2024-04-15io_uring: refactor io_req_complete_post()Pavel Begunkov
2024-04-15io_uring: remove current check from complete_postPavel Begunkov
2024-04-15io_uring: get rid of intermediate aux cqe cachesPavel Begunkov
2024-04-15io_uring: refactor io_fill_cqe_req_auxPavel Begunkov
2024-04-15io_uring: remove struct io_tw_state::lockedPavel Begunkov
2024-04-15io_uring: force tw ctx lockingPavel Begunkov