summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
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_ZCio_uring-6.0-2022-09-18Stefan 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 puttingio_uring-6.0-2022-09-16Jens 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 handlingio_uring-6.0-2022-09-09Pavel 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
2022-09-05io_uring/notif: Remove the unused function io_notif_complete()Jiapeng Chong
2022-09-02Merge tag 'io_uring-6.0-2022-09-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-09-01__io_setxattr(): constify pathAl Viro
2022-09-01io_uring/net: simplify zerocopy send user APIPavel Begunkov
2022-09-01io_uring/notif: remove notif registrationPavel Begunkov
2022-09-01Revert "io_uring: rename IORING_OP_FILES_UPDATE"Pavel Begunkov
2022-09-01Revert "io_uring: add zc notification flush requests"Pavel Begunkov
2022-08-31Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-26io_uring/net: fix overexcessive retriesPavel Begunkov
2022-08-26lsm,io_uring: add LSM hooks for the new uring_cmd file opLuis Chamberlain
2022-08-25io_uring/net: save address for sendzc async executionio_uring-6.0-2022-08-26Pavel Begunkov
2022-08-24io_uring: conditional ->async_data allocationPavel Begunkov
2022-08-24io_uring/notif: order notif vs send CQEsPavel Begunkov
2022-08-24io_uring/net: fix indentationPavel Begunkov
2022-08-24io_uring/net: fix zc send link failingPavel Begunkov
2022-08-24io_uring/net: fix must_hold annotationPavel Begunkov