summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/arcmsr
Commit message (Expand)AuthorAgeFilesLines
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-7/+2
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-1/+1
* arcmsr: simplify ioctl data read/writeChing Huang2014-09-253-229/+119
* arcmsr: simplify of updating doneq_index and postq_indexChing Huang2014-09-161-81/+40
* arcmsr: call scsi_scan_host at the end of host initializationChing Huang2014-09-161-5/+9
* arcmsr: add support new adapter ARC12x4 seriesChing Huang2014-09-162-9/+860
* arcmsr: modify some character stringsChing Huang2014-09-161-13/+11
* arcmsr: fix sparse warnings and errorsChing Huang2014-09-161-38/+40
* arcmsr: fix ioctl data read/write error for adapter type CChing Huang2014-09-163-239/+442
* arcmsr: revise allocation of second dma_coherent_handle for type BChing Huang2014-09-162-14/+26
* arcmsr: rename functions and variablesChing Huang2014-09-162-119/+121
* arcmsr: clear outbound doorbell buffer completelyChing Huang2014-09-161-4/+14
* arcmsr: modify printing adapter model number and F/W messagesChing Huang2014-09-161-9/+9
* arcmsr: remove calling arcmsr_hbb_enable_driver_modeChing Huang2014-09-161-12/+6
* arcmsr: revise message_isr_bh_fn to remove duplicate codeChing Huang2014-09-161-106/+54
* arcmsr: store adapter type in PCI id tableChing Huang2014-09-161-40/+41
* arcmsr: return status of abort commandChing Huang2014-09-161-5/+11
* arcmsr: limit max. number of SCSI command requestChing Huang2014-09-162-11/+25
* arcmsr: add code to support hibernationChing Huang2014-09-161-0/+76
* arcmsr: add code to support MSI-X and MSI interruptChing Huang2014-09-162-12/+76
* arcmsr: fix command timeout under heavy loadChing Huang2014-09-162-102/+98
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-4/+4
* [SCSI] arcmsr: upper 32 of dma address lostDan Carpenter2014-03-151-4/+3
* [SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen2013-11-291-0/+1
* SCSI: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-141-1/+0
* workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-2/+2
* [SCSI] arcmsr: fix misuse of | instead of &Dan Carpenter2012-07-201-2/+2
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* scsi: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
* [SCSI] arcmsr: simplify assumptions in dma_alloc_coherent()Tomas Henzl2011-05-011-7/+5
* [SCSI] arcmsr: simplify some double loops in sleeping functionsTomas Henzl2011-05-011-74/+52
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-171-2/+2
|\
| * [SCSI] remove flush_scheduled_work() usagesTejun Heo2011-02-121-2/+2
* | [SCSI] arcmsr: Fix the issue of system hangup after commands timeout on ARC-1200NickCheng2011-01-243-78/+49
|/
* [SCSI] arcmsr: fix write to device checkroel kluin2011-01-031-2/+1
* SCSI host lock push-downJeff Garzik2010-11-161-3/+4
* [SCSI] drivers/scsi: Adjust confusing if indentationJulia Lawall2010-09-051-2/+2
* arcmsr_hba: Missing slab.h includeDavid Miller2010-08-171-0/+1
* scsi: Remove owner field from attribute initialization in ARCMSR driverGuenter Roeck2010-08-051-3/+0
* [SCSI] arcmsr: fix up bin_attr functionsJames Bottomley2010-07-281-3/+6
* [SCSI] SCSI: Support Type C RAID controllerNick Cheng2010-07-273-573/+1182
* [SCSI] arcmsr: Support 1024 scatter-gather list entries and improve AP while ...Nick Cheng2010-07-272-683/+677
* [SCSI] arcmsr: Support HW reset for EH and polling scheme for scsi deviceNick Cheng2010-05-253-191/+525
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-3/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie2009-12-041-1/+4
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-1/+1
* [SCSI] advansys, arcmsr, ipr, nsp32, qla1280, stex: use pci_ioremap_bar()Arjan van de Ven2008-12-291-5/+3
* x86: sysfs: kill owner field from attributeParag Warudkar2008-10-201-3/+0
OpenPOWER on IntegriCloud