summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2023-03-11io_uring/poll: allow some retries for poll triggering spuriouslyJens Axboe1-2/+14
2023-03-11io_uring: remove MSG_NOSIGNAL from recvmsgDavid Lamparter1-1/+1
2023-03-11io_uring/rsrc: disallow multi-source reg buffersPavel Begunkov1-5/+8
2023-03-11io_uring: add a conditional reschedule to the IOPOLL cancelation loopJens Axboe1-0/+1
2023-03-11io_uring: mark task TASK_RUNNING before handling resume/task workJens Axboe1-1/+3
2023-03-11io_uring: handle TIF_NOTIFY_RESUME when checking for task_workJens Axboe1-0/+7
2023-03-03io_uring: ensure that io_init_req() passes in the right issue_flagsJens Axboe1-1/+2
2023-03-03io_uring: add missing lock in io_get_file_fixedBing-Jhong Billy Jheng1-9/+16
2023-01-24io_uring/rw: remove leftover debug statementJens Axboe1-2/+0
2023-01-24io_uring/rw: ensure kiocb_end_write() is always calledJens Axboe1-20/+37
2023-01-24io_uring: fix double poll leak on repollingPavel Begunkov1-2/+4
2023-01-24io_uring: Clean up a false-positive warning from GCC 9.3.0Alviro Iskandar Setiawan1-1/+1
2023-01-24io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher1-2/+4
2023-01-24io_uring: io_kiocb_update_pos() should not touch file for non -1 offsetJens Axboe1-11/+10
2023-01-24io_uring/rw: defer fsnotify calls to task contextJens Axboe1-7/+15
2023-01-24io_uring: do not recalculate ppos unnecessarilyDylan Yudaken1-6/+12
2023-01-24io_uring: update kiocb->ki_pos at execution timeDylan Yudaken1-8/+18
2023-01-24io_uring: remove duplicated calls to io_kiocb_pposDylan Yudaken1-2/+5
2023-01-24io_uring: ensure that cached task references are always put on exitJens Axboe1-0/+4
2023-01-24io_uring: fix CQ waiting timeout handlingPavel Begunkov1-3/+3
2023-01-24io_uring: lock overflowing for IOPOLLPavel Begunkov1-2/+16
2023-01-24io_uring: check for valid register opcode earlierJens Axboe1-2/+3
2023-01-24io_uring: fix async accept on O_NONBLOCK socketsDylan Yudaken1-3/+2
2023-01-24io_uring: allow re-poll if we made progressJens Axboe1-2/+5
2023-01-24io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)Jens Axboe1-7/+29
2023-01-24io_uring: add flag for disabling provided buffer recyclingJens Axboe1-0/+5
2023-01-24io_uring: ensure recv and recvmsg handle MSG_WAITALL correctlyJens Axboe1-0/+28
2023-01-24io_uring: improve send/recv error handlingPavel Begunkov1-24/+31
2023-01-24io_uring: don't gate task_work run on TIF_NOTIFY_SIGNALJens Axboe1-1/+1
2023-01-18io_uring/io-wq: only free worker if it was allocated for creationJens Axboe1-1/+6
2023-01-18io_uring/io-wq: free worker if task_work creation is canceledJens Axboe1-0/+1
2023-01-14io_uring: Fix unsigned 'res' comparison with zero in io_fixup_rw_res()Harshit Mogalapalli1-1/+1
2023-01-04io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe1-7/+20
2023-01-04io_uring: import 5.15-stable io_uringJens Axboe4-0/+12509