summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2024-02-23io_uring/net: fix multishot accept overflow handlingJens Axboe
2024-02-16io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffersJens Axboe
2024-01-25io_uring/rw: ensure io->bytes_done is always initializedJens Axboe
2024-01-10net: Declare MSG_SPLICE_PAGES internal sendmsg() flagDavid Howells
2023-12-13io_uring: fix mutex_unlock with unreferenced ctxPavel Begunkov
2023-12-13io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov
2023-12-03io_uring: fix off-by one bvec indexKeith Busch
2023-12-03io_uring/fs: consider link->flags when getting path for LINKATCharles Mirabile
2023-11-20io_uring/net: ensure socket is marked connected on connect retryJens Axboe
2023-11-20io_uring/kbuf: Allow the full buffer id space for provided buffersGabriel Krisman Bertazi
2023-11-20io_uring/kbuf: Fix check of BID wrapping in provided buffersGabriel Krisman Bertazi
2023-11-08io_uring: kiocb_done() should *not* trust ->ki_pos if ->{read,write}_iter() f...Al Viro
2023-11-02io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pidJens Axboe
2023-10-06io_uring/fs: remove sqe->rw_flags checking from LINKATJens Axboe
2023-09-23io_uring/net: fix iter retargeting for selected bufPavel Begunkov
2023-09-19io_uring: Don't set affinity on a dying sqpoll threadPavel Begunkov
2023-09-19io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is usedPavel Begunkov
2023-09-19io_uring: break out of iowq iopoll on teardownPavel Begunkov
2023-09-19io_uring/net: don't overflow multishot acceptPavel Begunkov
2023-09-19io_uring: revert "io_uring fix multishot accept ordering"Pavel Begunkov
2023-09-19io_uring: always lock in io_apoll_task_funcPavel Begunkov
2023-09-13io_uring: break iopolling on signalPavel Begunkov
2023-09-13io_uring: fix drain stalls by invalid SQEPavel Begunkov
2023-09-02io_uring/parisc: Adjust pgoff in io_uring mmap() for pariscHelge Deller
2023-08-30io_uring/msg_ring: fix missing lock on overflow for IOPOLLJens Axboe
2023-08-30io_uring/msg_ring: move double lock/unlock helpers higher upJens Axboe
2023-08-30io_uring: extract a io_msg_install_complete helperPavel Begunkov
2023-08-30io_uring: get rid of double lockingPavel Begunkov
2023-08-16io_uring: correct check for O_TMPFILEAleksa Sarai
2023-08-11io_uring: annotate offset timeout racesPavel Begunkov
2023-08-11io_uring: gate iowait schedule on having pending requestsJens Axboe
2023-08-03io_uring: don't audit the capability check in io_uring_create()Ondrej Mosnacek
2023-07-27io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wqJens Axboe
2023-07-19io_uring: Use io_schedule* in cqring waitAndres Freund
2023-07-19io_uring: wait interruptibly for request completions on exitJens Axboe
2023-06-28io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdrJens Axboe
2023-06-28io_uring/poll: serialize poll linked timer start with poll removalJens Axboe
2023-06-28io_uring/net: disable partial retries for recvmsg with cmsgJens Axboe
2023-06-28io_uring/net: clear msg_controllen on partial sendmsg retryJens Axboe
2023-06-21io_uring/net: save msghdr->msg_control for retriesJens Axboe
2023-06-21io_uring: unlock sqd->lock before sq thread release CPUWenwen Chen
2023-06-09io_uring: undeprecate epoll_ctl supportBen Noordhuis
2023-05-11io_uring/rsrc: use nospec'ed indexesPavel Begunkov
2023-04-13io_uring: fix memory leak when removing provided buffersWojciech Lukowicz
2023-04-13io_uring: fix return value when removing provided buffersWojciech Lukowicz
2023-04-06io_uring: fix poll/netmsg alloc cachesPavel Begunkov
2023-04-06io_uring/rsrc: fix rogue rsrc node grabbingPavel Begunkov
2023-04-06io_uring/poll: clear single/double poll flags on poll armingJens Axboe
2023-04-06block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe
2023-03-30io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()Savino Dicanosa