summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-21io_uring: unlock sqd->lock before sq thread release CPUWenwen Chen1-1/+5
2023-06-09io_uring: undeprecate epoll_ctl supportBen Noordhuis1-4/+0
2023-05-11io_uring/rsrc: use nospec'ed indexesPavel Begunkov1-1/+1
2023-04-13io_uring: fix memory leak when removing provided buffersWojciech Lukowicz2-2/+5
2023-04-13io_uring: fix return value when removing provided buffersWojciech Lukowicz1-2/+0
2023-04-06io_uring: fix poll/netmsg alloc cachesPavel Begunkov1-0/+1
2023-04-06io_uring/rsrc: fix rogue rsrc node grabbingPavel Begunkov1-7/+5
2023-04-06io_uring/poll: clear single/double poll flags on poll armingJens Axboe1-0/+1
2023-04-06block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe1-4/+6
2023-03-30io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()Savino Dicanosa2-0/+4
2023-03-30io_uring/net: avoid sending -ECONNABORTED on repeated connection requestsJens Axboe1-9/+16
2023-03-22io_uring/msg_ring: let target know allocated indexPavel Begunkov1-1/+3
2023-03-17io_uring/uring_cmd: ensure that device supports IOPOLLJens Axboe1-1/+3
2023-03-11io_uring/poll: allow some retries for poll triggering spuriouslyJens Axboe2-2/+13
2023-03-11io_uring: fix two assignments in if conditionsXinghui Li2-9/+14
2023-03-11io_uring: fix size calculation when registering buf ringWojciech Lukowicz1-1/+1
2023-03-10io_uring: mark task TASK_RUNNING before handling resume/task workJens Axboe1-1/+3
2023-03-10io_uring: fix fget leak when fs don't support nowait buffered readJoseph Qi1-1/+1
2023-03-10io_uring: remove MSG_NOSIGNAL from recvmsgDavid Lamparter1-1/+1
2023-03-10io_uring/rsrc: disallow multi-source reg buffersPavel Begunkov1-5/+8
2023-03-10io_uring: add reschedule point to handle_tw_list()Jens Axboe1-1/+7
2023-03-10io_uring: add a conditional reschedule to the IOPOLL cancelation loopJens Axboe1-0/+1
2023-03-10io_uring: handle TIF_NOTIFY_RESUME when checking for task_workJens Axboe1-0/+8
2023-03-10io_uring: use user visible tail in io_uring_poll()Pavel Begunkov1-1/+1
2023-02-09use less confusing names for iov_iter direction initializersAl Viro2-12/+12