summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2025-03-28io_uring/net: fix sendzc double notif flushPavel Begunkov1-0/+2
2025-03-28io_uring/net: don't clear REQ_F_NEED_CLEANUP unconditionallyJens Axboe1-2/+1
2025-03-22io-wq: backoff when retrying worker creationUday Shankar1-5/+18
2025-03-22futex: Pass in task to futex_queue()Jens Axboe1-1/+1
2025-03-07io_uring/net: save msg_control for compatPavel Begunkov1-1/+3
2025-02-27io_uring: prevent opcode speculationPavel Begunkov1-0/+2
2025-02-27io_uring/rw: forbid multishot async readsPavel Begunkov1-2/+11
2025-02-21io_uring/kbuf: reallocate buf lists on upgradePavel Begunkov1-4/+11
2025-02-21io_uring/uring_cmd: remove dead req_has_async_data() checkJens Axboe1-3/+0
2025-02-21io_uring/waitid: don't abuse io_tw_statePavel Begunkov1-2/+2
2025-02-17io_uring/net: don't retry connect operation on EPOLLERRJens Axboe2-0/+7
2025-02-17io_uring: fix multishots with selected buffersPavel Begunkov1-0/+2
2025-02-08io_uring/uring_cmd: use cached cmd_op in io_uring_cmd_sock()Jens Axboe1-1/+1
2025-02-01io_uring/rsrc: require cloned buffers to share accounting contextsJann Horn1-0/+7
2025-01-17io_uring: don't touch sqd->thread off tw addPavel Begunkov1-4/+1
2025-01-17io_uring/eventfd: ensure io_eventfd_signal() defers another RCU periodJens Axboe1-1/+1
2025-01-17io_uring/sqpoll: zero sqd->thread on tctx errorsPavel Begunkov1-1/+5
2025-01-17io_uring/timeout: fix multishot updatesPavel Begunkov1-1/+3
2025-01-09io_uring/rw: fix downgraded mshot readPavel Begunkov1-0/+2
2025-01-09io_uring/kbuf: use pre-committed buffer address for non-pollable fileJens Axboe1-1/+3
2025-01-09io_uring/net: always initialize kmsg->msg.msg_inq upfrontJens Axboe1-0/+1
2025-01-02io_uring/sqpoll: fix sqpoll error handling racesPavel Begunkov1-0/+6
2024-12-27io_uring: check if iowq is killed before queuingPavel Begunkov1-1/+5
2024-12-27io_uring: Fix registered ring file refcount leakJann Horn1-0/+1
2024-12-14io_uring/tctx: work around xa_store() allocation error issueJens Axboe1-1/+12
2024-12-14io_uring: Change res2 parameter type in io_uring_cmd_doneBernd Schubert1-1/+1
2024-12-05io_uring: check for overflows in io_pin_pagesPavel Begunkov1-1/+6
2024-12-05io_uring: fix corner case forgetting to vunmapPavel Begunkov1-1/+3
2024-10-31io_uring/rw: fix missing NOWAIT check for O_DIRECT start writeJens Axboe1-2/+21
2024-10-19io_uring/rw: fix wrong NOWAIT check in io_rw_init_file()Jens Axboe1-1/+1
2024-10-17io_uring/sqpoll: ensure task state is TASK_RUNNING when running task_workJens Axboe1-0/+1
2024-10-16io_uring/rsrc: ignore dummy_ubuf for buffer cloningJens Axboe1-1/+2
2024-10-15io_uring/sqpoll: close race on waiting for sqring entriesJens Axboe1-1/+8
2024-10-06io_uring/rw: allow pollable non-blocking attempts for !FMODE_NOWAITJens Axboe1-17/+16
2024-10-06io_uring/rw: fix cflags posting for single issue multishot readJens Axboe1-7/+12
2024-09-30io_uring/net: harden multishot termination case for recvJens Axboe1-1/+3
2024-09-24io_uring: fix casts to io_req_flags_tMin-Hua Chen1-1/+1
2024-09-24io_uring: fix memory leak when cache init failGuixin Liu1-1/+4
2024-09-24Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linuxLinus Torvalds7-32/+52
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+5
2024-09-20io_uring: check if we need to reschedule during overflow flushJens Axboe1-0/+15
2024-09-20io_uring: improve request linking traceJens Axboe1-1/+1
2024-09-19io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNALJens Axboe1-2/+2
2024-09-18Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-6/+8
2024-09-16io_uring/sqpoll: do the napi busy poll outside the submission blockOlivier Langlois1-3/+4
2024-09-16io_uring: clean up a type in io_uring_register_get_file()Dan Carpenter2-2/+2
2024-09-16io_uring/sqpoll: do not put cpumask on stackFelix Moessbauer1-3/+10
2024-09-16Merge tag 'for-6.12/io_uring-discard-20240913' of git://git.kernel.dk/linuxLinus Torvalds3-0/+19
2024-09-16Merge tag 'for-6.12/io_uring-20240913' of git://git.kernel.dk/linuxLinus Torvalds17-259/+666
2024-09-16io_uring/sqpoll: retain test for whether the CPU is validJens Axboe1-0/+2