summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* cxlflash: Fix data corruption when vLUN used over multiple cardsMatthew R. Ochs2015-10-301-8/+8
* cxlflash: Fix potential oops following LUN removalMatthew R. Ochs2015-10-301-12/+23
* cxlflash: Fix read capacity timeoutManoj Kumar2015-10-303-8/+7
* cxlflash: Replace magic numbers with literalsManoj Kumar2015-10-303-3/+9
* cxlflash: Fix to avoid invalid port_sel valueManoj Kumar2015-10-301-3/+6
* SCSI: fix bug in scsi_dev_info_list matchingAlan Stern2015-10-271-34/+35
* SCSI: refactor device-matching code in scsi_devinfo.cAlan Stern2015-10-271-71/+41
* fnic: check pci_map_single() return valueMaurizio Lombardi2015-10-272-8/+54
* be2iscsi: Revert ownership to EmulexKetan Mukadam2015-10-2710-22/+22
* bnx2fc: Do not log error for netevents that need no actionShirish Pargaonkar2015-10-271-1/+0
* lpfc: Update version to 11.0.0.0 for upstream patch setJames Smart2015-10-271-1/+1
* lpfc: Fix default RA_TOV and ED_TOV in the FC/FCoE driver for all topologiesJames Smart2015-10-272-2/+15
* lpfc: The linux driver does not reinitiate discovery after a failed FLOGIJames Smart2015-10-271-2/+7
* lpfc: Fix for discovery failure in PT2PT when FLOGI's ELS ACC response gets a...James Smart2015-10-271-14/+17
* lpfc: Add support for Lancer G6 and 32G FC linksJames Smart2015-10-278-9/+58
* fix: lpfc_send_rscn_event sends bigger buffer sizeAles Novak2015-10-271-1/+1
* lpfc: remove set but not used variablesSebastian Herbszt2015-10-2710-126/+8
* lpfc:Make the function lpfc_sli4_mbox_completions_pending static in order to ...Nicholas Krause2015-10-271-1/+1
* Fix kmalloc overflow in LPFC driver at large core countIan Mitchell2015-10-272-6/+1
* lpfc: Destroy lpfc_hba_index IDR on module exitJohannes Thumshirn2015-10-271-0/+1
* lpfc: in sli3 use configured sg_seg_cnt for sg_tablesizeBodo Stroesser2015-10-271-1/+1
* lpfc: Remove unnessary castFiro Yang2015-10-271-2/+1
* lpfc: fix model descriptionSebastian Herbszt2015-10-271-1/+1
* 3w-9xxx: don't unmap bounce buffered commandsChristoph Hellwig2015-10-071-7/+21
* scsi_dh: Use the correct module name when loading device handlerPaul Mackerras2015-10-011-1/+1
* libiscsi: Fix iscsi_check_transport_timeouts possible infinite loopAriel Nahum2015-09-171-6/+11
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-09-115-82/+121
|\
| * target/qla2xxx: Honor max_data_sg_nents I/O transfer limitNicholas Bellinger2015-09-111-0/+5
| * qla2xxx: Update tcm_qla2xxx module description to 24xx+Sebastian Herbszt2015-08-022-3/+3
| * libiscsi: Use scsi helper to set information descriptorSagi Grimberg2015-07-231-6/+3
| * scsi: Protect against buffer possible overflow in scsi_set_sense_informationSagi Grimberg2015-07-231-1/+12
| * scsi: Fix wrong additional sense length in descriptor formatSagi Grimberg2015-07-231-1/+1
| * tcm_qla2xxx: Remove set-but-not-used variablesBart Van Assche2015-07-231-6/+0
| * scsi: Move sense handling routines to scsi_commonSagi Grimberg2015-07-232-98/+99
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-09-1135-1214/+1832
|\ \
| * | scsi: fix scsi_error_handler vs. scsi_host_dev_release raceMichal Hocko2015-09-061-1/+10
| * | fcoe: Convert use of __constant_htons to htonsVaishali Thakkar2015-09-061-1/+1
| * | mpt2sas: setpci reset kernel oops fixNagarajkumar Narayanan2015-09-064-9/+67
| * | pm80xx: Don't override ts->stat on IO_OPEN_CNX_ERROR_HW_RESOURCE_BUSYJohannes Thumshirn2015-09-062-0/+2
| * | lpfc: Fix possible use-after-free and double free in lpfc_mbx_cmpl_rdp_page_a2()Johannes Thumshirn2015-09-061-3/+4
| * | bfa: Fix incorrect de-reference of pointerAnil Gurumurthy2015-09-061-1/+1
| * | bfa: Fix indentationAnil Gurumurthy2015-09-061-11/+11
| * | scsi_transport_sas: Remove check for SAS expander when querying bay/enclosure...Jordan Hargrave2015-09-061-10/+0
| * | scsi_debug: resp_request: remove unused variableTomas Winkler2015-09-061-2/+1
| * | scsi_debug: fix REPORT LUNS Well Known LUTomas Winkler2015-09-061-2/+3
| * | scsi_debug: schedule_resp fix input variable checkTomas Winkler2015-09-061-3/+10
| * | scsi_debug: make dump_sector staticTomas Winkler2015-09-061-1/+1
| * | scsi_debug: vfree is null safe so drop the checkTomas Winkler2015-09-061-7/+3
| * | scsi_debug: use SCSI_W_LUN_REPORT_LUNS instead of SAM2_WLUN_REPORT_LUNS;Tomas Winkler2015-09-061-7/+6
| * | scsi_debug: define pr_fmt() for consistent loggingTomas Winkler2015-09-061-65/+53