summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-26io_uring/napi: pass ktime to io_napi_adjust_timeoutPavel Begunkov1-2/+4
2024-07-24io_uring: align iowq and task request error handlingPavel Begunkov1-1/+1
2024-07-24io_uring: tighten task exit cancellationsPavel Begunkov1-1/+4
2024-07-15Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linuxLinus Torvalds1-95/+55
2024-07-02io_uring/msg_ring: fix overflow postingPavel Begunkov1-1/+5
2024-06-24io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPIJens Axboe1-2/+2
2024-06-24io_uring/msg_ring: add an alloc cache for io_kiocb entriesJens Axboe1-0/+6
2024-06-24io_uring: add io_add_aux_cqe() helperJens Axboe1-2/+21
2024-06-24io_uring: add remote task_work execution helperJens Axboe1-8/+16
2024-06-16io_uring/io-wq: make io_wq_work flags atomicJens Axboe1-6/+6
2024-06-16io_uring: use 'state' consistentlyJens Axboe1-1/+1
2024-06-16io_uring/eventfd: move eventfd handling to separate fileJens Axboe1-81/+1
2024-06-16io_uring/eventfd: move to more idiomatic RCU free usageJens Axboe1-23/+26
2024-06-13io_uring: fix cancellation overwriting req->flagsPavel Begunkov1-0/+1
2024-05-22io_uring: remove checks for NULL 'sq_offset'Jens Axboe1-4/+2
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-544/+121
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1
2024-04-25io_uring/rw: reinstate thread check for retriesJens Axboe1-13/+0
2024-04-22io_uring/net: support bundles for recvJens Axboe1-1/+2
2024-04-17io_uring/rw: ensure retry condition isn't lostJens Axboe1-0/+13
2024-04-15io_uring: ensure overflow entries are dropped when ring is exitingJens Axboe1-1/+2
2024-04-15io_uring: consolidate overflow flushingPavel Begunkov1-25/+15
2024-04-15io_uring: always lock __io_cqring_overflow_flushPavel Begunkov1-5/+8
2024-04-15io_uring: open code io_cqring_overflow_flush()Pavel Begunkov1-8/+3
2024-04-15io_uring: remove extra SQPOLL overflow flushPavel Begunkov1-2/+0
2024-04-15io_uring: unexport io_req_cqe_overflow()Pavel Begunkov1-1/+1
2024-04-15io_uring: return void from io_put_kbuf_comp()Ming Lei1-1/+1
2024-04-15io_uring: remove io_req_put_rsrc_locked()Pavel Begunkov1-3/+2
2024-04-15io_uring: remove async request cachePavel Begunkov1-22/+0
2024-04-15io_uring: turn implicit assumptions into a warningPavel Begunkov1-1/+11
2024-04-15io_uring: kill dead code in io_req_complete_postMing Lei1-35/+2
2024-04-15io_uring: move mapping/allocation helpers to a separate fileJens Axboe1-325/+2
2024-04-15io_uring: use unpin_user_pages() where appropriateJens Axboe1-3/+1
2024-04-15io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ringJens Axboe1-42/+16
2024-04-15io_uring: unify io_pin_pages()Jens Axboe1-19/+42
2024-04-15io_uring: use vmap() for ring mappingJens Axboe1-29/+9
2024-04-15io_uring: get rid of remap_pfn_range() for mapping rings/sqesJens Axboe1-8/+131
2024-04-15io_uring: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2024-04-15io_uring: Remove unused functionJiapeng Chong1-6/+0
2024-04-15io_uring: refill request cache in memory orderJens Axboe1-3/+3
2024-04-15io_uring/poll: shrink alloc cache size to 32Jens Axboe1-1/+1
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe1-15/+19
2024-04-15io_uring: drop ->prep_async()Jens Axboe1-32/+4
2024-04-15io_uring/uring_cmd: switch to always allocating async dataJens Axboe1-0/+3
2024-04-15io_uring/rw: always setup io_async_rw for read/write requestsJens Axboe1-0/+3
2024-04-15io_uring: remove timeout/poll specific cancelationsJens Axboe1-9/+0
2024-04-15io_uring: flush delayed fallback task_work in cancelationJens Axboe1-0/+2
2024-04-15io_uring: refactor io_req_complete_post()Pavel Begunkov1-18/+11
2024-04-15io_uring: remove current check from complete_postPavel Begunkov1-1/+1
2024-04-15io_uring: get rid of intermediate aux cqe cachesPavel Begunkov1-49/+13