summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2023-03-25Merge tag 'block-6.3-2023-03-24' of git://git.kernel.dk/linuxLinus Torvalds1-4/+6
2023-03-22io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()Savino Dicanosa2-0/+4
2023-03-21io_uring/net: avoid sending -ECONNABORTED on repeated connection requestsJens Axboe1-9/+16
2023-03-21block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe1-4/+6
2023-03-16io_uring/rsrc: fix folio accountingPavel Begunkov1-1/+7
2023-03-16io_uring/msg_ring: let target know allocated indexPavel Begunkov1-1/+3
2023-03-16io_uring: rsrc: Optimize return value variable 'ret'Li zeming1-1/+1
2023-03-15io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threadsMichal Koutný1-1/+0
2023-03-09io_uring: silence variable ‘prev’ set but not used warningJens Axboe2-3/+6
2023-03-09io_uring/uring_cmd: ensure that device supports IOPOLLJens Axboe1-1/+3
2023-03-08io_uring/io-wq: stop setting PF_NO_SETAFFINITY on io-wq workersJens Axboe1-5/+11
2023-03-03Merge tag 'io_uring-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds8-61/+84
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds1-3/+1
2023-03-01io_uring/poll: don't pass in wake func to io_init_poll_iocb()Jens Axboe1-5/+7
2023-02-28io_uring: fix fget leak when fs don't support nowait buffered readJoseph Qi1-1/+1
2023-02-26io_uring/poll: allow some retries for poll triggering spuriouslyJens Axboe2-2/+13
2023-02-24io_uring: remove MSG_NOSIGNAL from recvmsgDavid Lamparter1-1/+1
2023-02-24io_uring/rsrc: always initialize 'folio' to NULLJens Axboe1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-22io_uring/rsrc: optimise registered huge pagesPavel Begunkov1-6/+32
2023-02-22io_uring/rsrc: optimise single entry advancePavel Begunkov1-1/+4
2023-02-22io_uring/rsrc: disallow multi-source reg buffersPavel Begunkov1-5/+8
2023-02-22io_uring: remove unused wq_list_mergePavel Begunkov1-22/+0
2023-02-22io_uring: fix size calculation when registering buf ringWojciech Lukowicz1-1/+1
2023-02-22io_uring/rsrc: fix a comment in io_import_fixed()Pavel Begunkov1-1/+1
2023-02-22io_uring: rename 'in_idle' to 'in_cancel'Jens Axboe2-10/+10
2023-02-22io_uring: consolidate the put_ref-and-return section of adding workJens Axboe1-6/+6
2023-02-21Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-3/+1
2023-02-21Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2-15/+11
2023-02-16io_uring: Support calling io_uring_register with a registered ring fdJosh Triplett1-7/+26
2023-02-11io_uring,audit: don't log IORING_OP_MADVISERichard Guy Briggs1-0/+1
2023-02-06io_uring: mark task TASK_RUNNING before handling resume/task workJens Axboe1-1/+3
2023-02-03io_uring: use bvec_set_page to initialize a bvecChristoph Hellwig1-3/+1
2023-01-30io_uring: always go async for unsupported open flagsDylan Yudaken1-6/+12
2023-01-30io_uring: always go async for unsupported fadvise flagsDylan Yudaken1-10/+15
2023-01-30io_uring: for requests that require async, force itDylan Yudaken7-34/+33
2023-01-30io_uring: if a linked request has REQ_F_FORCE_ASYNC then run it asyncDylan Yudaken1-3/+5
2023-01-30io_uring: add reschedule point to handle_tw_list()Jens Axboe1-1/+7
2023-01-30io_uring: add a conditional reschedule to the IOPOLL cancelation loopJens Axboe1-0/+1
2023-01-30io_uring: return normal tw run linking optimisationPavel Begunkov1-0/+9
2023-01-30io_uring: refactor tctx_task_workPavel Begunkov1-8/+5
2023-01-30io_uring: refactor io_put_task helpersPavel Begunkov1-5/+12
2023-01-30io_uring: refactor req allocationPavel Begunkov3-14/+15
2023-01-30io_uring: improve io_get_sqePavel Begunkov1-5/+5
2023-01-30io_uring: kill outdated comment about overflow flushPavel Begunkov1-1/+0
2023-01-30io_uring: use user visible tail in io_uring_poll()Pavel Begunkov1-1/+1
2023-01-30io_uring: pass in io_issue_def to io_assign_file()Jens Axboe1-4/+5
2023-01-30io_uring: Enable KASAN for request cacheBreno Leitao2-4/+10
2023-01-30io_uring: handle TIF_NOTIFY_RESUME when checking for task_workJens Axboe1-0/+8
2023-01-30io_uring/msg-ring: ensure flags passing works for task_work completionsJens Axboe1-1/+6