summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-01-14102-4560/+8002
|\
| * Merge branch 'jejb-scsi' into miscJames Bottomley2016-01-0818-85/+177
| |\
| | * ses: fix discovery of SATA devices in SAS enclosuresJames Bottomley2015-12-192-18/+5Star
| | * scsi_transport_sas: add function to get SAS endpoint addressJames Bottomley2015-12-191-0/+14
| | * scsi_transport_sas: add is_sas_attached() functionJames Bottomley2015-12-191-0/+16
| * | cxlflash: Enable device id for future IBM CXL adapterManoj Kumar2016-01-072-2/+5
| * | cxlflash: Resolve oops in wait_port_offlineManoj Kumar2016-01-072-3/+26
| * | cxlflash: Fix to resolve cmd leak after host resetManoj Kumar2016-01-071-2/+17
| * | cxlflash: Removed driver date printUma Krishnan2016-01-072-3/+1Star
| * | cxlflash: Fix to avoid virtual LUN failover failureMatthew R. Ochs2016-01-071-0/+2
| * | cxlflash: Fix to escalate LINK_RESET also on port 1Manoj Kumar2016-01-071-1/+1
| * | storvsc: Tighten up the interrupt pathK. Y. Srinivasan2016-01-061-15/+8Star
| * | storvsc: Refactor the code in storvsc_channel_init()K. Y. Srinivasan2016-01-061-80/+46Star
| * | storvsc: Properly support Fibre Channel devicesK. Y. Srinivasan2016-01-061-47/+134
| * | storvsc: Fix a bug in the layout of the hv_fc_wwn_packetK. Y. Srinivasan2016-01-061-3/+2Star
| * | mvsas: Add SGPIO support to Marvell 94xxWilfried Weissmann2016-01-065-0/+225
| * | mpt3sas: A correction in unmap_resourcesTomas Henzl2016-01-061-1/+3
| * | hpsa: Add box and bay information for enclosure devicesDon Brace2016-01-062-7/+113
| * | hpsa: Change SAS transport devices to bus 0.Don Brace2016-01-061-1/+1
| * | hpsa: fix path_info_showDon Brace2016-01-061-6/+6
| * | scsi_debug: Increase the reported optimal transfer lengthMartin K. Petersen2015-12-221-2/+2
| * | lpfc: Update version to 11.0.0.10 for upstream patch setJames Smart2015-12-221-1/+1
| * | lpfc: Use kzalloc instead of kmallocPunit Vara2015-12-221-2/+1Star
| * | lpfc: Delete unnecessary checks before the function call "mempool_destroy"Markus Elfring2015-12-221-4/+2Star
| * | lpfc: Add logging for misconfigured optics.James Smart2015-12-223-32/+87
| * | lpfc: Fix external loopback failure.James Smart2015-12-221-2/+13
| * | lpfc: Fix mbox reuse in PLOGI completionJames Smart2015-12-221-10/+21
| * | lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.James Smart2015-12-227-136/+150
| * | lpfc: Make write check error processing more resilientJames Smart2015-12-221-6/+21
| * | lpfc: Fix RDP ACC being too long.James Smart2015-12-221-0/+10
| * | lpfc: Fix RDP Speed reporting.James Smart2015-12-221-10/+7Star
| * | lpfc: Modularize and cleanup FDMI code in driverJames Smart2015-12-229-745/+1450
| * | lpfc: Fix crash in fcp command completion path.James Smart2015-12-221-2/+2
| * | lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16James Smart2015-12-221-3/+6
| * | lpfc: Fix RegLogin failed error seen on Lancer FC during port bounceJames Smart2015-12-223-9/+16
| * | lpfc: Fix the FLOGI discovery logic to comply with T11 standardsJames Smart2015-12-224-239/+240
| * | lpfc: Fix FCF Infinite loop in lpfc_sli4_fcf_rr_next_index_get.James Smart2015-12-221-2/+6
| * | hisi_sas: use platform_get_irq()John Garry2015-12-172-9/+5Star
| * | hisi_sas: fix error codes in hisi_sas_task_prep()Dan Carpenter2015-12-101-3/+7
| * | osd: fix signed char versus %02x issueRasmus Villemoes2015-12-101-4/+1Star
| * | storvsc: add logging for error/warning messagesLong Li2015-12-101-1/+33
| * | VMW_PVSCSI: Fix the issue of DMA-API related warnings.Josh Boyer2015-12-102-7/+40
| * | cxlflash: drop unlikely before IS_ERR_OR_NULLGeliang Tang2015-12-101-2/+2
| * | cxlflash: a couple off by one bugsDan Carpenter2015-12-101-2/+2
| * | scsi_dh_alua: Remove stale variablesHannes Reinecke2015-12-081-2/+0Star
| * | bfa: Update driver version to 3.2.25.0Anil Gurumurthy2015-12-021-1/+1
| * | bfa: File header and user visible string changesAnil Gurumurthy2015-12-0239-89/+84Star
| * | bfa: Fix for crash when bfa_itnim is NULLAnil Gurumurthy2015-12-021-0/+26
| * | bfa: Update copyright messagesAnil Gurumurthy2015-12-0239-78/+117
| * | scsi_dh_alua: use scsi_vpd_tpg_id()Hannes Reinecke2015-12-021-31/+6Star