summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* lpfc: nvmet: Add Send LS Request and Abort LS Request supportJames Smart2020-05-091-0/+95
* lpfc: nvmet: Add support for NVME LS request hosthandleJames Smart2020-05-095-1/+74
* lpfc: nvme: Add Receive LS Request and Send LS Response support to nvmeJames Smart2020-05-091-0/+71
* lpfc: Refactor Send LS Response supportJames Smart2020-05-092-78/+184
* lpfc: Refactor Send LS Abort supportJames Smart2020-05-092-50/+77
* lpfc: Refactor Send LS Request supportJames Smart2020-05-092-118/+184
* lpfc: Refactor NVME LS receive handlingJames Smart2020-05-095-130/+184
* lpfc: Commonize lpfc_async_xchg_ctx state and flag definitionsJames Smart2020-05-093-97/+100
* lpfc: Refactor nvmet_rcv_ctx to create lpfc_async_xchg_ctxJames Smart2020-05-097-62/+63
* lpfc: Refactor lpfc nvme headersJames Smart2020-05-0912-187/+146
* nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS requestJames Smart2020-05-092-6/+6
* block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig2020-05-041-2/+1
* block: move dma_pad handling from blk_rq_map_sg into the callersChristoph Hellwig2020-04-221-1/+9
* block: move dma drain handling to scsiChristoph Hellwig2020-04-221-5/+34
* scsi: merge scsi_init_sgtable into scsi_init_ioChristoph Hellwig2020-04-221-28/+18
* Revert "scsi: core: run queue if SCSI device queue isn't ready and queue is i...Douglas Anderson2020-04-201-6/+1
* scsi: sg: add sg_remove_request in sg_common_writeLi Bin2020-04-131-1/+3
* scsi: qla2xxx: Fix regression warningsNilesh Javali2020-04-134-6/+2
* scsi: hisi_sas: Fix build error without SATA_HOSTYueHaibing2020-04-131-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-1029-622/+643
|\
| * scsi: core: Add DID_ALLOC_FAILURE and DID_MEDIUM_ERROR to hostbyte_tableNikhil Kshirsagar2020-04-011-1/+1
| * scsi: ufs: Use ufshcd_config_pwr_mode() when scaling gearCan Guo2020-04-011-4/+2
| * scsi: bnx2fc: fix boolreturn.cocci warningskbuild test robot2020-03-311-3/+3
| * scsi: aacraid: do not overwrite retval in aac_reset_adapter()Hannes Reinecke2020-03-311-3/+4
| * scsi: sr: Fix sr_block_release()Bart Van Assche2020-03-311-1/+3
| * scsi: aic7xxx: Remove more FreeBSD-specific codeAlex Dewar2020-03-311-23/+0
| * scsi: mpt3sas: Fix kernel panic observed on soft HBA unplugSreekanth Reddy2020-03-311-4/+4
| * scsi: ufs: set device as active power mode after resetting deviceStanley Chu2020-03-312-13/+14
| * scsi: iscsi: Report unbind session event when the target has been removedWu Bo2020-03-311-1/+3
| * scsi: lpfc: Change default SCSI LUN QD to 64Dick Kennedy2020-03-291-2/+2
| * scsi: libfc: rport state move to PLOGI if all PRLI retry exhaustedJaved Hasan2020-03-291-0/+2
| * scsi: libfc: If PRLI rejected, move rport to PLOGI stateJaved Hasan2020-03-291-1/+7
| * scsi: bnx2fc: Update the driver version to 2.12.13Saurav Kashyap2020-03-291-1/+1
| * scsi: bnx2fc: Fix SCSI command completion after cleanup is postedSaurav Kashyap2020-03-291-0/+6
| * scsi: bnx2fc: Process the RQE with CQE in interrupt contextJaved Hasan2020-03-294-54/+96
| * scsi: ufs-mediatek: add error recovery for suspend and resumeStanley Chu2020-03-291-2/+11
| * scsi: ufs: export ufshcd_link_recoveryStanley Chu2020-03-292-1/+3
| * scsi: ufs: Clean up ufshcd_scale_clks() and clock scaling error out pathSubhash Jadavani2020-03-291-21/+44
| * scsi: lpfc: Update lpfc version to 12.8.0.0James Smart2020-03-291-1/+1
| * scsi: lpfc: Remove prototype FIPS/DSS options from SLI-3James Smart2020-03-295-109/+8
| * scsi: lpfc: Make debugfs ktime stats generic for NVME and SCSIJames Smart2020-03-297-110/+137
| * scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statisticsJames Smart2020-03-298-169/+215
| * scsi: lpfc: Fix crash in target side cable pulls hitting WAIT_FOR_UNREGJames Smart2020-03-261-6/+8
| * scsi: lpfc: Fix update of wq consumer index in lpfc_sli4_wq_releaseJames Smart2020-03-261-13/+4
| * scsi: lpfc: Fix crash after handling a pci errorJames Smart2020-03-261-0/+5
| * scsi: lpfc: Fix scsi host template for SLI3 vportsJames Smart2020-03-264-74/+54
| * scsi: lpfc: Fix lpfc overwrite of sg_cnt field in nvmefc_tgt_fcp_reqJames Smart2020-03-261-3/+4
| * scsi: lpfc: Fix lockdep error - register non-static keyJames Smart2020-03-262-7/+4
| * scsi: lpfc: Fix kasan slab-out-of-bounds error in lpfc_unreg_loginJames Smart2020-03-261-0/+2
* | Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-102-3/+0
|\ \