summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* io_uring/rw: ensure kiocb_end_write() is always calledJens Axboe2022-10-121-9/+29
* io_uring: fix fdinfo sqe offsets calculationPavel Begunkov2022-10-121-1/+1
* io_uring: local variable rw shadows outer variable in io_writeStefan Roesch2022-10-121-4/+4
* io_uring/opdef: remove 'audit_skip' from SENDMSG_ZCJens Axboe2022-10-121-1/+0
* io_uring: optimise locking for local tw with submit_waitPavel Begunkov2022-10-122-2/+17
* io_uring: remove redundant memory barrier in io_req_local_work_addPavel Begunkov2022-10-122-4/+12
* io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECTJens Axboe2022-10-121-6/+22
* io_uring: remove notif leftoversPavel Begunkov2022-10-121-1/+0
* io_uring: correct pinned_vm accountingPavel Begunkov2022-10-121-6/+4
* io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov2022-10-121-0/+1
* io_uring: limit registration w/ SINGLE_ISSUERPavel Begunkov2022-10-071-0/+3
* io_uring: remove io_register_submitterDylan Yudaken2022-10-071-19/+3
* io_uring: simplify __io_uring_add_tctx_nodeDylan Yudaken2022-10-073-13/+25
* Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-1/+28
|\
| * io_uring: introduce fixed buffer support for io_uring_cmdAnuj Gupta2022-09-301-1/+18
| * io_uring: add io_uring_cmd_import_fixedAnuj Gupta2022-09-301-0/+10
| * Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe2022-09-3015-304/+707
| |\
| * \ Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe2022-09-301-1/+1
| |\ \
* | \ \ Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig2022-09-271-1/+1
* | | | Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-0715-304/+707
|\ \ \ \ | | |_|/ | |/| |
| * | | io_uring/net: fix notif cqe reorderingPavel Begunkov2022-09-291-5/+19
| * | | io_uring/net: don't update msg_name if not providedPavel Begunkov2022-09-291-1/+2
| * | | io_uring: don't gate task_work run on TIF_NOTIFY_SIGNALJens Axboe2022-09-291-4/+4
| * | | io_uring/rw: defer fsnotify calls to task contextJens Axboe2022-09-291-9/+15
| * | | io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher2022-09-291-2/+4
| * | | io_uring/net: fix non-zc send with addressPavel Begunkov2022-09-281-6/+6
| * | | io_uring/net: don't skip notifs for failed requestsPavel Begunkov2022-09-281-21/+8
| * | | io_uring/rw: don't lose short results on io_setup_async_rw()Pavel Begunkov2022-09-261-3/+5
| * | | io_uring/rw: fix unexpected link breakagePavel Begunkov2022-09-261-0/+1
| * | | io_uring/net: fix cleanup double free free_iov initPavel Begunkov2022-09-261-10/+10
| * | | io_uring: fix CQE reorderingPavel Begunkov2022-09-232-5/+19
| * | | io_uring/net: fix UAF in io_sendrecv_fail()Pavel Begunkov2022-09-231-10/+5
| * | | io_uring: ensure local task_work marks task as runningJens Axboe2022-09-211-0/+1
| * | | io_uring/net: zerocopy sendmsgPavel Begunkov2022-09-213-5/+106
| * | | io_uring/net: combine fail handlersPavel Begunkov2022-09-213-17/+17
| * | | io_uring/net: rename io_sendzc()Pavel Begunkov2022-09-213-9/+9
| * | | io_uring/net: support non-zerocopy sendtoPavel Begunkov2022-09-213-8/+35
| * | | io_uring/net: refactor io_setup_async_addrPavel Begunkov2022-09-211-9/+9
| * | | io_uring/net: don't lose partial send_zc on failPavel Begunkov2022-09-213-0/+18
| * | | io_uring/net: don't lose partial send/recv on failPavel Begunkov2022-09-213-0/+16
| * | | io_uring/rw: don't lose partial IO result on failPavel Begunkov2022-09-213-0/+15
| * | | io_uring: add custom opcode hooks on failPavel Begunkov2022-09-212-0/+5
| * | | io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128Jens Axboe2022-09-211-6/+26
| * | | io_uring/fdinfo: get rid of unnecessary is_cqe32 variableJens Axboe2022-09-211-10/+6
| * | | io_uring: remove unused return from io_disarm_nextPavel Begunkov2022-09-212-11/+4
| * | | io_uring: add fast path for io_run_local_work()Pavel Begunkov2022-09-211-0/+3
| * | | io_uring/iopoll: unify tw breaking logicPavel Begunkov2022-09-211-7/+7
| * | | io_uring/iopoll: fix unexpected returnsPavel Begunkov2022-09-211-4/+1
| * | | io_uring: disallow defer-tw run w/ no submittersPavel Begunkov2022-09-212-13/+3