summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * [SCSI] hpsa: allow modifying device queue depth.Stephen M. Cameron2010-03-031-0/+21
| * [SCSI] ibmvfc: Add suspend/resume supportBrian King2010-03-031-0/+27
| * [SCSI] ibmvscsi: Add suspend/resume supportBrian King2010-03-034-0/+39
| * [SCSI] be2iscsi: Alloc only one EQ if intr modeJayamohan Kallickal2010-03-031-5/+9
| * [SCSI] be2iscsi: Fixing memory allocation for connectionJayamohan Kallickal2010-03-032-5/+3
| * [SCSI] be2iscsi: Remove debug codeJayamohan Kallickal2010-03-032-3/+2
| * [SCSI] be2iscsi: cleans up abort handlingJayamohan Kallickal2010-03-031-51/+11
| * [SCSI] be2iscsi: Fix for a possible udelay while holding lockJayamohan Kallickal2010-03-031-7/+0
| * [SCSI] be2iscsi: Cleanup of resets for device and targetJayamohan Kallickal2010-03-034-18/+145
| * [SCSI] libiscsi: Make iscsi_eh_target_reset start with session resetJayamohan Kallickal2010-03-035-8/+23
| * [SCSI] ipr: adds PCI ID definitions for new adaptersWayne Boyer2010-03-032-12/+35
| * [SCSI] ipr: add support for new IOASCsWayne Boyer2010-03-031-0/+32
| * [SCSI] ipr: add support for multiple stages of initializationWayne Boyer2010-03-032-30/+180
| * [SCSI] ipr: implement shutdown changes and remove obsolete write cache parameterWayne Boyer2010-03-032-152/+66
| * [SCSI] ipr: add hardware assisted smart dump functionalityWayne Boyer2010-03-032-22/+75
| * [SCSI] ipr: add error handling updates for the next generation chipWayne Boyer2010-03-032-29/+388
| * [SCSI] ipr: update the configuration table code for the next generation chipWayne Boyer2010-03-032-148/+538
| * [SCSI] ipr: define new offsets to registers for the next generation chipWayne Boyer2010-03-031-0/+15
| * [SCSI] ipr: add support for new adapter command structures for the next gener...Wayne Boyer2010-03-032-126/+385
| * [SCSI] scsi_dh_emc: fix mode select request setupHannes Reinecke2010-03-031-2/+4
* | pcmcia: add important if statementDan Carpenter2010-03-151-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-03-131-1/+1
|\ \
| * | qlogicpti: Remove slash in QlogicPTI irq nameMeelis Roos2010-03-081-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-1210-13/+13
|\ \
| * \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-0810-13/+13
| |\ \ | | |/ | |/|
| | * tree-wide: Assorted spelling fixesDaniel Mack2010-02-099-10/+10
| | * tree-wide: fix typos "ammount" -> "amount"Uwe Kleine-König2010-02-051-1/+1
| | * Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder2010-02-051-2/+2
* | | drivers/scsi/ses.c: eliminate double freeJulia Lawall2010-03-121-2/+2
* | | platform-drivers: move probe to .devinit.text in drivers/scsiUwe Kleine-König2010-03-072-2/+2
|/ /
* | Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-03-017-14/+11
|\ \
| * | block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-264-10/+7
| * | block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-264-4/+4
* | | scsi.c: add missing kernel-doc notation for new VPD parametersRandy Dunlap2010-03-011-0/+2
* | | mac68k: move mac_esp platform deviceFinn Thain2010-02-271-52/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2010-02-262-0/+8
|\ \ \
| * | | PM: Allow SCSI devices to suspend/resume asynchronouslyRafael J. Wysocki2010-02-262-0/+8
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-02-2696-2868/+9244
|\ \ \ | |/ / |/| |
| * | [SCSI] Fix printing of failed 32-byte commandsMartin K. Petersen2010-02-192-1/+15
| * | [SCSI] Fix printing of variable length commandsMartin K. Petersen2010-02-191-10/+7
| * | [SCSI] libsrp: fix bug in ADDITIONAL CDB LENGTH interpretationBart Van Assche2010-02-191-2/+2
| * | [SCSI] scsi_dh_alua: Add IBM Power Virtual SCSI ALUA device to dev listBrian King2010-02-191-0/+1
| * | [SCSI] scsi_dh_alua: add netapp to dev listMike Christie2010-02-191-0/+1
| * | [SCSI] qla2xxx: Update version number to 8.03.02-k1.Giridhar Malavali2010-02-191-2/+2
| * | [SCSI] qla2xxx: EEH: Restore PCI saved state during pci slot reset.Richard Lary2010-02-191-0/+5
| * | [SCSI] qla2xxx: Add firmware ETS burst support.Andrew Vasquez2010-02-193-1/+17
| * | [SCSI] qla2xxx: Correct loop-resync issues during SNS scans.Andrew Vasquez2010-02-191-1/+6
| * | [SCSI] qla2xxx: Correct use-after-free issue in terminate_rport_io callback.Andrew Vasquez2010-02-193-41/+0
| * | [SCSI] qla2xxx: Correct EH bus-reset handling.Andrew Vasquez2010-02-191-13/+14
| * | [SCSI] qla2xxx: Proper clean-up of BSG requests when request times out.Giridhar Malavali2010-02-192-73/+67
OpenPOWER on IntegriCloud