summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* ncr5380: Add missing lock in eh_abort_handlerFinn Thain2016-01-061-1/+8
* ncr5380: Fix NCR5380_transfer_pio() resultFinn Thain2016-01-062-8/+15
* ncr5380: Rework disconnect versus poll logicFinn Thain2016-01-064-161/+15
* ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macroFinn Thain2016-01-0611-31/+56
* ncr5380: Always retry arbitration and selectionFinn Thain2016-01-062-2/+2
* ncr5380: Eliminate selecting stateFinn Thain2016-01-063-96/+29
* ncr5380: Sleep when polling, if possibleFinn Thain2016-01-063-53/+94
* ncr5380: Introduce unbound workqueueFinn Thain2016-01-0613-41/+96
* ncr5380: Cleanup bogus {request,release}_region() callsFinn Thain2016-01-064-12/+0
* 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-061-0/+2
* 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
* 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
OpenPOWER on IntegriCloud