summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2014-05-28mpt2sas: Add free smids to the head, not tail of listMatthew Wilcox1-4/+4
2014-05-28mpt2sas: Remove use of DEF_SCSI_QCMDMatthew Wilcox1-6/+3
2014-05-28mpt2sas: Remove uses of serial_numberMatthew Wilcox3-11/+8
2014-05-28mpt3sas: Remove use of DEF_SCSI_QCMDMatthew Wilcox1-6/+3
2014-05-28mpt3sas: Remove uses of serial_numberMatthew Wilcox3-11/+8
2014-05-28qla2xxx: Use kmemdup instead of kmalloc + memcpyBenoit Taine1-2/+1
2014-05-28qla4xxx: Use kmemdup instead of kmalloc + memcpyBenoit Taine1-4/+3
2014-05-28qla2xxx: fix incorrect debug printkDan Carpenter1-1/+2
2014-05-28be2iscsi: Bump the driver versionJayamohan Kallickal1-1/+1
2014-05-28be2iscsi: Fix processing cqe for cxn whose endpoint is freedJayamohan Kallickal1-0/+11
2014-05-28be2iscsi: Fix destroy MCC-CQ before MCC-EQ is destroyedJayamohan Kallickal1-5/+6
2014-05-28be2iscsi: Fix memory corruption in MBX pathJayamohan Kallickal1-1/+1
2014-05-28be2iscsi: Fix TCP parameters while connection offloading.Jayamohan Kallickal3-6/+40
2014-05-28be2iscsi: Fix interrupt Coalescing mechanism.Jayamohan Kallickal6-5/+118
2014-05-28be2iscsi: Fix exposing Host in sysfs after adapter initialization is completeJayamohan Kallickal1-8/+3
2014-05-28be2iscsi: Fix retrieving MCCQ_WRB in non-embedded Mbox pathJayamohan Kallickal1-7/+7
2014-05-28scsi: ufs: Improve UFS fatal error handlingSujit Reddy Thumma2-90/+149
2014-05-28scsi: ufs: Fix device and host reset methodsSujit Reddy Thumma2-53/+189
2014-05-28scsi: ufs: Fix hardware race conditions while aborting a commandSujit Reddy Thumma1-15/+55
2014-05-28scsi: ufs: Fix broken task management command implementationSujit Reddy Thumma2-55/+122
2014-05-28scsi: ufs: make undeclared functions staticSujit Reddy Thumma2-2/+4
2014-05-28scsi: ufs: fix endianness sparse warningsSujit Reddy Thumma3-68/+42
2014-05-28hpsa: fix bad comparison of signed with unsigned in hpsa_update_scsi_devicesJoe Handzik1-1/+1
2014-05-28scsi/NCR5380: merge sun3_scsi_vme.c into sun3_scsi.cFinn Thain2-634/+172
2014-05-28scsi/NCR5380: reduce depth of sun3_scsi nested includesFinn Thain3-5/+5
2014-05-28scsi/NCR5380: remove unused macro definitionsFinn Thain2-274/+0
2014-05-28scsi/NCR5380: fix and standardize NDEBUG macrosFinn Thain9-54/+19
2014-05-28scsi/NCR5380: adopt dprintk()Finn Thain3-134/+134
2014-05-28scsi/NCR5380: adopt NCR5380_dprint() and NCR5380_dprint_phase()Finn Thain2-22/+22
2014-05-28scsi/NCR5380: fix dprintk macro usage and definitionFinn Thain2-66/+66
2014-05-28scsi/NCR5380: fix build failures when debugging is enabledFinn Thain2-9/+9
2014-05-28scsi/NCR5380: use NCR5380_dprint() instead of NCR5380_print()Finn Thain1-3/+1
2014-05-28scsi/NCR5380: remove old CVS keywordsFinn Thain10-38/+0
2014-05-28scsi/NCR5380: remove redundant HOSTS_C macro testsFinn Thain5-15/+0
2014-05-28scsi/NCR5380: remove unused BOARD_NORMAL and BOARD_NCR53C400Finn Thain4-12/+0
2014-05-19scsi_debug: simple short transfer injectionChristoph Hellwig1-0/+8
2014-05-19virtio_scsi: use cmd_sizeChristoph Hellwig1-18/+7
2014-05-19bnx2fc: fix memory leak in bnx2fc_allocate_hash_table()Maurizio Lombardi1-12/+19
2014-05-19bnx2fc: fix memory leak and potential NULL pointer dereference.Maurizio Lombardi1-14/+20
2014-05-19bnx2fc: remove unused variable hash_table_sizeMaurizio Lombardi1-3/+0
2014-05-19hpsa: do not ignore failure of sense controller parameters commandJoe Handzik1-3/+5
2014-05-19hpsa: fix memory leak in hpsa_hba_mode_enabledJoe Handzik2-1/+7
2014-05-19hpsa: add new Smart Array PCI IDs (May 2014)Joe Handzik1-0/+12
2014-05-19hpsa: Checking for a NULL return from a kzalloc callJoe Handzik1-0/+2
2014-05-19pm80xx : Fix missing NULL pointer checks and memory leaksSuresh Thiagarajan1-0/+3
2014-05-19virtio_scsi: remove ACCESS_ONCE() and smp_read_barrier_depends()Ming Lei1-47/+6
2014-05-19lpfc: Add iotag memory barrierJames Smart1-0/+21
2014-05-19m68k/atari - atari_scsi: change abort/reset return codesMichael Schmitz5-53/+42
2014-05-19aic79xx: fix misuse of static variablesMathias Krause1-13/+5
2014-05-19esas2r: Fix commentMarek Vasut1-1/+1