summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-0216-82/+58
|\
| * scsi/device_handlers: Use the new blk_opf_t typeBart Van Assche2022-07-144-6/+6
| * scsi/core: Use the new blk_opf_t typeBart Van Assche2022-07-141-3/+3
| * scsi/core: Change the return type of scsi_noretry_cmd() into boolBart Van Assche2022-07-142-9/+9
| * scsi/core: Improve static type checkingBart Van Assche2022-07-141-3/+3
| * treewide: Rename enum req_opf into enum req_opBart Van Assche2022-07-141-1/+1
| * block: move zone related fields to struct gendiskChristoph Hellwig2022-07-061-1/+1
| * block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig2022-07-061-3/+3
| * block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig2022-07-062-4/+4
| * blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry2022-07-065-30/+16
| * scsi: fnic: Drop reserved request handlingJohn Garry2022-07-061-2/+0
| * blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-062-4/+2
| * scsi: core: Remove reserved request time-out handlingJohn Garry2022-07-063-12/+6
| * block: simplify disk shutdownChristoph Hellwig2022-06-284-8/+8
* | scsi: core: Fix warning in scsi_alloc_sgtables()Jason Yan2022-07-261-1/+1
* | scsi: mpt3sas: Stop fw fault watchdog work item during system shutdownDavid Jeffery2022-07-261-0/+1
* | scsi: pm80xx: Set stopped phy's linkrate to DisabledChangyuan Lyu2022-07-131-1/+5
* | scsi: pm80xx: Fix 'Unknown' max/min linkrateChangyuan Lyu2022-07-132-16/+5
* | scsi: megaraid: Clear READ queue map's nr_queuesMing Lei2022-07-131-0/+3
* | scsi: hisi_sas: Limit max hw sectors for v3 HWJohn Garry2022-06-271-0/+7
|/
* scsi: ibmvfc: Store vhost pointer during subcrq allocationTyrel Datwyler2022-06-162-2/+3
* scsi: ibmvfc: Allocate/free queue resource only during probe/removeTyrel Datwyler2022-06-161-17/+62
* scsi: storvsc: Correct reporting of Hyper-V I/O size limitsSaurabh Sengar2022-06-161-5/+22
* scsi: iscsi: Exclude zero from the endpoint ID rangeSergey Gorenko2022-06-131-1/+6
* scsi: scsi_debug: Fix zone transition to full conditionDamien Le Moal2022-06-101-2/+20
* scsi: pmcraid: Fix missing resource cleanup in error caseChengguang Xu2022-06-071-1/+1
* scsi: ipr: Fix missing/incorrect resource cleanup in error caseChengguang Xu2022-06-071-2/+2
* scsi: mpt3sas: Fix out-of-bounds compiler warningHelge Deller2022-06-071-11/+12
* scsi: lpfc: Update lpfc version to 14.2.0.4James Smart2022-06-071-1/+1
* scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completionJames Smart2022-06-072-2/+12
* scsi: lpfc: Add more logging of cmd and cqe information for aborted NVMe cmdsJames Smart2022-06-071-8/+27
* scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topologyJames Smart2022-06-071-1/+2
* scsi: lpfc: Resolve NULL ptr dereference after an ELS LOGO is abortedJames Smart2022-06-071-12/+9
* scsi: lpfc: Address NULL pointer dereference after starget_to_rport()James Smart2022-06-071-0/+6
* scsi: lpfc: Resolve some cleanup issues following SLI path refactoringJames Smart2022-06-072-14/+13
* scsi: lpfc: Resolve some cleanup issues following abort path refactoringJames Smart2022-06-072-5/+5
* scsi: lpfc: Correct BDE type for XMIT_SEQ64_WQE in lpfc_ct_reject_event()James Smart2022-06-071-1/+1
* scsi: vmw_pvscsi: Expand vcpuHint to 16 bitsWentao Wang2022-06-071-2/+2
* scsi: sd: Fix interpretation of VPD B9h lengthTyler Erickson2022-06-071-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-06-0571-27367/+539
|\
| * scsi: qla2xxx: Remove unused 'ql_dm_tgt_ex_pct' parameterGleb Chesnokov2022-06-011-7/+0
| * scsi: qla2xxx: Remove setting of 'req' and 'rsp' parametersTom Rix2022-06-011-2/+0
| * scsi: mpi3mr: Fix kernel-docJiapeng Chong2022-06-011-1/+1
| * scsi: lpfc: Add support for ATTO Fibre Channel devicesBradley Grove2022-06-013-0/+141
| * scsi: core: Return BLK_STS_TRANSPORT for ALUA transitioningHannes Reinecke2022-06-011-1/+1
| * scsi: sd_zbc: Prevent zone information memory leakDamien Le Moal2022-06-013-16/+16
| * scsi: sd: Fix potential NULL pointer dereferenceDamien Le Moal2022-06-011-1/+0
| * scsi: mpi3mr: Rework mrioc->bsg_device model to fix warningsSumit Saxena2022-06-012-27/+23
| * scsi: myrb: Fix up null pointer access on myrb_cleanup()Hannes Reinecke2022-05-231-3/+8
| * scsi: core: Unexport scsi_bus_typeChristoph Hellwig2022-05-231-1/+0