summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2022-09-21io_uring: ensure local task_work marks task as runningJens Axboe
2022-09-21io_uring/net: zerocopy sendmsgPavel Begunkov
2022-09-21io_uring/net: combine fail handlersPavel Begunkov
2022-09-21io_uring/net: rename io_sendzc()Pavel Begunkov
2022-09-21io_uring/net: support non-zerocopy sendtoPavel Begunkov
2022-09-21io_uring/net: refactor io_setup_async_addrPavel Begunkov
2022-09-21io_uring/net: don't lose partial send_zc on failPavel Begunkov
2022-09-21io_uring/net: don't lose partial send/recv on failPavel Begunkov
2022-09-21io_uring/rw: don't lose partial IO result on failPavel Begunkov
2022-09-21io_uring: add custom opcode hooks on failPavel Begunkov
2022-09-21io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128Jens Axboe
2022-09-21io_uring/fdinfo: get rid of unnecessary is_cqe32 variableJens Axboe
2022-09-21io_uring: remove unused return from io_disarm_nextPavel Begunkov
2022-09-21io_uring: add fast path for io_run_local_work()Pavel Begunkov
2022-09-21io_uring/iopoll: unify tw breaking logicPavel Begunkov
2022-09-21io_uring/iopoll: fix unexpected returnsPavel Begunkov
2022-09-21io_uring: disallow defer-tw run w/ no submittersPavel Begunkov
2022-09-21io_uring: further limit non-owner defer-tw cq waitingPavel Begunkov
2022-09-21io_uring/net: use io_sr_msg for sendzcPavel Begunkov
2022-09-21io_uring/net: refactor io_sr_msg typesPavel Begunkov
2022-09-21io_uring/net: add non-bvec sg chunking callbackPavel Begunkov
2022-09-21io_uring/net: io_async_msghdr caches for sendzcPavel Begunkov
2022-09-21io_uring/net: use async caches for async prepPavel Begunkov
2022-09-21io_uring/net: reshuffle error handlingPavel Begunkov
2022-09-21io_uring: use io_cq_lock consistentlyPavel Begunkov
2022-09-21io_uring: kill an outdated commentPavel Begunkov
2022-09-21io_uring: allow buffer recycling in READVDylan Yudaken
2022-09-21fs: add batch and poll flags to the uring_cmd_iopoll() handlerJens Axboe
2022-09-21io_uring: ensure iopoll runs local task work as wellJens Axboe
2022-09-21io_uring: add local task_work run helper that is entered lockedJens Axboe
2022-09-21io_uring: cleanly separate request types for iopollJens Axboe
2022-09-21io_uring: add iopoll infrastructure for io_uring_cmdKanchan Joshi
2022-09-21io_uring: trace local task work runDylan Yudaken
2022-09-21io_uring: signal registered eventfd to process deferred task workDylan Yudaken
2022-09-21io_uring: move io_eventfd_putDylan Yudaken
2022-09-21io_uring: add IORING_SETUP_DEFER_TASKRUNDylan Yudaken
2022-09-21io_uring: do not run task work at the start of io_uring_enterDylan Yudaken
2022-09-21io_uring: introduce io_has_workDylan Yudaken
2022-09-21io_uring: remove unnecessary variableDylan Yudaken
2022-09-18Merge tag 'io_uring-6.0-2022-09-18' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-18io_uring/opdef: rename SENDZC_NOTIF to SEND_ZCStefan Metzmacher
2022-09-18io_uring/net: fix zc fixed buf lifetimePavel Begunkov
2022-09-16Merge tag 'io_uring-6.0-2022-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-09-15io_uring/msg_ring: check file type before puttingJens Axboe
2022-09-13io_uring/rw: fix error'ed retry return valuesPavel Begunkov
2022-09-09Merge tag 'io_uring-6.0-2022-09-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-09-09io_uring/rw: fix short rw error handlingPavel Begunkov
2022-09-08io_uring/net: copy addr for zc on POLL_FIRSTPavel Begunkov
2022-09-07io_uring: recycle kbuf recycle on tw requeuePavel Begunkov
2022-09-07io_uring/kbuf: fix not advancing READV kbuf ringPavel Begunkov