summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-06Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-09-30Merge tag 'io_uring-6.0-2022-09-29' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-30io_uring: introduce fixed buffer support for io_uring_cmdAnuj Gupta
2022-09-30io_uring: add io_uring_cmd_import_fixedAnuj Gupta
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe
2022-09-29io_uring/net: fix notif cqe reorderingPavel 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/poll: disable level triggered pollJens Axboe
2022-09-28io_uring/net: don't skip notifs for failed requestsPavel Begunkov
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig
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: register single issuer task at creationDylan Yudaken
2022-09-26io_uring/net: fix cleanup double free free_iov initPavel Begunkov
2022-09-24Merge tag 'io_uring-6.0-2022-09-23' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-23io_uring: ensure that cached task references are always put on exitJens Axboe
2022-09-23io_uring: fix CQE reorderingPavel Begunkov
2022-09-23io_uring/net: fix UAF in io_sendrecv_fail()Pavel 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