aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 16-82/+58
2022-07-26scsi: core: Fix warning in scsi_alloc_sgtables()Gravatar Jason Yan 1-1/+1
2022-07-26scsi: mpt3sas: Stop fw fault watchdog work item during system shutdownGravatar David Jeffery 1-0/+1
2022-07-14scsi/device_handlers: Use the new blk_opf_t typeGravatar Bart Van Assche 4-6/+6
2022-07-14scsi/core: Use the new blk_opf_t typeGravatar Bart Van Assche 1-3/+3
2022-07-14scsi/core: Change the return type of scsi_noretry_cmd() into boolGravatar Bart Van Assche 2-9/+9
2022-07-14scsi/core: Improve static type checkingGravatar Bart Van Assche 1-3/+3
2022-07-14treewide: Rename enum req_opf into enum req_opGravatar Bart Van Assche 1-1/+1
2022-07-13scsi: pm80xx: Set stopped phy's linkrate to DisabledGravatar Changyuan Lyu 1-1/+5
2022-07-13scsi: pm80xx: Fix 'Unknown' max/min linkrateGravatar Changyuan Lyu 2-16/+5
2022-07-13scsi: megaraid: Clear READ queue map's nr_queuesGravatar Ming Lei 1-0/+3
2022-07-06block: move zone related fields to struct gendiskGravatar Christoph Hellwig 1-1/+1
2022-07-06block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesGravatar Christoph Hellwig 1-3/+3
2022-07-06block: pass a gendisk to blk_queue_set_zonedGravatar Christoph Hellwig 2-4/+4
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnGravatar John Garry 5-30/+16
2022-07-06scsi: fnic: Drop reserved request handlingGravatar John Garry 1-2/+0
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argGravatar John Garry 2-4/+2
2022-07-06scsi: core: Remove reserved request time-out handlingGravatar John Garry 3-12/+6
2022-06-28block: simplify disk shutdownGravatar Christoph Hellwig 4-8/+8
2022-06-27scsi: hisi_sas: Limit max hw sectors for v3 HWGravatar John Garry 1-0/+7
2022-06-16scsi: ibmvfc: Store vhost pointer during subcrq allocationGravatar Tyrel Datwyler 2-2/+3
2022-06-16scsi: ibmvfc: Allocate/free queue resource only during probe/removeGravatar Tyrel Datwyler 1-17/+62
2022-06-16scsi: storvsc: Correct reporting of Hyper-V I/O size limitsGravatar Saurabh Sengar 1-5/+22
2022-06-13scsi: iscsi: Exclude zero from the endpoint ID rangeGravatar Sergey Gorenko 1-1/+6
2022-06-10scsi: scsi_debug: Fix zone transition to full conditionGravatar Damien Le Moal 1-2/+20
2022-06-07scsi: pmcraid: Fix missing resource cleanup in error caseGravatar Chengguang Xu 1-1/+1
2022-06-07scsi: ipr: Fix missing/incorrect resource cleanup in error caseGravatar Chengguang Xu 1-2/+2
2022-06-07scsi: mpt3sas: Fix out-of-bounds compiler warningGravatar Helge Deller 1-11/+12
2022-06-07scsi: lpfc: Update lpfc version to 14.2.0.4Gravatar James Smart 1-1/+1
2022-06-07scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completionGravatar James Smart 2-2/+12
2022-06-07scsi: lpfc: Add more logging of cmd and cqe information for aborted NVMe cmdsGravatar James Smart 1-8/+27
2022-06-07scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topologyGravatar James Smart 1-1/+2
2022-06-07scsi: lpfc: Resolve NULL ptr dereference after an ELS LOGO is abortedGravatar James Smart 1-12/+9
2022-06-07scsi: lpfc: Address NULL pointer dereference after starget_to_rport()Gravatar James Smart 1-0/+6
2022-06-07scsi: lpfc: Resolve some cleanup issues following SLI path refactoringGravatar James Smart 2-14/+13
2022-06-07scsi: lpfc: Resolve some cleanup issues following abort path refactoringGravatar James Smart 2-5/+5
2022-06-07scsi: lpfc: Correct BDE type for XMIT_SEQ64_WQE in lpfc_ct_reject_event()Gravatar James Smart 1-1/+1
2022-06-07scsi: vmw_pvscsi: Expand vcpuHint to 16 bitsGravatar Wentao Wang 1-2/+2
2022-06-07scsi: sd: Fix interpretation of VPD B9h lengthGravatar Tyler Erickson 1-1/+1
2022-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 71-27367/+539
2022-06-03Merge tag 'for-5.19/block-exec-2022-06-02' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-6/+11
2022-06-01scsi: qla2xxx: Remove unused 'ql_dm_tgt_ex_pct' parameterGravatar Gleb Chesnokov 1-7/+0
2022-06-01scsi: qla2xxx: Remove setting of 'req' and 'rsp' parametersGravatar Tom Rix 1-2/+0
2022-06-01scsi: mpi3mr: Fix kernel-docGravatar Jiapeng Chong 1-1/+1
2022-06-01scsi: lpfc: Add support for ATTO Fibre Channel devicesGravatar Bradley Grove 3-0/+141
2022-06-01scsi: core: Return BLK_STS_TRANSPORT for ALUA transitioningGravatar Hannes Reinecke 1-1/+1
2022-06-01scsi: sd_zbc: Prevent zone information memory leakGravatar Damien Le Moal 3-16/+16
2022-06-01scsi: sd: Fix potential NULL pointer dereferenceGravatar Damien Le Moal 1-1/+0
2022-06-01scsi: mpi3mr: Rework mrioc->bsg_device model to fix warningsGravatar Sumit Saxena 2-27/+23
2022-05-28Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-143/+48