summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorLines
2022-10-12io_uring/rw: ensure kiocb_end_write() is always calledJens Axboe-9/+29
2022-10-12io_uring: fix fdinfo sqe offsets calculationPavel Begunkov-1/+1
2022-10-12io_uring: local variable rw shadows outer variable in io_writeStefan Roesch-4/+4
2022-10-12io_uring/opdef: remove 'audit_skip' from SENDMSG_ZCJens Axboe-1/+0
2022-10-12io_uring: optimise locking for local tw with submit_waitPavel Begunkov-2/+17
2022-10-12io_uring: remove redundant memory barrier in io_req_local_work_addPavel Begunkov-4/+12
2022-10-12io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECTJens Axboe-6/+22
2022-10-12io_uring: remove notif leftoversPavel Begunkov-1/+0
2022-10-12io_uring: correct pinned_vm accountingPavel Begunkov-6/+4
2022-10-12io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov-0/+1
2022-10-07io_uring: limit registration w/ SINGLE_ISSUERPavel Begunkov-0/+3
2022-10-07io_uring: remove io_register_submitterDylan Yudaken-19/+3
2022-10-07io_uring: simplify __io_uring_add_tctx_nodeDylan Yudaken-13/+25
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds-1/+28
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds-1/+1
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds-304/+707
2022-10-06Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-1/+1
2022-09-30Merge tag 'io_uring-6.0-2022-09-29' of git://git.kernel.dk/linuxLinus Torvalds-1/+8
2022-09-30io_uring: introduce fixed buffer support for io_uring_cmdAnuj Gupta-1/+18
2022-09-30io_uring: add io_uring_cmd_import_fixedAnuj Gupta-0/+10
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe-304/+707
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe-1/+1
2022-09-29io_uring/net: fix notif cqe reorderingPavel Begunkov-5/+19
2022-09-29io_uring/net: don't update msg_name if not providedPavel Begunkov-1/+2
2022-09-29io_uring: don't gate task_work run on TIF_NOTIFY_SIGNALJens Axboe-4/+4
2022-09-29io_uring/rw: defer fsnotify calls to task contextJens Axboe-9/+15
2022-09-29io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher-2/+4
2022-09-28io_uring/net: fix non-zc send with addressPavel Begunkov-6/+6
2022-09-28io_uring/poll: disable level triggered pollJens Axboe-1/+1
2022-09-28io_uring/net: don't skip notifs for failed requestsPavel Begunkov-21/+8
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig-1/+1
2022-09-26io_uring/rw: don't lose short results on io_setup_async_rw()Pavel Begunkov-3/+5
2022-09-26io_uring/rw: fix unexpected link breakagePavel Begunkov-0/+1
2022-09-26io_uring: register single issuer task at creationDylan Yudaken-0/+7
2022-09-26io_uring/net: fix cleanup double free free_iov initPavel Begunkov-10/+10
2022-09-24Merge tag 'io_uring-6.0-2022-09-23' of git://git.kernel.dk/linuxLinus Torvalds-0/+3
2022-09-23io_uring: ensure that cached task references are always put on exitJens Axboe-0/+3
2022-09-23io_uring: fix CQE reorderingPavel Begunkov-5/+19
2022-09-23io_uring/net: fix UAF in io_sendrecv_fail()Pavel Begunkov-10/+5
2022-09-21io_uring: ensure local task_work marks task as runningJens Axboe-0/+1
2022-09-21io_uring/net: zerocopy sendmsgPavel Begunkov-5/+106
2022-09-21io_uring/net: combine fail handlersPavel Begunkov-17/+17
2022-09-21io_uring/net: rename io_sendzc()Pavel Begunkov-9/+9
2022-09-21io_uring/net: support non-zerocopy sendtoPavel Begunkov-8/+35
2022-09-21io_uring/net: refactor io_setup_async_addrPavel Begunkov-9/+9
2022-09-21io_uring/net: don't lose partial send_zc on failPavel Begunkov-0/+18
2022-09-21io_uring/net: don't lose partial send/recv on failPavel Begunkov-0/+16
2022-09-21io_uring/rw: don't lose partial IO result on failPavel Begunkov-0/+15
2022-09-21io_uring: add custom opcode hooks on failPavel Begunkov-0/+5
2022-09-21io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128Jens Axboe-6/+26