aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)Author
40 hoursio_uring/sqpoll: work around a potential audit memory leakJens Axboe
8 daysio_uring: check for non-NULL file pointer in io_file_can_poll()Jens Axboe
2024-06-12io_uring: use the right type for work_llist empty checkJens Axboe
2024-06-12io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_workJens Axboe
2024-06-12io_uring: fail NOP if non-zero op flags is passed inMing Lei
2024-04-27io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failureAlexey Izbyshev
2024-04-17io_uring/net: restore msg_control on sendzc retryPavel Begunkov
2024-04-13io_uring: clear opcode specific data for an early failureJens Axboe
2024-04-03io_uring/net: correctly handle multishot recvmsg retry setupJens Axboe
2024-03-26io_uring/net: correct the type of variableMuhammad Usama Anjum
2024-03-26io_uring/net: fix overflow check in io_recvmsg_mshot_prep()Dan Carpenter
2024-03-26io_uring/net: move receive multishot out of the generic msghdr pathJens Axboe
2024-03-26io_uring/net: unify how recvmsg and sendmsg copy in the msghdrJens Axboe
2024-03-26io_uring: drop any code related to SCM_RIGHTSJens Axboe
2024-03-26io_uring/unix: drop usage of io_uring socketJens Axboe
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