summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | block: add blk_rq_set_block_pc()Jens Axboe2014-06-0610-13/+13
* | | | | | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-06-09105-2662/+4562
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'scsi-queue/drivers-for-3.16' into for-linusJames Bottomley2014-06-09101-2482/+4443
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | mvsas: Recognise device/subsystem 9485/9485 as 88SE9485Ben Hutchings2014-06-021-0/+9
| | * | | | | Revert "be2iscsi: Fix processing cqe for cxn whose endpoint is freed"Christoph Hellwig2014-06-021-11/+0
| | * | | | | acornscsi: remove linked command supportPaul Bolle2014-05-281-53/+0
| | * | | | | scsi/NCR5380: dprintk macroFinn Thain2014-05-282-8/+4
| | * | | | | mpt2sas: Add free smids to the head, not tail of listMatthew Wilcox2014-05-281-4/+4
| | * | | | | mpt2sas: Remove use of DEF_SCSI_QCMDMatthew Wilcox2014-05-281-6/+3
| | * | | | | mpt2sas: Remove uses of serial_numberMatthew Wilcox2014-05-283-11/+8
| | * | | | | mpt3sas: Remove use of DEF_SCSI_QCMDMatthew Wilcox2014-05-281-6/+3
| | * | | | | mpt3sas: Remove uses of serial_numberMatthew Wilcox2014-05-283-11/+8
| | * | | | | qla2xxx: Use kmemdup instead of kmalloc + memcpyBenoit Taine2014-05-281-2/+1
| | * | | | | qla4xxx: Use kmemdup instead of kmalloc + memcpyBenoit Taine2014-05-281-4/+3
| | * | | | | qla2xxx: fix incorrect debug printkDan Carpenter2014-05-281-1/+2
| | * | | | | be2iscsi: Bump the driver versionJayamohan Kallickal2014-05-281-1/+1
| | * | | | | be2iscsi: Fix processing cqe for cxn whose endpoint is freedJayamohan Kallickal2014-05-281-0/+11
| | * | | | | be2iscsi: Fix destroy MCC-CQ before MCC-EQ is destroyedJayamohan Kallickal2014-05-281-5/+6
| | * | | | | be2iscsi: Fix memory corruption in MBX pathJayamohan Kallickal2014-05-281-1/+1
| | * | | | | be2iscsi: Fix TCP parameters while connection offloading.Jayamohan Kallickal2014-05-283-6/+40
| | * | | | | be2iscsi: Fix interrupt Coalescing mechanism.Jayamohan Kallickal2014-05-286-5/+118
| | * | | | | be2iscsi: Fix exposing Host in sysfs after adapter initialization is completeJayamohan Kallickal2014-05-281-8/+3
| | * | | | | be2iscsi: Fix retrieving MCCQ_WRB in non-embedded Mbox pathJayamohan Kallickal2014-05-281-7/+7
| | * | | | | scsi: ufs: Improve UFS fatal error handlingSujit Reddy Thumma2014-05-282-90/+149
| | * | | | | scsi: ufs: Fix device and host reset methodsSujit Reddy Thumma2014-05-282-53/+189
| | * | | | | scsi: ufs: Fix hardware race conditions while aborting a commandSujit Reddy Thumma2014-05-281-15/+55
| | * | | | | scsi: ufs: Fix broken task management command implementationSujit Reddy Thumma2014-05-282-55/+122
| | * | | | | scsi: ufs: make undeclared functions staticSujit Reddy Thumma2014-05-282-2/+4
| | * | | | | scsi: ufs: fix endianness sparse warningsSujit Reddy Thumma2014-05-283-68/+42
| | * | | | | hpsa: fix bad comparison of signed with unsigned in hpsa_update_scsi_devicesJoe Handzik2014-05-281-1/+1
| | * | | | | scsi/NCR5380: merge sun3_scsi_vme.c into sun3_scsi.cFinn Thain2014-05-282-634/+172
| | * | | | | scsi/NCR5380: reduce depth of sun3_scsi nested includesFinn Thain2014-05-283-5/+5
| | * | | | | scsi/NCR5380: remove unused macro definitionsFinn Thain2014-05-282-274/+0
| | * | | | | scsi/NCR5380: fix and standardize NDEBUG macrosFinn Thain2014-05-289-54/+19
| | * | | | | scsi/NCR5380: adopt dprintk()Finn Thain2014-05-283-134/+134
| | * | | | | scsi/NCR5380: adopt NCR5380_dprint() and NCR5380_dprint_phase()Finn Thain2014-05-282-22/+22
| | * | | | | scsi/NCR5380: fix dprintk macro usage and definitionFinn Thain2014-05-282-66/+66
| | * | | | | scsi/NCR5380: fix build failures when debugging is enabledFinn Thain2014-05-282-9/+9
| | * | | | | scsi/NCR5380: use NCR5380_dprint() instead of NCR5380_print()Finn Thain2014-05-281-3/+1
| | * | | | | scsi/NCR5380: remove old CVS keywordsFinn Thain2014-05-2810-38/+0
| | * | | | | scsi/NCR5380: remove redundant HOSTS_C macro testsFinn Thain2014-05-285-15/+0
| | * | | | | scsi/NCR5380: remove unused BOARD_NORMAL and BOARD_NCR53C400Finn Thain2014-05-284-12/+0
| | * | | | | scsi_debug: simple short transfer injectionChristoph Hellwig2014-05-191-0/+8
| | * | | | | virtio_scsi: use cmd_sizeChristoph Hellwig2014-05-191-18/+7
| | * | | | | bnx2fc: fix memory leak in bnx2fc_allocate_hash_table()Maurizio Lombardi2014-05-191-12/+19
| | * | | | | bnx2fc: fix memory leak and potential NULL pointer dereference.Maurizio Lombardi2014-05-191-14/+20
| | * | | | | bnx2fc: remove unused variable hash_table_sizeMaurizio Lombardi2014-05-191-3/+0
| | * | | | | hpsa: do not ignore failure of sense controller parameters commandJoe Handzik2014-05-191-3/+5
| | * | | | | hpsa: fix memory leak in hpsa_hba_mode_enabledJoe Handzik2014-05-192-1/+7
| | * | | | | hpsa: add new Smart Array PCI IDs (May 2014)Joe Handzik2014-05-191-0/+12