summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* 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
* mpt2sas: Refcount fw_events and fix unsafe list usageCalvin Owens2015-09-061-21/+91
* mpt2sas: Refcount sas_device objects and fix unsafe list usageCalvin Owens2015-09-063-154/+360
* scsi_dh: return SCSI_DH_NOTCONN in scsi_dh_activate()Hannes Reinecke2015-08-281-0/+1
* scsi_dh: don't allow to detach device handlers at runtimeChristoph Hellwig2015-08-281-2/+4
* scsi_dh: add a common helper to get a scsi_device from a request_queueChristoph Hellwig2015-08-281-53/+46
* scsi_dh: kill struct scsi_dh_dataChristoph Hellwig2015-08-287-118/+78
* scsi_dh: move device matching to the core codeChristoph Hellwig2015-08-285-133/+66
* scsi_dh: integrate into the core SCSI codeChristoph Hellwig2015-08-286-173/+33
* scsi_dh: move to drivers/scsiChristoph Hellwig2015-08-281-1/+1
* dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpathChristoph Hellwig2015-08-281-17/+19
* dm-mpath, scsi_dh: don't let dm detach device handlersChristoph Hellwig2015-08-281-74/+22
* aic94xx: Skip reading user settings if flash is not foundHannes Reinecke2015-08-281-2/+3
* ipr: Enable SIS pipe commands for SIS-32 devices.Gabriel Krisman Bertazi2015-08-281-1/+1
* ipr: Inhibit underlength data check for AFDASD in raw mode.Gabriel Krisman Bertazi2015-08-281-1/+5
* mpt3sas : Bump mpt3sas driver version to 9.100.00.00Sreekanth Reddy2015-08-271-2/+2
* mpt3sas: When device is blocked followed by unblock fails, unfreeze the I/OsSreekanth Reddy2015-08-271-14/+75
* mpt3sas: Call dma_mapping_error() API after mapping an address with dma_map_s...Sreekanth Reddy2015-08-271-2/+2
* mpt3sas: Use alloc_ordered_workqueue() API instead of create_singlethread_wor...Sreekanth Reddy2015-08-271-2/+2
* mpt3sas: Added support for customer specific brandingSreekanth Reddy2015-08-272-6/+39
* mpt3sas: Return host busy error status to SML when DMA mapping of scatter gat...Sreekanth Reddy2015-08-271-2/+2
* mpt3sas: Complete the SCSI command with DID_RESET status for log_info value 0...Sreekanth Reddy2015-08-272-0/+5
* mpt3sas: MPI 2.5 Rev K (2.5.6) specificationsSreekanth Reddy2015-08-272-5/+17
* mpt3sas: Bump mpt3sas driver version to v6.100.00.00Sreekanth Reddy2015-08-271-2/+2
* mpt3sas: Add branding string support for OEM custom HBASreekanth Reddy2015-08-272-0/+45
* mpt3sas: Add branding string support for OEM's HBASreekanth Reddy2015-08-272-0/+47
* mpt3sas: MPI 2.5 Rev J (2.5.5) specification and 2.00.34 header filesSreekanth Reddy2015-08-273-5/+18
* mpt3sas: Update MPI2 strings to MPI2.5Sreekanth Reddy2015-08-272-3/+1
* mpt3sas: Bump mpt3sas Driver version to v5.100.00.00Sreekanth Reddy2015-08-271-2/+2
* mpt3sas: Provides the physical location of sas drivesSreekanth Reddy2015-08-272-39/+203
* mpt3sas: MPI 2.5 Rev I (2.5.4) specifications.Sreekanth Reddy2015-08-273-9/+28
* mpt3sas: Remove redundancy code while freeing the controller resources.Sreekanth Reddy2015-08-271-25/+32
* mpt3sas: Don't block the drive when drive addition under the control of SMLSreekanth Reddy2015-08-273-1/+28
* mpt3sas: Get IOC_FACTS information using handshake protocol only after HBA ca...Sreekanth Reddy2015-08-271-0/+68
* mpt3sas: Added Combined Reply Queue feature to extend up-to 96 MSIX vector su...Sreekanth Reddy2015-08-272-9/+98
* aic94xx: set an error code on failureDan Carpenter2015-08-261-0/+1
* storvsc: Set the error code correctly in failure conditionsK. Y. Srinivasan2015-08-261-3/+9
* storvsc: Allow write_same when host is windows 10Keith Mange2015-08-261-1/+5
* storvsc: use storage protocol version to determine storage capabilitiesKeith Mange2015-08-261-4/+4
OpenPOWER on IntegriCloud