summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-01-07ncr5380: Rework disconnect versus poll logicFinn Thain4-161/+15
2016-01-07ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macroFinn Thain11-31/+56
2016-01-07ncr5380: Always retry arbitration and selectionFinn Thain2-2/+2
2016-01-07ncr5380: Eliminate selecting stateFinn Thain3-96/+29
2016-01-07ncr5380: Sleep when polling, if possibleFinn Thain3-53/+94
2016-01-07ncr5380: Introduce unbound workqueueFinn Thain13-41/+96
2016-01-07ncr5380: Cleanup bogus {request,release}_region() callsFinn Thain4-12/+0
2016-01-07ncr5380: Eliminate USLEEP_WAITLONG delayFinn Thain2-15/+5
2016-01-07ncr5380: Keep BSY asserted when entering SELECTION phaseFinn Thain2-4/+11
2016-01-07ncr5380: Proceed with next command after NCR5380_select() calls scsi_doneFinn Thain2-6/+10
2016-01-07ncr5380: Always escalate bad target time-out in NCR5380_select()Finn Thain3-32/+0
2016-01-07ncr5380: Use return instead of goto in NCR5380_select()Finn Thain2-25/+11
2016-01-07ncr5380: Remove redundant register writesFinn Thain2-5/+0
2016-01-07ncr5380: Remove unused hostdata->aborted flagFinn Thain3-5/+0
2016-01-07ncr5380: Simplify bus reset handlersFinn Thain2-27/+23
2016-01-07atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_...Finn Thain7-178/+51
2016-01-07atari_NCR5380: Reset bus on driver initialization if requiredFinn Thain2-12/+134
2016-01-07ncr5380: Move NCR53C400-specific codeFinn Thain3-27/+18
2016-01-07ncr5380: Split NCR5380_init() into two functionsFinn Thain9-14/+35
2016-01-07ncr5380: Remove NCR5380_instance_name macroFinn Thain3-6/+5
2016-01-07ncr5380: Remove NCR5380_local_declare and NCR5380_setup macrosFinn Thain13-161/+77
2016-01-07ncr5380: Remove more pointless macrosFinn Thain6-48/+14
2016-01-07ncr5380: Eliminate PDEBUG*, TDEBUG* and DTCDEBUG* macrosFinn Thain6-97/+19
2016-01-07ncr5380: Remove redundant static variable initializersFinn Thain6-16/+16
2016-01-07atari_scsi: Fix SCSI host ID settingFinn Thain1-1/+1
2016-01-07cxlflash: Enable device id for future IBM CXL adapterManoj Kumar2-2/+5
2016-01-07cxlflash: Resolve oops in wait_port_offlineManoj Kumar2-3/+26
2016-01-07cxlflash: Fix to resolve cmd leak after host resetManoj Kumar1-2/+17
2016-01-07cxlflash: Removed driver date printUma Krishnan2-3/+1
2016-01-07cxlflash: Fix to avoid virtual LUN failover failureMatthew R. Ochs1-0/+2
2016-01-07cxlflash: Fix to escalate LINK_RESET also on port 1Manoj Kumar1-1/+1
2016-01-06storvsc: Tighten up the interrupt pathK. Y. Srinivasan1-15/+8
2016-01-06storvsc: Refactor the code in storvsc_channel_init()K. Y. Srinivasan1-80/+46
2016-01-06storvsc: Properly support Fibre Channel devicesK. Y. Srinivasan1-47/+134
2016-01-06storvsc: Fix a bug in the layout of the hv_fc_wwn_packetK. Y. Srinivasan1-3/+2
2016-01-06mvsas: Add SGPIO support to Marvell 94xxWilfried Weissmann5-0/+225
2016-01-06mpt3sas: A correction in unmap_resourcesTomas Henzl1-1/+3
2016-01-06hpsa: Add box and bay information for enclosure devicesDon Brace2-7/+113
2016-01-06hpsa: Change SAS transport devices to bus 0.Don Brace1-1/+1
2016-01-06hpsa: fix path_info_showDon Brace1-6/+6
2016-01-05cciss: print max outstanding commands as a hex valueColin Ian King1-1/+1
2015-12-22scsi_debug: Increase the reported optimal transfer lengthMartin K. Petersen1-2/+2
2015-12-22lpfc: Update version to 11.0.0.10 for upstream patch setJames Smart1-1/+1
2015-12-22lpfc: Use kzalloc instead of kmallocPunit Vara1-2/+1
2015-12-22lpfc: Delete unnecessary checks before the function call "mempool_destroy"Markus Elfring1-4/+2
2015-12-22lpfc: Add logging for misconfigured optics.James Smart3-32/+87
2015-12-22lpfc: Fix external loopback failure.James Smart1-2/+13
2015-12-22lpfc: Fix mbox reuse in PLOGI completionJames Smart1-10/+21
2015-12-22lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.James Smart7-136/+150
2015-12-22lpfc: Make write check error processing more resilientJames Smart1-6/+21