aboutsummaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-06scsi_debug: resp_request: remove unused variableTomas Winkler1-2/+1
2015-09-06scsi_debug: fix REPORT LUNS Well Known LUTomas Winkler1-2/+3
2015-09-06scsi_debug: schedule_resp fix input variable checkTomas Winkler1-3/+10
2015-09-06scsi_debug: make dump_sector staticTomas Winkler1-1/+1
2015-09-06scsi_debug: vfree is null safe so drop the checkTomas Winkler1-7/+3
2015-09-06scsi_debug: use SCSI_W_LUN_REPORT_LUNS instead of SAM2_WLUN_REPORT_LUNS;Tomas Winkler1-7/+6
2015-09-06scsi_debug: define pr_fmt() for consistent loggingTomas Winkler1-65/+53
2015-09-06mpt2sas: Refcount fw_events and fix unsafe list usageCalvin Owens1-21/+91
2015-09-06mpt2sas: Refcount sas_device objects and fix unsafe list usageCalvin Owens3-154/+360
2015-08-28scsi_dh: return SCSI_DH_NOTCONN in scsi_dh_activate()Hannes Reinecke1-0/+1
2015-08-28scsi_dh: don't allow to detach device handlers at runtimeChristoph Hellwig1-2/+4
2015-08-28scsi_dh: add a common helper to get a scsi_device from a request_queueChristoph Hellwig1-53/+46
2015-08-28scsi_dh: kill struct scsi_dh_dataChristoph Hellwig9-140/+98
2015-08-28scsi_dh: move device matching to the core codeChristoph Hellwig6-134/+66
2015-08-28scsi_dh: integrate into the core SCSI codeChristoph Hellwig7-174/+34
2015-08-28scsi_dh: move to drivers/scsiChristoph Hellwig1-1/+1
2015-08-28dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpathChristoph Hellwig3-28/+19
2015-08-28dm-mpath, scsi_dh: don't let dm detach device handlersChristoph Hellwig4-95/+28
2015-08-28aic94xx: Skip reading user settings if flash is not foundHannes Reinecke1-2/+3
2015-08-28ipr: Enable SIS pipe commands for SIS-32 devices.Gabriel Krisman Bertazi1-1/+1
2015-08-28ipr: Inhibit underlength data check for AFDASD in raw mode.Gabriel Krisman Bertazi1-1/+5
2015-08-27mpt3sas : Bump mpt3sas driver version to 9.100.00.00Sreekanth Reddy1-2/+2
2015-08-27mpt3sas: When device is blocked followed by unblock fails, unfreeze the I/OsSreekanth Reddy1-14/+75
2015-08-27mpt3sas: Call dma_mapping_error() API after mapping an address with dma_map_single() APISreekanth Reddy1-2/+2
2015-08-27mpt3sas: Use alloc_ordered_workqueue() API instead of create_singlethread_workqueue() APISreekanth Reddy1-2/+2
2015-08-27mpt3sas: Added support for customer specific brandingSreekanth Reddy2-6/+39
2015-08-27mpt3sas: Return host busy error status to SML when DMA mapping of scatter gather list fails for a SCSI commandSreekanth Reddy1-2/+2
2015-08-27mpt3sas: Complete the SCSI command with DID_RESET status for log_info value 0x0x32010081Sreekanth Reddy2-0/+5
2015-08-27mpt3sas: MPI 2.5 Rev K (2.5.6) specificationsSreekanth Reddy2-5/+17
2015-08-27mpt3sas: Bump mpt3sas driver version to v6.100.00.00Sreekanth Reddy1-2/+2
2015-08-27mpt3sas: Add branding string support for OEM custom HBASreekanth Reddy2-0/+45
2015-08-27mpt3sas: Add branding string support for OEM's HBASreekanth Reddy2-0/+47
2015-08-27mpt3sas: MPI 2.5 Rev J (2.5.5) specification and 2.00.34 header filesSreekanth Reddy3-5/+18
2015-08-27mpt3sas: Update MPI2 strings to MPI2.5Sreekanth Reddy2-3/+1
2015-08-27mpt3sas: Bump mpt3sas Driver version to v5.100.00.00Sreekanth Reddy1-2/+2
2015-08-27mpt3sas: Provides the physical location of sas drivesSreekanth Reddy2-39/+203
2015-08-27mpt3sas: MPI 2.5 Rev I (2.5.4) specifications.Sreekanth Reddy3-9/+28
2015-08-27mpt3sas: Remove redundancy code while freeing the controller resources.Sreekanth Reddy1-25/+32
2015-08-27mpt3sas: Don't block the drive when drive addition under the control of SMLSreekanth Reddy3-1/+28
2015-08-27mpt3sas: Get IOC_FACTS information using handshake protocol only after HBA card gets into READY or Operational state.Sreekanth Reddy1-0/+68
2015-08-27mpt3sas: Added Combined Reply Queue feature to extend up-to 96 MSIX vector supportSreekanth Reddy2-9/+98
2015-08-26aic94xx: set an error code on failureDan Carpenter1-0/+1
2015-08-26storvsc: Set the error code correctly in failure conditionsK. Y. Srinivasan1-3/+9
2015-08-26storvsc: Allow write_same when host is windows 10Keith Mange1-1/+5
2015-08-26storvsc: use storage protocol version to determine storage capabilitiesKeith Mange1-4/+4
2015-08-26storvsc: use correct defaults for values determined by protocol negotiationKeith Mange1-14/+19
2015-08-26storvsc: Untangle the storage protocol negotiation from the vmbus protocol negotiation.Keith Mange1-22/+86
2015-08-26storvsc: Use a single value to track protocol versionsKeith Mange1-26/+9
2015-08-26storvsc: Rather than look for sets of specific protocol versions, make decisions based on ranges.Keith Mange1-8/+3
2015-08-26cxlflash: Remove unused variable from queuecommandMatthew R. Ochs1-3/+4