summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* io_uring/kbuf: hold io_buffer_list reference over mmapJens Axboe2024-04-103-14/+36
* io_uring: use private workqueue for exit workJens Axboe2024-04-101-1/+4
* io_uring/kbuf: protect io_buffer_list teardown with a referenceJens Axboe2024-04-102-4/+13
* io_uring/kbuf: get rid of bl->is_readyJens Axboe2024-04-102-10/+0
* io_uring/kbuf: get rid of lower BGID listsJens Axboe2024-04-102-64/+8
* io_uring: clean rings on NO_MMAP alloc failPavel Begunkov2024-04-031-2/+3
* io_uring: fix mshot io-wq checksPavel Begunkov2024-04-031-1/+1
* io_uring/net: correctly handle multishot recvmsg retry setupJens Axboe2024-04-031-1/+2
* io_uring: fix poll_remove stalled req completionPavel Begunkov2024-03-261-2/+2
* io_uring: Fix release of pinned pages when __io_uaddr_map failsGabriel Krisman Bertazi2024-03-261-9/+13
* io_uring: don't save/restore iowait stateJens Axboe2024-03-261-3/+2
* io_uring/net: correct the type of variableMuhammad Usama Anjum2024-03-261-1/+1
* io_uring/net: fix overflow check in io_recvmsg_mshot_prep()Dan Carpenter2024-03-261-2/+2
* io_uring/net: move receive multishot out of the generic msghdr pathJens Axboe2024-03-261-70/+91
* io_uring/net: unify how recvmsg and sendmsg copy in the msghdrJens Axboe2024-03-261-129/+142
* io_uring: remove unconditional looping in local task_work handlingJens Axboe2024-03-261-15/+29
* io_uring: remove looping around handling traditional task_workJens Axboe2024-03-261-38/+7
* io_uring: drop any code related to SCM_RIGHTSJens Axboe2024-03-264-217/+10
* io_uring/unix: drop usage of io_uring socketJens Axboe2024-03-262-14/+0
* io_uring/net: fix multishot accept overflow handlingJens Axboe2024-02-231-2/+3
* io_uring/net: limit inline multishot retriesJens Axboe2024-02-161-3/+20
* io_uring/poll: add requeue return code from poll multishot handlingJens Axboe2024-02-162-1/+15
* io_uring/net: un-indent mshot retry path in io_recv_finish()Jens Axboe2024-02-161-16/+20
* io_uring/poll: move poll execution helpers higher upJens Axboe2024-02-161-15/+15
* io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffersJens Axboe2024-02-161-0/+1
* io_uring: adjust defer tw countingPavel Begunkov2024-01-251-1/+1
* io_uring: ensure local task_work is run on wait timeoutJens Axboe2024-01-251-2/+12
* io_uring/rw: ensure io->bytes_done is always initializedJens Axboe2024-01-251-3/+7
* io_uring: don't check iopoll if request completesPavel Begunkov2024-01-251-1/+5
* io_uring: use fget/fput consistentlyJens Axboe2024-01-202-23/+24
* io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* implementationAl Viro2023-12-201-1/+1
* io_uring: fix mutex_unlock with unreferenced ctxPavel Begunkov2023-12-131-6/+3
* io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov2023-12-131-7/+0
* io_uring/kbuf: check for buffer list readiness after NULL checkJens Axboe2023-12-131-2/+2
* io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring()Dan Carpenter2023-12-131-2/+2
* io_uring/kbuf: recycle freed mapped buffer ring entriesJens Axboe2023-12-081-11/+66
* io_uring/kbuf: defer release of mapped buffer ringsJens Axboe2023-12-083-5/+43
* io_uring: enable io_mem_alloc/free to be used in other partsJens Axboe2023-12-082-2/+5
* io_uring: don't guard IORING_OFF_PBUF_RING with SETUP_NO_MMAPJens Axboe2023-12-081-4/+6
* io_uring: free io_buffer_list entries via RCUJens Axboe2023-12-083-15/+56
* io_uring: don't allow discontig pages for IORING_SETUP_NO_MMAPJens Axboe2023-12-081-18/+21
* io_uring/fs: consider link->flags when getting path for LINKATCharles Mirabile2023-12-031-1/+1
* io_uring: fix off-by one bvec indexKeith Busch2023-12-031-1/+1
* io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrievalJens Axboe2023-11-282-9/+12
* io_uring/net: ensure socket is marked connected on connect retryJens Axboe2023-11-201-13/+11
* io_uring/kbuf: Allow the full buffer id space for provided buffersGabriel Krisman Bertazi2023-11-201-4/+7
* io_uring/kbuf: Fix check of BID wrapping in provided buffersGabriel Krisman Bertazi2023-11-201-1/+1
* Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-10-271-1/+1
|\
| * io_uring: kiocb_done() should *not* trust ->ki_pos if ->{read,write}_iter() f...Al Viro2023-10-271-1/+1
* | io_uring/rw: disable IOCB_DIO_CALLER_COMPJens Axboe2023-10-251-9/+0