Age | Commit message (Expand) | Author | Files | Lines |
2014-11-24 | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 1 | -20/+1 |
2014-11-24 | scsi: don't allow setting of queue_depth bigger than can_queue | Christoph Hellwig | 1 | -2/+0 |
2014-11-12 | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 1 | -1/+1 |
2014-08-09 | scsi: use pci_zalloc_consistent | Joe Perches | 1 | -9/+7 |
2013-11-29 | [SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers | Martin K. Petersen | 1 | -0/+1 |
2013-10-14 | SCSI: remove unnecessary pci_set_drvdata() | Jingoo Han | 1 | -6/+0 |
2013-08-20 | scsi/megaraid fixed several typos in comments | Matthias Schid | 1 | -5/+5 |
2013-01-04 | Drivers: scsi: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -3/+3 |
2012-07-20 | [SCSI] megaraid: remove a spurious IRQ enable | Dan Carpenter | 1 | -1/+1 |
2011-11-01 | scsi: Fix up files implicitly depending on module.h inclusion | Paul Gortmaker | 1 | -0/+1 |
2011-09-27 | doc: fix broken references | Paul Bolle | 1 | -1/+1 |
2011-05-01 | [SCSI] remove cmd->serial_number litter | Christoph Hellwig | 1 | -22/+15 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -3/+3 |
2010-11-17 | SCSI host lock push-down | Jeff Garzik | 1 | -3/+4 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-12-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2009-12-04 | [SCSI] modify change_queue_depth to take in reason why it is being called | Mike Christie | 1 | -1/+6 |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -1/+1 |
2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 1 | -2/+2 |
2009-04-07 | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 1 | -1/+1 |
2008-07-27 | [SCSI] replace __FUNCTION__ with __func__ | Harvey Harrison | 1 | -8/+8 |
2008-04-30 | [SCSI] megaraid_mbox: fix Dell CERC firmware problem | Hannes Reinecke | 1 | -0/+17 |
2008-04-20 | SCSI: convert struct class_device to struct device | Tony Jones | 1 | -6/+7 |
2008-02-03 | drivers/scsi/: Spelling fixes | Joe Perches | 1 | -5/+5 |
2008-01-30 | [SCSI] remove use_sg_chaining | James Bottomley | 1 | -1/+0 |
2008-01-23 | [SCSI] megaraid: fix section mismatch | Randy Dunlap | 1 | -3/+3 |
2007-10-22 | [SG] Update drivers to use sg helpers | Jens Axboe | 1 | -8/+4 |
2007-10-20 | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 1 | -1/+1 |
2007-10-16 | [SCSI] add use_sg_chaining option to scsi_host_template | FUJITA Tomonori | 1 | -0/+1 |
2007-07-19 | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 1 | -10/+4 |
2007-07-15 | [SCSI] megaraid_mbox: use mutex instead of semaphore | Matthias Kaehlcke | 1 | -3/+3 |
2007-06-01 | [SCSI] megaraid: convert to use the data buffer accessors | FUJITA Tomonori | 1 | -121/+44 |
2007-01-13 | [SCSI] megaraid: fix kernel-doc | Randy Dunlap | 1 | -145/+140 |
2007-01-13 | [SCSI] megaraid_{mm,mbox}: init fix for kdump | Sumant Patro | 1 | -28/+112 |
2006-10-16 | [PATCH] scsi: megaraid_{mm,mbox}: 64-bit DMA capability fix | Andrey Mirkin | 1 | -1/+1 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -2/+2 |
2006-08-28 | Merge ../linux-2.6 | James Bottomley | 1 | -6/+36 |
2006-07-28 | [SCSI] megaraid: Add support for change_queue_depth | brking@charter.net | 1 | -0/+16 |
2006-07-28 | [SCSI] megaraid_{mm,mbox}: a fix on INQUIRY with EVPD | Ju, Seokmann | 1 | -0/+8 |
2006-07-28 | [SCSI] megaraid_{mm,mbox}: 64-bit DMA capability checker | Ju, Seokmann | 1 | -6/+28 |
2006-07-03 | [PATCH] irq-flags: scsi: Use the new IRQF_ constants | Thomas Gleixner | 1 | -1/+1 |
2006-06-25 | [PATCH] megaraid_mbox: fix section mismatch warnings | Randy Dunlap | 1 | -1/+1 |
2006-04-27 | [SCSI] megaraid_{mm,mbox}: fix a bug in reset handler | Ju, Seokmann | 1 | -18/+41 |
2006-03-24 | [PATCH] s/;;/;/g | Alexey Dobriyan | 1 | -1/+1 |
2006-01-15 | [PATCH] Unlinline a bunch of other functions | Arjan van de Ven | 1 | -5/+5 |
2005-12-14 | [SCSI] megaraid_{mbox,mm} : remove PCI Id overlaping between megaraid_legacy ... | Ju, Seokmann | 1 | -73/+9 |
2005-11-08 | Merge by hand (conflicts between pending drivers and kfree cleanups) | James Bottomley | 1 | -64/+17 |
2005-11-07 | [PATCH] kfree cleanup: drivers/scsi | Jesper Juhl | 1 | -3/+2 |
2005-11-06 | [SCSI] megaraid_mbox: remove scsi_assign_lock usage | Christoph Hellwig | 1 | -64/+17 |
2005-10-29 | [PATCH] PCI: Convert megaraid to use pci_driver shutdown method | Russell King | 1 | -6/+4 |