summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ncr5380: Eliminate USLEEP_WAITLONG delayFinn Thain2016-01-062-15/+5
* ncr5380: Keep BSY asserted when entering SELECTION phaseFinn Thain2016-01-062-4/+11
* ncr5380: Proceed with next command after NCR5380_select() calls scsi_doneFinn Thain2016-01-062-6/+10
* ncr5380: Always escalate bad target time-out in NCR5380_select()Finn Thain2016-01-063-32/+0
* ncr5380: Use return instead of goto in NCR5380_select()Finn Thain2016-01-062-25/+11
* ncr5380: Remove redundant register writesFinn Thain2016-01-062-5/+0
* ncr5380: Remove unused hostdata->aborted flagFinn Thain2016-01-063-5/+0
* ncr5380: Simplify bus reset handlersFinn Thain2016-01-062-27/+23
* atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_...Finn Thain2016-01-067-178/+51
* atari_NCR5380: Reset bus on driver initialization if requiredFinn Thain2016-01-062-12/+134
* ncr5380: Move NCR53C400-specific codeFinn Thain2016-01-063-27/+18
* ncr5380: Split NCR5380_init() into two functionsFinn Thain2016-01-069-14/+35
* ncr5380: Remove NCR5380_instance_name macroFinn Thain2016-01-063-6/+5
* ncr5380: Remove NCR5380_local_declare and NCR5380_setup macrosFinn Thain2016-01-0613-161/+77
* ncr5380: Remove more pointless macrosFinn Thain2016-01-066-48/+14
* ncr5380: Eliminate PDEBUG*, TDEBUG* and DTCDEBUG* macrosFinn Thain2016-01-066-97/+19
* ncr5380: Remove redundant static variable initializersFinn Thain2016-01-066-16/+16
* atari_scsi: Fix SCSI host ID settingFinn Thain2016-01-061-1/+1
* cxlflash: Enable device id for future IBM CXL adapterManoj Kumar2016-01-062-2/+5
* cxlflash: Resolve oops in wait_port_offlineManoj Kumar2016-01-062-3/+26
* cxlflash: Fix to resolve cmd leak after host resetManoj Kumar2016-01-061-2/+17
* cxlflash: Removed driver date printUma Krishnan2016-01-062-3/+1
* cxlflash: Fix to avoid virtual LUN failover failureMatthew R. Ochs2016-01-062-0/+12
* cxlflash: Fix to escalate LINK_RESET also on port 1Manoj Kumar2016-01-061-1/+1
* storvsc: Tighten up the interrupt pathK. Y. Srinivasan2016-01-061-15/+8
* storvsc: Refactor the code in storvsc_channel_init()K. Y. Srinivasan2016-01-061-80/+46
* storvsc: Properly support Fibre Channel devicesK. Y. Srinivasan2016-01-061-47/+134
* storvsc: Fix a bug in the layout of the hv_fc_wwn_packetK. Y. Srinivasan2016-01-061-3/+2
* mvsas: Add SGPIO support to Marvell 94xxWilfried Weissmann2016-01-065-0/+225
* mpt3sas: A correction in unmap_resourcesTomas Henzl2016-01-061-1/+3
* hpsa: Add box and bay information for enclosure devicesDon Brace2016-01-062-7/+113
* hpsa: Change SAS transport devices to bus 0.Don Brace2016-01-061-1/+1
* hpsa: fix path_info_showDon Brace2016-01-061-6/+6
* cciss: print max outstanding commands as a hex valueColin Ian King2016-01-041-1/+1
* scsi_debug: Increase the reported optimal transfer lengthMartin K. Petersen2015-12-211-2/+2
* lpfc: Update version to 11.0.0.10 for upstream patch setJames Smart2015-12-211-1/+1
* lpfc: Use kzalloc instead of kmallocPunit Vara2015-12-211-2/+1
* lpfc: Delete unnecessary checks before the function call "mempool_destroy"Markus Elfring2015-12-211-4/+2
* lpfc: Add logging for misconfigured optics.James Smart2015-12-213-32/+87
* lpfc: Fix external loopback failure.James Smart2015-12-211-2/+13
* lpfc: Fix mbox reuse in PLOGI completionJames Smart2015-12-211-10/+21
* lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.James Smart2015-12-217-136/+150
* lpfc: Make write check error processing more resilientJames Smart2015-12-211-6/+21
* lpfc: Fix RDP ACC being too long.James Smart2015-12-211-0/+10
* lpfc: Fix RDP Speed reporting.James Smart2015-12-211-10/+7
* lpfc: Modularize and cleanup FDMI code in driverJames Smart2015-12-219-745/+1450
* lpfc: Fix crash in fcp command completion path.James Smart2015-12-211-2/+2
* lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16James Smart2015-12-211-3/+6
* lpfc: Fix RegLogin failed error seen on Lancer FC during port bounceJames Smart2015-12-213-9/+16
* lpfc: Fix the FLOGI discovery logic to comply with T11 standardsJames Smart2015-12-214-239/+240