summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: scsi_debug: Add new defer type for mq_pollDouglas Gilbert2021-03-041-54/+94
* scsi: scsi_debug: mq_poll supportKashyap Desai2021-03-041-0/+130
* scsi: megaraid_sas: mq_poll supportKashyap Desai2021-03-044-11/+123
* scsi: core: Add mq_poll support to SCSI layerKashyap Desai2021-03-043-0/+28
* scsi: target: core: Make completion affinity configurableMike Christie2021-03-044-2/+77
* scsi: target: core: Flush submission work during TMR processingMike Christie2021-03-041-0/+4
* scsi: target: tcmu: Add backend plug/unplug calloutsMike Christie2021-03-041-2/+25
* scsi: target: iblock: Add backend plug/unplug calloutsMike Christie2021-03-042-1/+53
* scsi: target: core: Fix backend pluggingMike Christie2021-03-043-1/+48
* scsi: target: core: Cleanup cmd flag bitsMike Christie2021-03-041-19/+19
* scsi: target: tcm_loop: Use LIO wq cmd submission helperMike Christie2021-03-042-17/+6
* scsi: target: tcm_loop: Use block cmd allocator for se_cmdsMike Christie2021-03-041-11/+8
* scsi: target: vhost-scsi: Use LIO wq cmd submission helperMike Christie2021-03-041-30/+6
* scsi: target: core: Add workqueue based cmd submissionMike Christie2021-03-045-4/+59
* scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie2021-03-0410-16/+23
* scsi: target: core: Remove target_submit_cmd_map_sgls()Mike Christie2021-03-042-64/+18
* scsi: target: tcm_fc: Convert to new submission APIMike Christie2021-03-041-4/+10
* scsi: target: xen-scsiback: Convert to new submission APIMike Christie2021-03-041-12/+9
* scsi: target: vhost-scsi: Convert to new submission APIMike Christie2021-03-041-11/+9
* scsi: target: usb: gadget: Convert to new submission APIMike Christie2021-03-041-10/+6
* scsi: target: sbp_target: Convert to new submission APIMike Christie2021-03-041-5/+3
* scsi: target: tcm_loop: Convert to new submission APIMike Christie2021-03-041-12/+10
* scsi: target: qla2xxx: Convert to new submission APIMike Christie2021-03-041-4/+12
* scsi: target: ibmvscsi_tgt: Convert to new submission APIMike Christie2021-03-041-12/+3
* scsi: target: srpt: Convert to new submission APIMike Christie2021-03-041-5/+8
* scsi: target: core: Break up target_submit_cmd_map_sgls()Mike Christie2021-03-042-61/+148
* scsi: target: core: Rename transport_init_se_cmd()Mike Christie2021-03-045-31/+31
* scsi: target: core: Drop kref_get_unless_zero() in target_get_sess_cmd()Mike Christie2021-03-041-3/+1
* scsi: target: core: Move t_task_cdb initializationMike Christie2021-03-041-1/+1
* scsi: core: Replace sdev->device_busy with sbitmapMing Lei2021-03-047-24/+51
* scsi: core: Make sure sdev->queue_depth is <= max(shost->can_queue, 1024)Ming Lei2021-03-041-0/+11
* scsi: core: Add scsi_device_busy() wrapperMing Lei2021-03-046-6/+11
* scsi: megaraid_sas: Replace sdev_busy with local counterKashyap Desai2021-03-042-8/+41
* scsi: core: Put hot fields of scsi_host_template in one cachelineMing Lei2021-03-041-33/+39
* scsi: blk-mq: Return budget token from .get_budget callbackMing Lei2021-03-045-26/+72
* scsi: blk-mq: Add callbacks for storing & retrieving budget tokenMing Lei2021-03-043-0/+29
* scsi: sbitmap: Add sbitmap_calculate_shift() helperMing Lei2021-03-042-13/+21
* scsi: sbitmap: Export sbitmap_weightMing Lei2021-03-042-5/+16
* scsi: sbitmap: Move allocation hint into sbitmapMing Lei2021-03-045-65/+96
* scsi: sbitmap: Add helpers for updating allocation hintMing Lei2021-03-041-39/+54
* scsi: sbitmap: Maintain allocation round_robin in sbitmapMing Lei2021-03-045-28/+29
* scsi: sbitmap: Remove sbitmap_clear_bit_unlockMing Lei2021-03-041-6/+0
* scsi: ufs: ufs-debugfs: Add user-defined exception event rate limitingAdrian Hunter2021-03-044-2/+53
* scsi: ufs: ufs-debugfs: Add user-defined exception_event_maskAdrian Hunter2021-03-043-34/+120
* scsi: ufs: Add exception event definitionsAdrian Hunter2021-03-041-2/+8
* scsi: ufs: Add exception event tracepointAdrian Hunter2021-03-042-0/+23
* Merge tag 'misc-5.12-2021-03-02' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-034-6/+16
|\
| * swap: fix swapfile read/write offsetJens Axboe2021-03-033-5/+14
| * ia64: don't call handle_signal() unless there's actually a signal queuedJens Axboe2021-03-031-1/+2
|/
* Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-03-019-46/+68
|\