summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] hpsa: remove unneeded variableTomas Henzl2013-08-262-4/+0
* [SCSI] hpsa: fix a race in cmd_free/scsi_doneTomas Henzl2013-08-261-2/+2
* [SCSI] isci: Fix a infinite loop.Xinghai Yu2013-08-261-1/+1
* [SCSI] ufs: don't check resource with devm_ioremap_resourceWolfram Sang2013-08-261-6/+0
* [SCSI] ufshcd-pltfrm: remove redundant dev_err call in ufshcd_pltfrm_probe()Wei Yongjun2013-08-261-1/+0
* [SCSI] ufs: don't stop controller before scsi_remove_host()Akinobu Mita2013-08-261-1/+1
* [SCSI] ufs: don't disable_irq() if the IRQ can be shared among devicesAkinobu Mita2013-08-262-4/+0
* [SCSI] ufshcd-pci: release ioremapped region during removing driverAkinobu Mita2013-08-261-28/+9
* [SCSI] ufs: Add runtime PM support for UFS host controller driverSujit Reddy Thumma2013-08-263-7/+113
* [SCSI] ufs: Add support for host assisted background operationsSujit Reddy Thumma2013-08-263-0/+376
* [SCSI] ufs: Set fDeviceInit flag to initiate device initializationDolev Raviv2013-08-264-11/+345
* [SCSI] ufs: Add support for sending NOP OUT UPIUSujit Reddy Thumma2013-08-263-115/+539
* [SCSI] libiscsi: Add missing prints for session and connection sysfs attrsAdheer Chandravanshi2013-08-231-0/+6
* [SCSI] libiscsi: Add a missing break statementAdheer Chandravanshi2013-08-231-0/+1
* [SCSI] qla2xxx: Fix sparse warnings in qlafx00_fxdisc_iocb function.Saurav Kashyap2013-08-231-2/+4
* [SCSI] qla4xxx: Update driver version to 5.03.00-k11Adheer Chandravanshi2013-08-231-1/+1
* [SCSI] qla4xxx: Export more firmware info in sysfsAdheer Chandravanshi2013-08-235-29/+105
* [SCSI] qla4xxx: Only BIOS boot target entries should be at index 0 and 1.Adheer Chandravanshi2013-08-231-1/+2
* [SCSI] qla4xxx: discovery_parent_idx can be shown without any check.Adheer Chandravanshi2013-08-231-5/+2
* [SCSI] qla4xxx: Set IPv6 traffic class if device type is IPv6.Adheer Chandravanshi2013-08-231-1/+5
* [SCSI] qla4xxx: Use discovery_parent_idx instead of discovery_parent_typeAdheer Chandravanshi2013-08-231-3/+3
* [SCSI] qla4xxx: Allow removal of failed session using logout.Adheer Chandravanshi2013-08-232-8/+41
* [SCSI] lpfc 8.3.41: Update lpfc version to driver version 8.3.41James Smart2013-08-231-1/+1
* [SCSI] lpfc 8.3.41: Update copyrights for 8.3.41 modificationsJames Smart2013-08-233-3/+3
* [SCSI] lpfc 8.3.41: Fixed the format of some log message fieldsJames Smart2013-08-231-1/+1
* [SCSI] lpfc 8.3.41: Add first burst support to driverJames Smart2013-08-236-2/+30
* [SCSI] lpfc 8.3.41: Fixed not able to perform PCI function reset when board w...James Smart2013-08-231-5/+6
* [SCSI] lpfc 8.3.41: Fixed failure in setting SLI3 board modeJames Smart2013-08-231-3/+0
* [SCSI] lpfc 8.3.41: Fixed SLI3 failing FCP write on check-condition no-sense ...James Smart2013-08-231-6/+1
* [SCSI] lpfc 8.3.41: Fixed support for 128 byte WQEsJames Smart2013-08-234-3/+65
* [SCSI] lpfc 8.3.41: Ensure driver properly zeros unused fields in SLI4 mailbo...James Smart2013-08-231-3/+4
* [SCSI] lpfc 8.3.41: Fixed max value of lpfc_lun_queue_depthJames Smart2013-08-234-13/+44
* [SCSI] lpfc 8.3.41: Fixed Receive Queue varied frame size handlingJames Smart2013-08-231-12/+24
* [SCSI] lpfc 8.3.41: Fix mailbox byteswap issue on PPCJames Smart2013-08-231-1/+0
* [SCSI] lpfc 8.3.41: Fixed freeing of iocb when internal loopback times outJames Smart2013-08-234-11/+55
* [SCSI] qla4xxx: Update driver version to 5.03.00-k10Vikas Chaudhary2013-08-231-1/+1
* [SCSI] qla4xxx: Exporting new attrs for iscsi session and connection in sysfsAdheer Chandravanshi2013-08-231-57/+146
* [SCSI] libiscsi: Exporting new attrs for iscsi session and connection in sysfsAdheer Chandravanshi2013-08-231-0/+97
* [SCSI] scsi_transport_iscsi: Exporting new attrs for iscsi session and connec...Adheer Chandravanshi2013-08-231-1/+122
* [SCSI] bnx2i: Update version and copyright year 2013Eddie Wai2013-08-237-9/+9
* [SCSI] Return ENODATA on medium errorHannes Reinecke2013-08-233-2/+21
* [SCSI] return ENOSPC on thin provisioning failureHannes Reinecke2013-08-232-1/+11
* [SCSI] Set hostbyte status in scsi_check_sense()Hannes Reinecke2013-08-231-14/+7
* [SCSI] Document enhanced error codesHannes Reinecke2013-08-231-0/+12
* [SCSI] st: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-211-11/+16
* [SCSI] sd: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-211-74/+75
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2013-08-124-19/+28
|\
| * [SCSI] Don't attempt to send extended INQUIRY command if skip_vpd_pages is setMartin K. Petersen2013-08-021-0/+3
| * [SCSI] fnic: BUG: sleeping function called from invalid context during probeChris Leech2013-08-022-14/+10
| * [SCSI] megaraid_sas: megaraid_sas driver init fails in kdump kernelSumit.Saxena@lsi.com2013-08-021-5/+15