aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/arcmsr
Commit message (Expand)AuthorAgeFilesLines
* [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
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-192-69/+98
* [SCSI] arcmsr: fix iounmap error for Type B adapternickcheng2008-03-141-7/+7
* [SCSI] arcmsr: update version and changelogNick Cheng2008-03-031-1/+1
* [SCSI] arcmsr: fix message allocationDaniel Drake2008-02-221-15/+11
* [SCSI] arcmsr: updates (1.20.00.15)Nick Cheng2008-02-072-27/+64
* [SCSI] remove use_sg_chainingJames Bottomley2008-01-301-1/+0
* [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori2008-01-231-3/+3
* deal with resource allocation bugs in arcmsrAl Viro2007-10-292-12/+30
* fix reentrancy bug in arcmsr_get_iop_{r,w}qbuffer()Al Viro2007-10-291-2/+2
* arcmsr: endianness bugAl Viro2007-10-291-1/+1
* trivial annotations in arcmsrAl Viro2007-10-293-105/+103
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-2/+2
* [SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori2007-10-161-0/+1
* [SCSI] arcmsr: build fixAndrew Morton2007-10-121-0/+4
* [SCSI] arcmsr: irq handler fixes, cleanups, micro-optsJeff Garzik2007-10-121-1/+1
* [SCSI] arcmsr: Fix hardware wait loopsJeff Garzik2007-10-121-0/+2
* [SCSI] arcmsr: fix compile problemsJames Bottomley2007-10-122-7/+13
* [SCSI] arcmsr: 1.20.00.15: add SATA RAID plus other fixesNick Cheng2007-10-123-978/+1527
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-152-107/+456
|\
| * [SCSI] areca: improve driver stability and compatibilitynickcheng(鄭守謙2007-06-172-35/+425
| * [SCSI] arcmsr: convert to use the data buffer accessorsFUJITA Tomonori2007-05-271-72/+31
* | sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-111-6/+9
* | sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-3/+0
|/
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-021-1/+0
* [PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner2007-02-141-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+1
* [SCSI] arcmsr: fix up sysfs valuesJames Bottomley2006-08-021-10/+10
* [SCSI] areca sysfs fixAndrew Morton2006-08-021-16/+5
* [SCSI] arcmsr: initial driver, version 1.20.00.13Erich Chen2006-07-284-0/+2366