| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: use 64-bit LUNs | Hannes Reinecke | 2014-07-17 | 1 | -1/+1 |
* | [SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers | Martin K. Petersen | 2013-11-29 | 1 | -0/+1 |
* | aacraid: missing capable() check in compat ioctl | Dan Carpenter | 2013-10-30 | 1 | -0/+2 |
* | Drivers: scsi: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -11/+4 |
* | sections: fix section conflicts in drivers/scsi | Andi Kleen | 2012-10-06 | 1 | -1/+1 |
* | [SCSI] aacraid: Series 7 Async. (performance) mode support | Mahesh Rajashekhara | 2012-07-20 | 1 | -1/+1 |
* | [SCSI] aacraid: Better handling of in-flight events on thread stop | Ben Collins | 2012-07-20 | 1 | -1/+11 |
* | [SCSI] aacraid: Use resource_size_t for IO mem pointers and offsets | Ben Collins | 2012-07-20 | 1 | -1/+1 |
* | [SCSI] aacraid: Added Sync.mode to support series 7/8/9 controllers | Mahesh Rajashekhara | 2012-02-19 | 1 | -3/+25 |
* | [SCSI] aacraid: controller hangs if kernel uses non-default ASPM policy | Vasily Averin | 2011-11-11 | 1 | -0/+4 |
* | [SCSI] aacraid: use lower snprintf() limit | Dan Carpenter | 2011-10-20 | 1 | -3/+4 |
* | aacraid: Drop __TIME__ usage | Michal Marek | 2011-04-19 | 1 | -2/+1 |
* | [SCSI] aacraid: Add new code for PMC-Sierra's SRC based controller family | Mahesh Rajashekhara | 2011-03-23 | 1 | -5/+10 |
* | SCSI host lock push-down | Jeff Garzik | 2010-11-16 | 1 | -1/+3 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 1 | -1/+1 |
|\ |
|
| * | drivers/scsi: Remove unnecessary casts of private_data | Joe Perches | 2010-09-23 | 1 | -1/+1 |
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 1 | -0/+1 |
|\ \ |
|
| * | | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
| |/ |
|
* | | scsi: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 2010-09-15 | 1 | -7/+8 |
|/ |
|
* | [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 |
* | scsi: Push down BKL into ioctl functions | Arnd Bergmann | 2010-05-17 | 1 | -3/+8 |
* | [SCSI] modify change_queue_depth to take in reason why it is being called | Mike Christie | 2009-12-04 | 1 | -1/+5 |
* | dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31) | Yang Hongyang | 2009-04-07 | 1 | -2/+2 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -3/+3 |
* | [SCSI] aacraid driver update | Leubner, Achim | 2009-04-03 | 1 | -1/+7 |
* | [SCSI] Clean up my email address and use a single standard address for everyt... | Alan Cox | 2008-12-29 | 1 | -1/+1 |
* | [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 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2008-07-15 | 1 | -1/+1 |
|\ |
|
| * | [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 | 1 | -0/+6 |
* | [SCSI] aacraid: Fix jbod operations scan issues | Mark Salyzyn | 2008-05-02 | 1 | -7/+9 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2008-04-21 | 1 | -40/+53 |
|\ |
|
| * | SCSI: convert struct class_device to struct device | Tony Jones | 2008-04-19 | 1 | -40/+53 |
* | | drivers: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 2008-04-18 | 1 | -1/+0 |
|/ |
|
* | [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 | 1 | -1/+1 |
* | [SCSI] aacraid: add optional MSI support | Salyzyn, Mark | 2008-02-11 | 1 | -15/+17 |
* | [SCSI] aacraid: pci_set_dma_max_seg_size opened up for late model controllers | Salyzyn, Mark | 2008-02-07 | 1 | -15/+13 |
* | iommu sg merging: aacraid: use pci_set_dma_max_seg_size | FUJITA Tomonori | 2008-02-05 | 1 | -3/+6 |
* | [SCSI] remove use_sg_chaining | James Bottomley | 2008-01-30 | 1 | -1/+0 |
* | [SCSI] aacraid: add Voodoo Lite class of cards. | Salyzyn, Mark | 2008-01-23 | 1 | -4/+11 |
* | [SCSI] aacraid: add new driver features flags | Salyzyn, Mark | 2008-01-23 | 1 | -0/+25 |
* | [SCSI] aacraid: remove pigs in space | Salyzyn, Mark | 2008-01-23 | 1 | -44/+44 |
* | [SCSI] aacraid: fix security weakness | Alan Cox | 2008-01-23 | 1 | -0/+2 |
* | [SCSI] aacraid: improve queue balancing | Salyzyn, Mark | 2008-01-23 | 1 | -10/+13 |
* | [SCSI] aacraid: OS panic after Adapter panic (hardening). | Salyzyn, Mark | 2008-01-23 | 1 | -1/+18 |
* | [SCSI] aacraid: fix big endian issues | Salyzyn, Mark | 2008-01-23 | 1 | -5/+5 |
* | [SCSI] aacraid: add sysfs report of RAID level | Salyzyn, Mark | 2008-01-23 | 1 | -0/+25 |