summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-29io_uring/net: fix notif cqe reorderingfor-6.1/io_uring-2022-10-03Pavel Begunkov
2022-09-29io_uring/net: don't update msg_name if not providedPavel Begunkov
2022-09-29io_uring: don't gate task_work run on TIF_NOTIFY_SIGNALJens Axboe
2022-09-29io_uring/rw: defer fsnotify calls to task contextJens Axboe
2022-09-29io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher
2022-09-28io_uring/net: fix non-zc send with addressPavel Begunkov
2022-09-28io_uring/net: don't skip notifs for failed requestsPavel Begunkov
2022-09-26io_uring/rw: don't lose short results on io_setup_async_rw()Pavel Begunkov
2022-09-26io_uring/rw: fix unexpected link breakagePavel Begunkov
2022-09-26io_uring/net: fix cleanup double free free_iov initPavel Begunkov
2022-09-23io_uring: fix CQE reorderingPavel Begunkov
2022-09-23io_uring/net: fix UAF in io_sendrecv_fail()Pavel Begunkov
2022-09-23selftest/net: adjust io_uring sendzc notif handlingPavel Begunkov
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-21nvme: wire up async polling for io passthrough commandsKanchan Joshi
2022-09-21block: export blk_rq_is_pollKanchan Joshi
2022-09-21io_uring: add iopoll infrastructure for io_uring_cmdKanchan Joshi
2022-09-21fs: add file_operations->uring_cmd_iopollKanchan Joshi
2022-09-21io_uring: trace local task work runDylan Yudaken
2022-09-21io_uring: signal registered eventfd to process deferred task workDylan Yudaken