| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers: scsi: use newly introduced hex_to_bin() method | Andy Shevchenko | 2010-08-11 | 1 | -3/+2 |
* | [SCSI] aacraid: Do not set DMA mask to 32 bit first if adapter only supports 31 | Rolf Eike Beer | 2010-07-28 | 1 | -6/+8 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2010-05-27 | 1 | -2/+2 |
|\ |
|
| * | [SCSI] aacraid: Eliminate use after free | Julia Lawall | 2010-05-25 | 1 | -2/+2 |
* | | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Linus Torvalds | 2010-05-24 | 1 | -3/+8 |
|\ \
| |/
|/| |
|
| * | scsi: Push down BKL into ioctl functions | Arnd Bergmann | 2010-05-17 | 1 | -3/+8 |
* | | [SCSI] aacraid: add an ifdef'd device delete case instead of taking the devic... | Rajashekhara, Mahesh | 2010-05-16 | 2 | -1/+11 |
* | | [SCSI] aacraid: prohibit access to array container space | Rajashekhara, Mahesh | 2010-05-16 | 1 | -0/+34 |
* | | [SCSI] aacraid: add support for handling ATA pass-through commands. | Rajashekhara, Mahesh | 2010-05-16 | 1 | -2/+16 |
* | | [SCSI] aacraid: expose physical devices for models with newer firmware | Rajashekhara, Mahesh | 2010-05-16 | 1 | -0/+15 |
* | | [SCSI] aacraid: respond automatically to volumes added by config tool | Rajashekhara, Mahesh | 2010-05-16 | 2 | -1/+11 |
|/ |
|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 2 | -2/+0 |
* | [SCSI] aacraid: fix File System going into read-only mode | Penchala Narasimha Reddy Chilakala, ERS-HCLTech | 2010-01-17 | 6 | -45/+154 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 | 2 | -4/+4 |
|\ |
|
| * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 2 | -4/+4 |
* | | [SCSI] modify change_queue_depth to take in reason why it is being called | Mike Christie | 2009-12-04 | 1 | -1/+5 |
|/ |
|
* | Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) | Yang Hongyang | 2009-04-13 | 1 | -1/+1 |
* | dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31) | Yang Hongyang | 2009-04-07 | 2 | -4/+4 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 3 | -8/+8 |
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 2009-04-07 | 1 | -2/+2 |
* | [SCSI] aacraid driver update | Leubner, Achim | 2009-04-03 | 4 | -12/+59 |
* | [SCSI] Clean up my email address and use a single standard address for everyt... | Alan Cox | 2008-12-29 | 9 | -9/+9 |
* | [SCSI] aacraid: check pci_alloc_consistent errors | FUJITA Tomonori | 2008-12-29 | 1 | -1/+11 |
* | [SCSI] aacraid: disable Dell Percraid quirk on Adaptec 2200S and 2120S | Hillier, Gernot | 2008-12-03 | 1 | -2/+2 |
* | [SCSI] aacraid: switch to block timeout | James Bottomley | 2008-12-01 | 1 | -2/+2 |
* | block: unify request timeout handling | Jens Axboe | 2008-10-09 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2008-07-15 | 2 | -1/+34 |
|\ |
|
| * | [SCSI] aacraid: prevent copy_from_user() BUG! | Mark Salyzyn | 2008-07-12 | 1 | -0/+33 |
| * | [SCSI] aacraid: linit.c make aac_show_serial_number static | Harvey Harrison | 2008-06-05 | 1 | -1/+1 |
* | | aacraid: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-06-20 | 1 | -0/+3 |
|/ |
|
* | [SCSI] aacraid: Add Power Management support | Mark Salyzyn | 2008-05-02 | 4 | -11/+154 |
* | [SCSI] aacraid: Fix jbod operations scan issues | Mark Salyzyn | 2008-05-02 | 2 | -14/+34 |
* | [SCSI] aacraid: Fix warning about macro side-effects | Mark Salyzyn | 2008-05-02 | 1 | -2/+2 |
* | [SCSI] aacraid: Fix down_interruptible() to check the return value correctly | Mark Salyzyn | 2008-05-02 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2008-04-21 | 3 | -43/+56 |
|\ |
|
| * | SCSI: convert struct class_device to struct device | Tony Jones | 2008-04-19 | 3 | -43/+56 |
* | | Convert asm/semaphore.h users to linux/semaphore.h | Matthew Wilcox | 2008-04-18 | 3 | -3/+3 |
* | | drivers: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 2008-04-18 | 5 | -5/+0 |
|/ |
|
* | [SCSI] aacraid: Do not describe check_reset parameter with its value | Paul Bolle | 2008-04-16 | 1 | -1/+1 |
* | [SCSI] aacraid: Fix down_interruptible() to check the return value | Mark Salyzyn | 2008-04-16 | 1 | -3/+5 |
* | [SCSI] aacraid, ips: leX_add_cpu conversion | Marcin Slusarz | 2008-04-07 | 1 | -1/+1 |
* | [SCSI] aacraid: use sg buffer copy helper functions | FUJITA Tomonori | 2008-04-07 | 1 | -32/+17 |
* | [SCSI] aacraid: READ_CAPACITY_16 shouldn't trust allocation length in cdb | FUJITA Tomonori | 2008-04-07 | 1 | -11/+11 |
* | [SCSI] aacraid: informational sysfs value corrections | Salyzyn, Mark | 2008-02-11 | 1 | -6/+7 |
* | [SCSI] aacraid: ignore adapter reset check polarity | Salyzyn, Mark | 2008-02-11 | 3 | -8/+10 |
* | [SCSI] aacraid: add optional MSI support | Salyzyn, Mark | 2008-02-11 | 5 | -33/+67 |
* | [SCSI] aacraid: do not set valid bit in sense information | Salyzyn, Mark | 2008-02-07 | 1 | -51/+30 |
* | [SCSI] aacraid: pci_set_dma_max_seg_size opened up for late model controllers | Salyzyn, Mark | 2008-02-07 | 1 | -15/+13 |
* | [SCSI] aacraid: fib context lock for management ioctls (take 2) | Salyzyn, Mark | 2008-02-07 | 1 | -12/+14 |
* | iommu sg merging: aacraid: use pci_set_dma_max_seg_size | FUJITA Tomonori | 2008-02-05 | 1 | -3/+6 |