summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2024-10-29io_uring/net: don't store send address ptrPavel Begunkov
2024-10-29io_uring/net: split send and sendmsg prep helpersPavel Begunkov
2024-10-29io_uring/net: move send zc fixed buffer import to issue pathJens Axboe
2024-10-29io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node()Jens Axboe
2024-10-29io_uring/rw: get rid of using req->imuJens Axboe
2024-10-29io_uring/uring_cmd: get rid of using req->imuJens Axboe
2024-10-29io_uring/rsrc: don't assign bvec twice in io_import_fixed()Jens Axboe
2024-10-29io_uring: clean up cqe trace pointsPavel Begunkov
2024-10-29io_uring: static_key for !IORING_SETUP_NO_SQARRAYPavel Begunkov
2024-10-29io_uring: kill io_llist_xchgPavel Begunkov
2024-10-29io_uring: move cancel hash tables to kvmalloc/kvfreeJens Axboe
2024-10-29io_uring/cancel: get rid of init_hash_table() helperJens Axboe
2024-10-29io_uring/poll: get rid of per-hashtable bucket locksJens Axboe
2024-10-29io_uring/poll: get rid of io_poll_tw_hash_eject()Jens Axboe
2024-10-29io_uring/poll: get rid of unlocked cancel hashJens Axboe
2024-10-29io_uring/poll: remove 'ctx' argument from io_poll_req_delete()Jens Axboe
2024-10-29io_uring/msg_ring: add support for sending a sync messageJens Axboe
2024-10-29io_uring/msg_ring: refactor a few helper functionsJens Axboe
2024-10-29io_uring/eventfd: move ctx->evfd_last_cq_tail into io_ev_fdJens Axboe
2024-10-29io_uring/eventfd: abstract out ev_fd grab + release helpersJens Axboe
2024-10-29io_uring/eventfd: move trigger check into a helperJens Axboe
2024-10-29io_uring/eventfd: move actual signaling part into separate helperJens Axboe
2024-10-29io_uring/eventfd: check for the need to async notifier earlierJens Axboe
2024-10-29io_uring/eventfd: abstract out ev_fd put helperJens Axboe
2024-10-19io_uring: IORING_OP_F[GS]ETXATTR is fine with REQ_F_FIXED_FILEJens Axboe
2024-10-19io_uring/rw: fix wrong NOWAIT check in io_rw_init_file()Jens Axboe
2024-10-17io_uring/sqpoll: ensure task state is TASK_RUNNING when running task_workJens Axboe
2024-10-16io_uring/rsrc: ignore dummy_ubuf for buffer cloningJens Axboe
2024-10-15io_uring/sqpoll: close race on waiting for sqring entriesJens Axboe
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro
2024-10-06io_uring/rw: allow pollable non-blocking attempts for !FMODE_NOWAITJens Axboe
2024-10-06io_uring/rw: fix cflags posting for single issue multishot readJens Axboe
2024-09-30io_uring/net: harden multishot termination case for recvJens Axboe
2024-09-24io_uring: fix casts to io_req_flags_tMin-Hua Chen
2024-09-24io_uring: fix memory leak when cache init failGuixin Liu
2024-09-24Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-20io_uring: check if we need to reschedule during overflow flushJens Axboe
2024-09-20io_uring: improve request linking traceJens Axboe
2024-09-19io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNALJens Axboe
2024-09-18Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2024-09-16io_uring/sqpoll: do the napi busy poll outside the submission blockOlivier Langlois
2024-09-16io_uring: clean up a type in io_uring_register_get_file()Dan Carpenter
2024-09-16io_uring/sqpoll: do not put cpumask on stackFelix Moessbauer
2024-09-16Merge tag 'for-6.12/io_uring-discard-20240913' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-16Merge tag 'for-6.12/io_uring-20240913' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-16io_uring/sqpoll: retain test for whether the CPU is validJens Axboe
2024-09-15io_uring/rsrc: change ubuf->ubuf_end to length trackingJens Axboe
2024-09-15io_uring/rsrc: get rid of io_mapped_ubuf->folio_maskJens Axboe
2024-09-14io_uring: rename "copy buffers" to "clone buffers"Jens Axboe