summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: extend functionality to map bvec iteratorKanchan Joshi2022-09-301-4/+71
* block: factor out blk_rq_map_bio_alloc helperKanchan Joshi2022-09-301-11/+22
* block: rename bio_map_put to blk_mq_map_bio_putAnuj Gupta2022-09-301-3/+3
* nvme: refactor nvme_alloc_requestKanchan Joshi2022-09-301-37/+53
* nvme: refactor nvme_add_user_metadataKanchan Joshi2022-09-301-10/+13
* nvme: Use blk_rq_map_user_io helperAnuj Gupta2022-09-301-16/+2
* scsi: Use blk_rq_map_user_io helperAnuj Gupta2022-09-302-39/+5
* block: add blk_rq_map_user_ioAnuj Gupta2022-09-302-0/+38
* io_uring: introduce fixed buffer support for io_uring_cmdAnuj Gupta2022-09-303-2/+28
* io_uring: add io_uring_cmd_import_fixedAnuj Gupta2022-09-302-0/+18
* nvme: enable batched completions of passthrough IOJens Axboe2022-09-301-2/+1
* nvme: split out metadata vs non metadata end_io uring_cmd completionsJens Axboe2022-09-301-18/+61
* block: allow end_io based requests in the completion batch handlingJens Axboe2022-09-302-3/+13
* block: change request end_io handler to pass back a return valueJens Axboe2022-09-3013-29/+65
* block: enable batched allocation for blk_mq_alloc_request()Jens Axboe2022-09-301-9/+71
* block: kill deprecated BUG_ON() in the flush handlingJens Axboe2022-09-301-1/+0
* Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe2022-09-3030-326/+859
|\
| * io_uring/net: fix notif cqe reorderingPavel Begunkov2022-09-301-5/+19
| * io_uring/net: don't update msg_name if not providedPavel Begunkov2022-09-301-1/+2
| * io_uring: don't gate task_work run on TIF_NOTIFY_SIGNALJens Axboe2022-09-301-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-291-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-271-3/+5
| * io_uring/rw: fix unexpected link breakagePavel Begunkov2022-09-271-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
| * selftest/net: adjust io_uring sendzc notif handlingPavel Begunkov2022-09-231-9/+13
| * io_uring: ensure local task_work marks task as runningJens Axboe2022-09-221-0/+1
| * io_uring/net: zerocopy sendmsgPavel Begunkov2022-09-214-5/+107
| * 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
| * io_uring: further limit non-owner defer-tw cq waitingPavel Begunkov2022-09-212-0/+17
| * io_uring/net: use io_sr_msg for sendzcPavel Begunkov2022-09-211-13/+5
| * io_uring/net: refactor io_sr_msg typesPavel Begunkov2022-09-211-7/+7