summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2024-04-17io_uring/net: restore msg_control on sendzc retryPavel Begunkov1-0/+1
2024-04-17io_uring: disable io-wq execution of multishot NOWAIT requestsJens Axboe1-4/+9
2024-04-17io_uring: refactor DEFER_TASKRUN multishot checksPavel Begunkov3-23/+20
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/rw: don't allow multishot reads without NOWAIT supportJens Axboe1-1/+8
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/waitid: always remove waitid entry for cancel allJens Axboe1-6/+1
2024-04-03io_uring/futex: always remove futex entry for cancel allJens Axboe1-0/+1
2024-04-03io_uring: clean rings on NO_MMAP alloc failPavel Begunkov1-2/+3
2024-04-03io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retryJens Axboe1-0/+2
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-04-03io_uring: fix io_queue_proc modifying req->flagsPavel Begunkov1-8/+11
2024-04-03io_uring: fix mshot read defer taskrun cqe postingPavel Begunkov1-0/+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-02-15io_uring/net: fix multishot accept overflow handlingJens Axboe1-2/+3
2024-02-01io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffersJens Axboe1-0/+1
2024-01-29io_uring/net: limit inline multishot retriesJens Axboe1-3/+20
2024-01-29io_uring/poll: add requeue return code from poll multishot handlingJens Axboe2-2/+15
2024-01-29io_uring/net: un-indent mshot retry path in io_recv_finish()Jens Axboe1-16/+20
2024-01-29io_uring/poll: move poll execution helpers higher upJens Axboe1-20/+20
2024-01-29io_uring/rw: ensure poll based multishot read retries appropriatelyJens Axboe2-1/+18
2024-01-24io_uring: enable audit and restrict cred override for IORING_OP_FIXED_FD_INSTALLPaul Moore2-1/+4
2024-01-19Merge tag 'for-6.8/io_uring-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds4-47/+86
2024-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2024-01-17io_uring: combine cq_wait_nr checksPavel Begunkov1-7/+27
2024-01-17io_uring: clean *local_work_add var namingPavel Begunkov1-7/+7
2024-01-17io_uring: clean up local tw add-wait syncPavel Begunkov1-2/+8
2024-01-17io_uring: adjust defer tw countingPavel Begunkov1-1/+1
2024-01-17io_uring/register: guard compat syscall with CONFIG_COMPATJens Axboe1-3/+5
2024-01-12Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds15-850/+752
2024-01-12Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-1/+0
2024-01-11io_uring/rsrc: improve code generation for fixed file assignmentJens Axboe2-7/+12
2024-01-10io_uring/rw: cleanup io_rw_done()Jens Axboe1-21/+27
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+2
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+2
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2-3/+3
2024-01-04io_uring: ensure local task_work is run on wait timeoutJens Axboe1-2/+12