summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | esp_scsi: debug event and commandHannes Reinecke2014-11-241-0/+15
| * | | | | | | esp_scsi: convert to dev_printkHannes Reinecke2014-11-241-106/+106
| * | | | | | | esp_scsi: make number of tags configurableHannes Reinecke2014-11-242-8/+7
| * | | | | | | esp_scsi: spellcheck 'driver'Hannes Reinecke2014-11-241-1/+1
| * | | | | | | vmw_pscsi: simplify ->change_queue_depthChristoph Hellwig2014-11-241-9/+1
| * | | | | | | mpt3sas: simplify ->change_queue_depthChristoph Hellwig2014-11-241-26/+10
| * | | | | | | mpt2sas: simplify ->change_queue_depthChristoph Hellwig2014-11-241-29/+5
| * | | | | | | scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-2457-334/+122
| * | | | | | | scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig2014-11-248-23/+2
| * | | | | | | scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-2425-204/+55
| * | | | | | | lpfc: remove queue_depth eventsChristoph Hellwig2014-11-241-66/+0
| * | | | | | | megaraid_sas: do not process IOCTLs and SCSI commands during driver removalSumit.Saxena@avagotech.com2014-11-241-4/+15
| * | | | | | | megaraid_sas: dndinaness related bug fixesSumit.Saxena@avagotech.com2014-11-242-14/+16
| * | | | | | | megaraid_sas: corrected return of wait_event from abort frame pathSumit.Saxena@avagotech.com2014-11-241-1/+1
| * | | | | | | megaraid_sas: make HBA operational after LD_MAP_SYNC DCMD in OCR pathSumit.Saxena@avagotech.com2014-11-241-13/+13
| * | | | | | | megaraid_sas: online Firmware upgrade support for Extended VD featureSumit.Saxena@avagotech.com2014-11-244-57/+85
| * | | | | | | megaraid_sas: update MAINTAINERS and copyright information for megaraid driversSumit.Saxena@avagotech.com2014-11-245-40/+47
| * | | | | | | megaraid_sas: driver version upgrade and remove some meta data of driverSumit.Saxena@avagotech.com2014-11-242-26/+2
| * | | | | | | bfa: replace 2 kzalloc/copy_from_user by memdup_userFabian Frederick2014-11-201-24/+6
| * | | | | | | virtio_scsi: support multi hw queue of blk-mqMing Lei2014-11-201-1/+16
| * | | | | | | hpsa: remove spin lock around command allocationStephen M. Cameron2014-11-201-13/+23
| * | | | | | | hpsa: always call pci_set_master after pci_enable_deviceRobert Elliott2014-11-201-3/+5
| * | | | | | | hpsa: Convert SCSI LLD ->queuecommand() for host_lock less operationNicholas Bellinger2014-11-201-9/+7
| * | | | | | | hpsa: do not be so noisy about check conditionsStephen M. Cameron2014-11-201-59/+0
| * | | | | | | hpsa: use atomics for commands_outstandingStephen M. Cameron2014-11-202-37/+16
| * | | | | | | hpsa: get rid of type/attribute/direction bit field where possibleStephen M. Cameron2014-11-202-34/+42
| * | | | | | | hpsa: fix endianness issue with scatter gather elementsStephen M. Cameron2014-11-202-130/+107
| * | | | | | | hpsa: fix allocation sizes for CISS_REPORT_LUNs commandsStephen M. Cameron2014-11-202-8/+8
| * | | | | | | hpsa: remove 'action required' phrasingStephen M. Cameron2014-11-201-4/+4
| * | | | | | | hpsa: correct off-by-one sizing of chained SG blockWebb Scales2014-11-201-2/+2
| * | | | | | | hpsa: fix a couple pci id table mistakesStephen M. Cameron2014-11-201-1/+1
| * | | | | | | hpsa: remove dev_warn prints from RAID-1ADMRobert Elliott2014-11-201-5/+0
| * | | | | | | hpsa: Clean up warnings from sparse.Don Brace2014-11-202-16/+19
| * | | | | | | atari_NCR5380: Fix "transfered" typoFinn Thain2014-11-201-4/+4
| * | | | | | | atari_NCR5380: Remove RESET_RUN_DONE macroFinn Thain2014-11-202-89/+0
| * | | | | | | atari_NCR5380: Move static co-routine variables to host dataFinn Thain2014-11-203-43/+28
| * | | | | | | atari_NCR5380: Move static TagAlloc array to host dataFinn Thain2014-11-202-18/+21
| * | | | | | | atari_NCR5380: Introduce FLAG_TAGGED_QUEUINGFinn Thain2014-11-205-23/+28
| * | | | | | | atari_NCR5380: Merge from NCR5380.cFinn Thain2014-11-201-120/+85
| * | | | | | | sun3_scsi: Adopt atari_NCR5380 core driver and remove sun3_NCR5380.cFinn Thain2014-11-202-2852/+6
| * | | | | | | atari_NCR5380: Merge from sun3_NCR5380.cFinn Thain2014-11-202-16/+193
| * | | | | | | atari_NCR5380: Refactor Falcon lockingFinn Thain2014-11-202-57/+62
| * | | | | | | atari_NCR5380: Refactor Falcon special casesFinn Thain2014-11-203-24/+31
| * | | | | | | ncr5380: Remove ENABLE_IRQ/DISABLE_IRQ macrosFinn Thain2014-11-204-32/+0
| * | | | | | | sun3_scsi: Move macro definitionsFinn Thain2014-11-202-38/+32
| * | | | | | | sun3_scsi: Convert to platform deviceFinn Thain2014-11-202-222/+185
| * | | | | | | atari_scsi: Remove headerFinn Thain2014-11-202-49/+26
| * | | | | | | atari_scsi: Convert to platform deviceFinn Thain2014-11-202-231/+210
| * | | | | | | atari_scsi: Fix atari_scsi deadlocks on FalconFinn Thain2014-11-202-84/+24
| * | | | | | | mac_scsi: Convert to platform deviceFinn Thain2014-11-201-119/+126