summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.19/block-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-038-80/+83
|\
| * block: Fix potential deadlock in blk_ia_range_sysfs_show()Damien Le Moal2022-06-031-6/+1
| * block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara2022-06-021-6/+2
| * block: remove useless BUG_ON() in blk_mq_put_tag()Damien Le Moal2022-06-021-1/+0
| * blk-mq: do not update io_ticks with passthrough requestsHaisu Wang2022-05-301-1/+2
| * block: make bioset_exit() fully resilient against being called twiceJens Axboe2022-05-291-0/+1
| * block: use bio_queue_enter instead of blk_queue_enter in bio_pollChristoph Hellwig2022-05-281-1/+1
| * block: document BLK_STS_AGAIN usageHannes Reinecke2022-05-281-0/+4
| * block: take destination bvec offsets into account in bio_copy_data_iterChristoph Hellwig2022-05-281-3/+5
| * blk-iolatency: Fix inflight count imbalances and IO hangs on offlineTejun Heo2022-05-261-58/+64
| * blk-mq: don't touch ->tagset in blk_mq_get_sq_hctxMing Lei2022-05-231-4/+3
* | Merge tag 'io_uring-5.19-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-032-121/+223
|\ \
| * | io_uring: reinstate the inflight trackingJens Axboe2022-06-021-26/+56
| * | io_uring: fix deadlock on iowq file slot allocPavel Begunkov2022-06-011-21/+15
| * | io_uring: let IORING_OP_FILES_UPDATE support choosing fixed file slotsXiaoguang Wang2022-05-312-10/+68
| * | io_uring: defer alloc_hint update to io_file_bitmap_set()Xiaoguang Wang2022-05-311-8/+3
| * | io_uring: ensure fput() called correspondingly when direct install failsXiaoguang Wang2022-05-311-0/+5
| * | io_uring: wire up allocated direct descriptors for socketJens Axboe2022-05-311-2/+2
| * | io_uring: fix a memory leak of buffer group list on exitJens Axboe2022-05-311-0/+1
| * | io_uring: move shutdown under the general net sectionJens Axboe2022-05-311-36/+29
| * | io_uring: unify calling convention for async prep handlingJens Axboe2022-05-311-2/+12
| * | io_uring: add io_op_defs 'def' pointer in req init and issueJens Axboe2022-05-311-7/+10
| * | io_uring: make prep and issue side of req handlers named consistentlyJens Axboe2022-05-251-6/+6
| * | io_uring: make timeout prep handlers consistent with other prep handlersJens Axboe2022-05-251-4/+17
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-06-0343-588/+1961
|\ \ \
| * | | vdpa: ifcvf: set pci driver data in probeJason Wang2022-06-011-1/+2
| * | | vdpa/mlx5: Add RX MAC VLAN filter supportEli Cohen2022-06-011-58/+216
| * | | vdpa/mlx5: Remove flow counter from steeringEli Cohen2022-06-011-18/+6
| * | | vhost: rename vhost_work_dev_flushMike Christie2022-05-316-11/+11
| * | | vhost-test: drop flush after vhost_dev_cleanupMike Christie2022-05-311-3/+0
| * | | vhost-scsi: drop flush after vhost_dev_cleanupMike Christie2022-05-311-2/+0
| * | | vhost_vsock: simplify vhost_vsock_flush()Andrey Ryabinin2022-05-311-5/+0
| * | | vhost_test: remove vhost_test_flush_vq()Andrey Ryabinin2022-05-311-8/+3
| * | | vhost_net: get rid of vhost_net_flush_vq() and extra flush callsAndrey Ryabinin2022-05-311-9/+2
| * | | vhost: flush dev once during vhost_dev_stopMike Christie2022-05-311-3/+3
| * | | vhost: get rid of vhost_poll_flush() wrapperAndrey Ryabinin2022-05-315-15/+6
| * | | vhost-vdpa: return -EFAULT on copy_to_user() failureDan Carpenter2022-05-311-3/+5
| * | | vdpasim: Off by one in vdpasim_set_group_asid()Dan Carpenter2022-05-311-1/+1
| * | | virtio: Directly use ida_alloc()/free()keliu2022-05-311-3/+3
| * | | virtio: use WARN_ON() to warning illegal status valueJason Wang2022-05-311-1/+1
| * | | virtio: harden vring IRQJason Wang2022-05-316-7/+53
| * | | virtio: allow to unbreak virtqueueJason Wang2022-05-312-0/+23
| * | | virtio-ccw: implement synchronize_cbs()Jason Wang2022-05-311-0/+30
| * | | virtio-mmio: implement synchronize_cbs()Jason Wang2022-05-311-0/+8
| * | | virtio-pci: implement synchronize_cbs()Jason Wang2022-05-312-0/+3
| * | | virtio: introduce config op to synchronize vring callbacksJason Wang2022-05-311-0/+25
| * | | virtio: use virtio_reset_device() when possibleJason Wang2022-05-311-2/+2
| * | | virtio: use virtio_device_ready() in virtio_device_restore()Stefano Garzarella2022-05-311-2/+3
| * | | vdpasim: allow to enable a vq repeatedlyEugenio PĂ©rez2022-05-311-1/+4
| * | | vDPA/ifcvf: fix uninitialized config_vector warningZhu Lingshan2022-05-311-6/+6