aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds5-82/+121
2015-09-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds35-1214/+1832
2015-09-11target/qla2xxx: Honor max_data_sg_nents I/O transfer limitNicholas Bellinger1-0/+5
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-5/+5
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds4-22/+7
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-5/+5
2015-09-06scsi: fix scsi_error_handler vs. scsi_host_dev_release raceMichal Hocko1-1/+10
2015-09-06fcoe: Convert use of __constant_htons to htonsVaishali Thakkar1-1/+1
2015-09-06mpt2sas: setpci reset kernel oops fixNagarajkumar Narayanan4-9/+67
2015-09-06pm80xx: Don't override ts->stat on IO_OPEN_CNX_ERROR_HW_RESOURCE_BUSYJohannes Thumshirn2-0/+2
2015-09-06lpfc: Fix possible use-after-free and double free in lpfc_mbx_cmpl_rdp_page_a2()Johannes Thumshirn1-3/+4
2015-09-06bfa: Fix incorrect de-reference of pointerAnil Gurumurthy1-1/+1
2015-09-06bfa: Fix indentationAnil Gurumurthy1-11/+11
2015-09-06scsi_transport_sas: Remove check for SAS expander when querying bay/enclosure IDs.Jordan Hargrave1-10/+0
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-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+66
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds62-1325/+8670
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds8-12/+12
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
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 Hellwig7-118/+78
2015-08-28scsi_dh: move device matching to the core codeChristoph Hellwig5-133/+66
2015-08-28scsi_dh: integrate into the core SCSI codeChristoph Hellwig6-173/+33
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 Hellwig1-17/+19
2015-08-28dm-mpath, scsi_dh: don't let dm detach device handlersChristoph Hellwig1-74/+22
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-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-13/+15
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