summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2024-10-04io_uring/sqpoll: do not put cpumask on stackFelix Moessbauer1-3/+10
2024-10-04io_uring/sqpoll: retain test for whether the CPU is validJens Axboe1-0/+2
2024-10-04io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNALJens Axboe1-2/+2
2024-10-04io_uring/sqpoll: do not allow pinning outside of cpusetFelix Moessbauer1-1/+4
2024-10-04io_uring/io-wq: inherit cpuset of cgroup in io workerFelix Moessbauer1-1/+1
2024-10-04io_uring/io-wq: do not allow pinning outside of cpusetFelix Moessbauer1-5/+18
2024-08-03io_uring: fix io_match_task must_holdPavel Begunkov1-1/+1
2024-08-03io_uring: tighten task exit cancellationsPavel Begunkov1-1/+4
2024-08-03io_uring/io-wq: limit retrying worker initialisationPavel Begunkov1-3/+7
2024-06-27io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixedChenliang Li1-1/+0
2024-06-27io_uring/sqpoll: work around a potential audit memory leakJens Axboe1-0/+8
2024-06-21io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue()Su Hui1-5/+5
2024-06-21io_uring/io-wq: Use set_bit() and test_bit() at worker->flagsBreno Leitao1-23/+24
2024-06-21io_uring: check for non-NULL file pointer in io_file_can_poll()Jens Axboe1-1/+2
2024-06-21io_uring/rsrc: don't lock while !TASK_RUNNINGPavel Begunkov1-0/+1
2024-06-12io-wq: write next_work before dropping acct_lockGabriel Krisman Bertazi1-5/+8
2024-06-12io_uring: use the right type for work_llist empty checkJens Axboe1-1/+1
2024-06-12io_uring: fail NOP if non-zero op flags is passed inMing Lei1-0/+2
2024-04-27io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failureAlexey Izbyshev1-13/+13
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-10io_uring/kbuf: hold io_buffer_list reference over mmapJens Axboe3-14/+36
2024-04-10io_uring: use private workqueue for exit workJens Axboe1-1/+4
2024-04-10io_uring/kbuf: protect io_buffer_list teardown with a referenceJens Axboe2-4/+13
2024-04-10io_uring/kbuf: get rid of bl->is_readyJens Axboe2-10/+0
2024-04-10io_uring/kbuf: get rid of lower BGID listsJens Axboe2-64/+8
2024-04-03io_uring: clean rings on NO_MMAP alloc failPavel Begunkov1-2/+3
2024-04-03io_uring: fix mshot io-wq checksPavel Begunkov1-1/+1
2024-04-03io_uring/net: correctly handle multishot recvmsg retry setupJens Axboe1-1/+2
2024-03-27io_uring: fix poll_remove stalled req completionPavel Begunkov1-2/+2
2024-03-27io_uring: Fix release of pinned pages when __io_uaddr_map failsGabriel Krisman Bertazi1-9/+13
2024-03-27io_uring: don't save/restore iowait stateJens Axboe1-3/+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: remove unconditional looping in local task_work handlingJens Axboe1-15/+29
2024-03-27io_uring: remove looping around handling traditional task_workJens Axboe1-38/+7
2024-03-27io_uring: drop any code related to SCM_RIGHTSJens Axboe4-217/+10
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: limit inline multishot retriesJens Axboe1-3/+20
2024-02-16io_uring/poll: add requeue return code from poll multishot handlingJens Axboe2-1/+15
2024-02-16io_uring/net: un-indent mshot retry path in io_recv_finish()Jens Axboe1-16/+20
2024-02-16io_uring/poll: move poll execution helpers higher upJens Axboe1-15/+15
2024-02-16io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffersJens Axboe1-0/+1
2024-01-26io_uring: adjust defer tw countingPavel Begunkov1-1/+1
2024-01-26io_uring: ensure local task_work is run on wait timeoutJens Axboe1-2/+12
2024-01-26io_uring/rw: ensure io->bytes_done is always initializedJens Axboe1-3/+7
2024-01-26io_uring: don't check iopoll if request completesPavel Begunkov1-1/+5