summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig66-388/+139
2014-11-24scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig9-30/+3
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig29-242/+68
2014-11-24lpfc: remove queue_depth eventsChristoph Hellwig1-66/+0
2014-11-24megaraid_sas: do not process IOCTLs and SCSI commands during driver removalSumit.Saxena@avagotech.com1-4/+15
2014-11-24megaraid_sas: dndinaness related bug fixesSumit.Saxena@avagotech.com2-14/+16
2014-11-24megaraid_sas: corrected return of wait_event from abort frame pathSumit.Saxena@avagotech.com1-1/+1
2014-11-24megaraid_sas: make HBA operational after LD_MAP_SYNC DCMD in OCR pathSumit.Saxena@avagotech.com1-13/+13
2014-11-24megaraid_sas: online Firmware upgrade support for Extended VD featureSumit.Saxena@avagotech.com4-57/+85
2014-11-24megaraid_sas: update MAINTAINERS and copyright information for megaraid driversSumit.Saxena@avagotech.com5-40/+47
2014-11-24megaraid_sas: driver version upgrade and remove some meta data of driverSumit.Saxena@avagotech.com2-26/+2
2014-11-20zfcp: auto port scan resiliencyMartin Peschke6-14/+90
2014-11-20zfcp: bring back unit sysfs attributes for automatic LUN scanSteffen Maier1-3/+49
2014-11-20bfa: replace 2 kzalloc/copy_from_user by memdup_userFabian Frederick1-24/+6
2014-11-20zfcp: remove access control tables interface (port leftovers)Martin Peschke3-12/+2
2014-11-20virtio_scsi: support multi hw queue of blk-mqMing Lei1-1/+16
2014-11-20hpsa: remove spin lock around command allocationStephen M. Cameron1-13/+23
2014-11-20hpsa: always call pci_set_master after pci_enable_deviceRobert Elliott1-3/+5
2014-11-20hpsa: Convert SCSI LLD ->queuecommand() for host_lock less operationNicholas Bellinger1-9/+7
2014-11-20hpsa: do not be so noisy about check conditionsStephen M. Cameron1-59/+0
2014-11-20hpsa: use atomics for commands_outstandingStephen M. Cameron2-37/+16
2014-11-20hpsa: get rid of type/attribute/direction bit field where possibleStephen M. Cameron2-34/+42
2014-11-20hpsa: fix endianness issue with scatter gather elementsStephen M. Cameron2-130/+107
2014-11-20hpsa: fix allocation sizes for CISS_REPORT_LUNs commandsStephen M. Cameron2-8/+8
2014-11-20hpsa: remove 'action required' phrasingStephen M. Cameron1-4/+4
2014-11-20hpsa: correct off-by-one sizing of chained SG blockWebb Scales1-2/+2
2014-11-20hpsa: fix a couple pci id table mistakesStephen M. Cameron1-1/+1
2014-11-20hpsa: remove dev_warn prints from RAID-1ADMRobert Elliott1-5/+0
2014-11-20hpsa: Clean up warnings from sparse.Don Brace2-16/+19
2014-11-20atari_NCR5380: Fix "transfered" typoFinn Thain1-4/+4
2014-11-20atari_NCR5380: Remove RESET_RUN_DONE macroFinn Thain2-89/+0
2014-11-20atari_NCR5380: Move static co-routine variables to host dataFinn Thain3-43/+28
2014-11-20atari_NCR5380: Move static TagAlloc array to host dataFinn Thain2-18/+21
2014-11-20atari_NCR5380: Introduce FLAG_TAGGED_QUEUINGFinn Thain5-23/+28
2014-11-20atari_NCR5380: Merge from NCR5380.cFinn Thain1-120/+85
2014-11-20sun3_scsi: Adopt atari_NCR5380 core driver and remove sun3_NCR5380.cFinn Thain2-2852/+6
2014-11-20atari_NCR5380: Merge from sun3_NCR5380.cFinn Thain2-16/+193
2014-11-20atari_NCR5380: Refactor Falcon lockingFinn Thain2-57/+62
2014-11-20atari_NCR5380: Refactor Falcon special casesFinn Thain3-24/+31
2014-11-20ncr5380: Remove ENABLE_IRQ/DISABLE_IRQ macrosFinn Thain4-32/+0
2014-11-20sun3_scsi: Move macro definitionsFinn Thain2-38/+32
2014-11-20sun3_scsi: Convert to platform deviceFinn Thain2-222/+185
2014-11-20atari_scsi: Remove headerFinn Thain2-49/+26
2014-11-20atari_scsi: Convert to platform deviceFinn Thain2-231/+210
2014-11-20atari_scsi: Fix atari_scsi deadlocks on FalconFinn Thain2-84/+24
2014-11-20mac_scsi: Convert to platform deviceFinn Thain1-119/+126
2014-11-20mac_scsi: Cleanup PDMA codeFinn Thain1-65/+67
2014-11-20mac_scsi: Add module option to KconfigFinn Thain2-76/+38
2014-11-20mac_scsi: Remove headerFinn Thain2-43/+20
2014-11-20dmx3191d: Use NO_IRQFinn Thain1-17/+8