aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/arcmsr (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-7/+2
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-09-25arcmsr: simplify ioctl data read/writeChing Huang3-229/+119
2014-09-16arcmsr: simplify of updating doneq_index and postq_indexChing Huang1-81/+40
2014-09-16arcmsr: call scsi_scan_host at the end of host initializationChing Huang1-5/+9
2014-09-16arcmsr: add support new adapter ARC12x4 seriesChing Huang2-9/+860
2014-09-16arcmsr: modify some character stringsChing Huang1-13/+11
2014-09-16arcmsr: fix sparse warnings and errorsChing Huang1-38/+40
2014-09-16arcmsr: fix ioctl data read/write error for adapter type CChing Huang3-239/+442
2014-09-16arcmsr: revise allocation of second dma_coherent_handle for type BChing Huang2-14/+26
2014-09-16arcmsr: rename functions and variablesChing Huang2-119/+121
2014-09-16arcmsr: clear outbound doorbell buffer completelyChing Huang1-4/+14
2014-09-16arcmsr: modify printing adapter model number and F/W messagesChing Huang1-9/+9
2014-09-16arcmsr: remove calling arcmsr_hbb_enable_driver_modeChing Huang1-12/+6
2014-09-16arcmsr: revise message_isr_bh_fn to remove duplicate codeChing Huang1-106/+54
2014-09-16arcmsr: store adapter type in PCI id tableChing Huang1-40/+41
2014-09-16arcmsr: return status of abort commandChing Huang1-5/+11
2014-09-16arcmsr: limit max. number of SCSI command requestChing Huang2-11/+25
2014-09-16arcmsr: add code to support hibernationChing Huang1-0/+76
2014-09-16arcmsr: add code to support MSI-X and MSI interruptChing Huang2-12/+76
2014-09-16arcmsr: fix command timeout under heavy loadChing Huang2-102/+98
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-4/+4
2014-03-15[SCSI] arcmsr: upper 32 of dma address lostDan Carpenter1-4/+3
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen1-0/+1
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-2/+2
2012-07-20[SCSI] arcmsr: fix misuse of | instead of &Dan Carpenter1-2/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-20scsi: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2011-05-01[SCSI] arcmsr: simplify assumptions in dma_alloc_coherent()Tomas Henzl1-7/+5
2011-05-01[SCSI] arcmsr: simplify some double loops in sleeping functionsTomas Henzl1-74/+52
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+2
2011-02-12[SCSI] remove flush_scheduled_work() usagesTejun Heo1-2/+2
2011-01-24[SCSI] arcmsr: Fix the issue of system hangup after commands timeout on ARC-1200NickCheng3-78/+49
2011-01-03[SCSI] arcmsr: fix write to device checkroel kluin1-2/+1
2010-11-16SCSI host lock push-downJeff Garzik1-3/+4
2010-09-05[SCSI] drivers/scsi: Adjust confusing if indentationJulia Lawall1-2/+2
2010-08-17arcmsr_hba: Missing slab.h includeDavid Miller1-0/+1
2010-08-05scsi: Remove owner field from attribute initialization in ARCMSR driverGuenter Roeck1-3/+0
2010-07-28[SCSI] arcmsr: fix up bin_attr functionsJames Bottomley1-3/+6
2010-07-27[SCSI] SCSI: Support Type C RAID controllerNick Cheng3-573/+1182
2010-07-27[SCSI] arcmsr: Support 1024 scatter-gather list entries and improve AP while FW trapped and behaviors of EHsNick Cheng2-683/+677
2010-05-25[SCSI] arcmsr: Support HW reset for EH and polling scheme for scsi deviceNick Cheng3-191/+525
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-3/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie1-1/+4
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2008-12-29[SCSI] advansys, arcmsr, ipr, nsp32, qla1280, stex: use pci_ioremap_bar()Arjan van de Ven1-5/+3
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar1-3/+0