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 Torvalds2013-04-3049-800/+8694
|\
| * [SCSI] iscsi_tcp: support PF_MEMALLOC/__GFP_MEMALLOCMike Christie2013-04-111-5/+13
| * [SCSI] libiscsi: avoid unnecessary multiple NULL assignmentsMasatake YAMATO2013-04-111-1/+0
| * [SCSI] qla4xxx: Update driver version to 5.03.00-k8Vikas Chaudhary2013-04-111-1/+1
| * [SCSI] qla4xxx: Added print statements to display AENsVikas Chaudhary2013-04-112-0/+41
| * [SCSI] qla4xxx: Use correct value for max flash node entriesAdheer Chandravanshi2013-04-111-2/+2
| * [SCSI] qla4xxx: Restrict logout from boot target session using session idAdheer Chandravanshi2013-04-111-0/+8
| * [SCSI] qla4xxx: Use correct flash ddb offset for ISP40XXAdheer Chandravanshi2013-04-112-21/+43
| * [SCSI] isci: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-04-111-4/+2
| * [SCSI] scsi_dh_alua: Add module parameter to allow failover to non preferred ...Stewart, Sean2013-04-111-0/+7
| * [SCSI] qla2xxx: Update the driver version to 8.05.00.03-k.Saurav Kashyap2013-04-111-2/+2
| * [SCSI] qla2xxx: Obtain loopback iteration count from bsg request.Joe Carnuccio2013-04-113-3/+5
| * [SCSI] qla2xxx: Add clarifying printk to thermal access fail cases.Joe Carnuccio2013-04-111-2/+3
| * [SCSI] qla2xxx: Remove duplicated include form qla_isr.cWei Yongjun2013-04-111-2/+0
| * [SCSI] qla2xxx: Enhancements to support ISPFx00.Giridhar Malavali2013-04-1115-98/+4793
| * [SCSI] qla4xxx: Update driver version to 5.03.00-k7Vikas Chaudhary2013-04-111-1/+1
| * [SCSI] qla4xxx: Replace dev type macros with generic portal type macrosAdheer Chandravanshi2013-04-112-15/+14
| * [SCSI] qla4xxx: Add flash node mgmt supportAdheer Chandravanshi2013-04-116-4/+1824
| * [SCSI] libiscsi: export function iscsi_switch_str_paramAdheer Chandravanshi2013-04-111-1/+2
| * [SCSI] scsi_transport_iscsi: Add flash node mgmt supportAdheer Chandravanshi2013-04-111-1/+1001
| * [SCSI] qla4xxx: Update driver version to 5.03.00-k6Vikas Chaudhary2013-04-111-1/+1
| * [SCSI] qla4xxx: Skip retry of initialize_adapter for ISP80XXNilesh Javali2013-04-111-1/+4
| * [SCSI] qla4xxx: Assign correct CHAP table address to FLTVikas Chaudhary2013-04-111-5/+6
| * [SCSI] qla4xxx: Added missing check for ISP83XX in CHAP related functionsVikas Chaudhary2013-04-112-4/+4
| * [SCSI] aacraid: Dual firmware image supportMahesh Rajashekhara2013-04-103-3/+31
| * [SCSI] csiostor: remove unused variable in csio_process_fwevtq_entry()Wei Yongjun2013-04-101-5/+0
| * [SCSI] qla4xxx: Update driver version to 5.03.00-k5Vikas Chaudhary2013-04-101-1/+1
| * [SCSI] qla4xxx: Fixed request queue count manipulation on response pathTej Parkash2013-04-103-17/+2
| * [SCSI] qla4xxx: Fix debug level to avoid floods of same messageVikas Chaudhary2013-04-102-4/+11
| * [SCSI] qla4xxx: Pass correct LUN address to firmware in case of lun_resetVikas Chaudhary2013-04-101-1/+8
| * [SCSI] qla4xxx: Fix double reset in case of firmware hung for ISP83XXVikas Chaudhary2013-04-101-2/+16
| * [SCSI] qla4xxx: Set graceful reset bit for ISP83XXVikas Chaudhary2013-04-101-0/+9
| * [SCSI] qla4xxx: Boot from SAN fix for ISP83XXVikas Chaudhary2013-04-101-1/+1
| * [SCSI] qla4xxx: Take E-port out of reset before disabling pause framesManish Dusane2013-04-102-0/+38
| * [SCSI] scsi_dh_alua: fix stpg sense handlingMike Christie2013-04-091-4/+6
| * [SCSI] lpfc 8.3.38: Update lpfc version for 8.3.38 driver releaseJames Smart2013-04-091-1/+1
| * [SCSI] lpfc 8.3.38: Fixed potential mis-interpretation of READ_TOPOLOGY reser...James Smart2013-04-091-13/+15
| * [SCSI] lpfc 8.3.38: Fix default value for lpfc_enable_rrq.James Smart2013-04-091-1/+1
| * [SCSI] lpfc 8.3.38: Fixed circular locking dependency and inconsistent lock s...James Smart2013-04-094-18/+20
| * [SCSI] lpfc 8.3.38: Fixed PT2PT bring up problem for FC SLI4.James Smart2013-04-091-4/+6
| * [SCSI] lpfc 8.3.38: Fixed OXID reuse issue.James Smart2013-04-092-3/+11
| * [SCSI] lpfc 8.3.38: Fixed async FCF modified event to in-use FCF failure to t...James Smart2013-04-091-35/+62
| * [SCSI] lpfc 8.3.38: Fixed deadlock condition in FCF round robin handlingJames Smart2013-04-092-1/+10
| * [SCSI] scsilpfc 8.3.38: Fixed bsg timeout handling issues that would result i...James Smart2013-04-091-504/+601
| * [SCSI] lpfc 8.3.38: Fixed degraded performance after cable pullsJames Smart2013-04-095-8/+40
| * [SCSI] lpfc 8.3.38: Fixed NMI watch dog panic's when resetting the hba.James Smart2013-04-098-43/+70
* | Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-302-20/+0
|\ \
| * | qla2xxx: Remove unused functionJörn Engel2013-04-252-20/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-308-18/+18
|\ \ \
| * | | treewide: Fix typo in printk and commentsMasanari Iida2013-04-244-14/+14
OpenPOWER on IntegriCloud