summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2024-04-27io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failureAlexey Izbyshev1-8/+8
2024-04-17io_uring/net: restore msg_control on sendzc retryPavel Begunkov1-0/+1
2024-04-13io_uring: clear opcode specific data for an early failureJens Axboe1-9/+16
2024-04-03io_uring/net: correctly handle multishot recvmsg retry setupJens Axboe1-1/+2
2024-03-27io_uring/net: correct the type of variableMuhammad Usama Anjum1-1/+1
2024-03-27io_uring/net: fix overflow check in io_recvmsg_mshot_prep()Dan Carpenter1-2/+2
2024-03-27io_uring/net: move receive multishot out of the generic msghdr pathJens Axboe1-70/+91
2024-03-27io_uring/net: unify how recvmsg and sendmsg copy in the msghdrJens Axboe1-129/+142
2024-03-27io_uring: drop any code related to SCM_RIGHTSJens Axboe4-199/+8
2024-03-27io_uring/unix: drop usage of io_uring socketJens Axboe2-14/+0
2024-02-23io_uring/net: fix multishot accept overflow handlingJens Axboe1-2/+3
2024-02-16io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffersJens Axboe1-0/+1
2024-01-26io_uring/rw: ensure io->bytes_done is always initializedJens Axboe1-3/+7
2024-01-10net: Declare MSG_SPLICE_PAGES internal sendmsg() flagDavid Howells1-0/+2
2023-12-13io_uring: fix mutex_unlock with unreferenced ctxPavel Begunkov1-6/+3
2023-12-13io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov1-7/+0
2023-12-03io_uring: fix off-by one bvec indexKeith Busch1-1/+1
2023-12-03io_uring/fs: consider link->flags when getting path for LINKATCharles Mirabile1-1/+1
2023-11-20io_uring/net: ensure socket is marked connected on connect retryJens Axboe1-13/+11
2023-11-20io_uring/kbuf: Allow the full buffer id space for provided buffersGabriel Krisman Bertazi1-4/+7
2023-11-20io_uring/kbuf: Fix check of BID wrapping in provided buffersGabriel Krisman Bertazi1-1/+1
2023-11-08io_uring: kiocb_done() should *not* trust ->ki_pos if ->{read,write}_iter() f...Al Viro1-1/+1
2023-11-02io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pidJens Axboe1-6/+12
2023-10-06io_uring/fs: remove sqe->rw_flags checking from LINKATJens Axboe1-1/+1
2023-09-23io_uring/net: fix iter retargeting for selected bufPavel Begunkov1-0/+5
2023-09-19io_uring: Don't set affinity on a dying sqpoll threadPavel Begunkov1-1/+3
2023-09-19io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is usedPavel Begunkov5-14/+40
2023-09-19io_uring: break out of iowq iopoll on teardownPavel Begunkov3-0/+13
2023-09-19io_uring/net: don't overflow multishot acceptPavel Begunkov1-1/+1
2023-09-19io_uring: revert "io_uring fix multishot accept ordering"Pavel Begunkov1-4/+4
2023-09-19io_uring: always lock in io_apoll_task_funcPavel Begunkov1-1/+2
2023-09-13io_uring: break iopolling on signalPavel Begunkov1-0/+3
2023-09-13io_uring: fix drain stalls by invalid SQEPavel Begunkov1-0/+2
2023-09-02io_uring/parisc: Adjust pgoff in io_uring mmap() for pariscHelge Deller1-0/+46
2023-08-30io_uring/msg_ring: fix missing lock on overflow for IOPOLLJens Axboe1-5/+15
2023-08-30io_uring/msg_ring: move double lock/unlock helpers higher upJens Axboe1-24/+23
2023-08-30io_uring: extract a io_msg_install_complete helperPavel Begunkov1-17/+21
2023-08-30io_uring: get rid of double lockingPavel Begunkov3-36/+51
2023-08-16io_uring: correct check for O_TMPFILEAleksa Sarai1-2/+4
2023-08-11io_uring: annotate offset timeout racesPavel Begunkov1-1/+1
2023-08-11io_uring: gate iowait schedule on having pending requestsJens Axboe1-6/+17
2023-08-03io_uring: don't audit the capability check in io_uring_create()Ondrej Mosnacek1-1/+1
2023-07-27io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wqJens Axboe1-0/+8
2023-07-19io_uring: Use io_schedule* in cqring waitAndres Freund1-3/+12
2023-07-19io_uring: wait interruptibly for request completions on exitJens Axboe1-2/+18
2023-06-28io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdrJens Axboe1-2/+2
2023-06-28io_uring/poll: serialize poll linked timer start with poll removalJens Axboe1-5/+4
2023-06-28io_uring/net: disable partial retries for recvmsg with cmsgJens Axboe1-4/+7
2023-06-28io_uring/net: clear msg_controllen on partial sendmsg retryJens Axboe1-0/+2
2023-06-21io_uring/net: save msghdr->msg_control for retriesJens Axboe1-1/+7