aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/arcmsr (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones2-69/+98
2008-03-14[SCSI] arcmsr: fix iounmap error for Type B adapternickcheng1-7/+7
2008-03-03[SCSI] arcmsr: update version and changelogNick Cheng1-1/+1
2008-02-22[SCSI] arcmsr: fix message allocationDaniel Drake1-15/+11
2008-02-07[SCSI] arcmsr: updates (1.20.00.15)Nick Cheng2-27/+64
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley1-1/+0
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori1-3/+3
2007-10-29deal with resource allocation bugs in arcmsrAl Viro2-12/+30
2007-10-29fix reentrancy bug in arcmsr_get_iop_{r,w}qbuffer()Al Viro1-2/+2
2007-10-29arcmsr: endianness bugAl Viro1-1/+1
2007-10-29trivial annotations in arcmsrAl Viro3-105/+103
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-2/+2
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori1-0/+1
2007-10-12[SCSI] arcmsr: build fixAndrew Morton1-0/+4
2007-10-12[SCSI] arcmsr: irq handler fixes, cleanups, micro-optsJeff Garzik1-1/+1
2007-10-12[SCSI] arcmsr: Fix hardware wait loopsJeff Garzik1-0/+2
2007-10-12[SCSI] arcmsr: fix compile problemsJames Bottomley2-7/+13
2007-10-12[SCSI] arcmsr: 1.20.00.15: add SATA RAID plus other fixesNick Cheng3-978/+1527
2007-07-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-107/+456
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-6/+9
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-3/+0
2007-06-17[SCSI] areca: improve driver stability and compatibilitynickcheng(鄭守謙2-35/+425
2007-05-27[SCSI] arcmsr: convert to use the data buffer accessorsFUJITA Tomonori1-72/+31
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+1
2006-08-02[SCSI] arcmsr: fix up sysfs valuesJames Bottomley1-10/+10