aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aacraid (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+2
2010-05-25[SCSI] aacraid: Eliminate use after freeJulia Lawall1-2/+2
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-3/+8
2010-05-17scsi: Push down BKL into ioctl functionsArnd Bergmann1-3/+8
2010-05-16[SCSI] aacraid: add an ifdef'd device delete case instead of taking the device offlineRajashekhara, Mahesh2-1/+11
2010-05-16[SCSI] aacraid: prohibit access to array container spaceRajashekhara, Mahesh1-0/+34
2010-05-16[SCSI] aacraid: add support for handling ATA pass-through commands.Rajashekhara, Mahesh1-2/+16
2010-05-16[SCSI] aacraid: expose physical devices for models with newer firmwareRajashekhara, Mahesh1-0/+15
2010-05-16[SCSI] aacraid: respond automatically to volumes added by config toolRajashekhara, Mahesh2-1/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-2/+0
2010-01-17[SCSI] aacraid: fix File System going into read-only modePenchala Narasimha Reddy Chilakala, ERS-HCLTech6-45/+154
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-4/+4
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie1-1/+5
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2-4/+4
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31)Yang Hongyang2-4/+4
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang3-8/+8
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-04-03[SCSI] aacraid driver updateLeubner, Achim4-12/+59
2008-12-29[SCSI] Clean up my email address and use a single standard address for everythingAlan Cox9-9/+9
2008-12-29[SCSI] aacraid: check pci_alloc_consistent errorsFUJITA Tomonori1-1/+11
2008-12-03[SCSI] aacraid: disable Dell Percraid quirk on Adaptec 2200S and 2120SHillier, Gernot1-2/+2
2008-12-01[SCSI] aacraid: switch to block timeoutJames Bottomley1-2/+2
2008-10-09block: unify request timeout handlingJens Axboe1-1/+1
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-1/+34
2008-07-12[SCSI] aacraid: prevent copy_from_user() BUG!Mark Salyzyn1-0/+33
2008-06-20aacraid: cdev lock_kernel() pushdownJonathan Corbet1-0/+3
2008-06-05[SCSI] aacraid: linit.c make aac_show_serial_number staticHarvey Harrison1-1/+1
2008-05-02[SCSI] aacraid: Add Power Management supportMark Salyzyn4-11/+154
2008-05-02[SCSI] aacraid: Fix jbod operations scan issuesMark Salyzyn2-14/+34
2008-05-02[SCSI] aacraid: Fix warning about macro side-effectsMark Salyzyn1-2/+2
2008-05-02[SCSI] aacraid: Fix down_interruptible() to check the return value correctlyMark Salyzyn1-1/+1
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds3-43/+56
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones3-43/+56
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox3-3/+3
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox5-5/+0
2008-04-16[SCSI] aacraid: Do not describe check_reset parameter with its valuePaul Bolle1-1/+1
2008-04-16[SCSI] aacraid: Fix down_interruptible() to check the return valueMark Salyzyn1-3/+5
2008-04-07[SCSI] aacraid, ips: leX_add_cpu conversionMarcin Slusarz1-1/+1
2008-04-07[SCSI] aacraid: use sg buffer copy helper functionsFUJITA Tomonori1-32/+17
2008-04-07[SCSI] aacraid: READ_CAPACITY_16 shouldn't trust allocation length in cdbFUJITA Tomonori1-11/+11
2008-02-11[SCSI] aacraid: informational sysfs value correctionsSalyzyn, Mark1-6/+7
2008-02-11[SCSI] aacraid: ignore adapter reset check polaritySalyzyn, Mark3-8/+10
2008-02-11[SCSI] aacraid: add optional MSI supportSalyzyn, Mark5-33/+67
2008-02-07[SCSI] aacraid: do not set valid bit in sense informationSalyzyn, Mark1-51/+30
2008-02-07[SCSI] aacraid: pci_set_dma_max_seg_size opened up for late model controllersSalyzyn, Mark1-15/+13
2008-02-07[SCSI] aacraid: fib context lock for management ioctls (take 2)Salyzyn, Mark1-12/+14
2008-02-05iommu sg merging: aacraid: use pci_set_dma_max_seg_sizeFUJITA Tomonori1-3/+6
2008-01-30[SCSI] Revert "[SCSI] aacraid: fib context lock for management ioctls"James Bottomley1-17/+12
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley1-1/+0