| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: core: Do not use DRIVER_INVALID | Hannes Reinecke | 2021-05-31 | 1 | -1/+1 |
* | scsi: Remove unneeded break statements | Tom Rix | 2020-10-26 | 1 | -1/+0 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285 | Thomas Gleixner | 2019-06-05 | 1 | -9/+1 |
* | scsi: hptiop: fix calls to dma_set_mask() | Hannes Reinecke | 2019-02-25 | 1 | -3/+7 |
* | scsi: flip the default on use_clustering | Christoph Hellwig | 2018-12-18 | 1 | -1/+0 |
* | scsi: hptiop: use dma_set_mask | Christoph Hellwig | 2018-11-15 | 1 | -5/+5 |
* | scsi: hptiop: Simplify reset handling | Hannes Reinecke | 2017-08-25 | 1 | -7/+4 |
* | scsi: hptiop: make function hptiop_iop_request_callback_itl static | Colin Ian King | 2017-06-26 | 1 | -1/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | hptiop: Support HighPoint RR36xx HBAs and Support SAS tape and SAS media changer | linux | 2015-08-12 | 1 | -35/+62 |
* | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 2014-11-24 | 1 | -6/+2 |
* | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 2014-11-12 | 1 | -1/+1 |
* | scsi: use 64-bit LUNs | Hannes Reinecke | 2014-07-17 | 1 | -1/+1 |
* | Drivers: scsi: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -2/+1 |
* | [SCSI] hptiop: Support HighPoint RR4520/RR4522 HBA | HighPoint Linux Team | 2012-11-27 | 1 | -19/+394 |
* | [SCSI] hptiop: fix RR312x in hosts with >12GB | HighPoint Linux Team | 2012-07-20 | 1 | -3/+7 |
* | SCSI host lock push-down | Jeff Garzik | 2010-11-16 | 1 | -1/+3 |
* | [SCSI] hptiop: Eliminate a NULL pointer dereference | Julia Lawall | 2010-07-27 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 | 1 | -1/+1 |
|\ |
|
| * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
* | | [SCSI] modify change_queue_depth to take in reason why it is being called | Mike Christie | 2009-12-04 | 1 | -1/+4 |
|/ |
|
* | [SCSI] hptiop: Add RR44xx adapter support | HighPoint Linux Team | 2009-10-02 | 1 | -11/+26 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -1/+1 |
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 2009-04-07 | 1 | -1/+1 |
* | [SCSI] Remove SUGGEST flags | Martin K. Petersen | 2009-03-12 | 1 | -2/+1 |
* | [SCSI] hptiop: Add new PCI device ID | HighPoint Linux Team | 2009-02-21 | 1 | -0/+1 |
* | remove unnecessary <linux/hdreg.h> includes | Bartlomiej Zolnierkiewicz | 2008-08-05 | 1 | -1/+0 |
* | [SCSI] hptiop: add more PCI device IDs | HighPoint Linux Team | 2008-07-30 | 1 | -0/+7 |
* | scsi: fix integer as NULL pointer warning | Harvey Harrison | 2008-05-23 | 1 | -6/+6 |
* | [SCSI] Let scsi_cmnd->cmnd use request->cmd buffer | Boaz Harrosh | 2008-05-02 | 1 | -3/+3 |
* | SCSI: convert struct class_device to struct device | Tony Jones | 2008-04-19 | 1 | -6/+8 |
* | [SCSI] hptiop: fix header.context usage | James Bottomley | 2008-04-07 | 1 | -2/+4 |
* | [SCSI] Remove random noop unchecked_isa_dma users | Andi Kleen | 2008-04-07 | 1 | -1/+0 |
* | [SCSI] remove use_sg_chaining | James Bottomley | 2008-01-30 | 1 | -1/+0 |
* | [SCSI] hptiop: fix sense_buffer access bug | FUJITA Tomonori | 2008-01-30 | 1 | -1/+1 |
* | [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE | FUJITA Tomonori | 2008-01-23 | 1 | -1/+1 |
* | [SCSI] hptiop: add more adapter models and other fixes | HighPoint Linux Team | 2008-01-11 | 1 | -129/+464 |
* | [SCSI] hptiop: avoid buffer overflow when returning sense data | HighPoint Linux Team | 2007-10-17 | 1 | -2/+3 |
* | [SCSI] add use_sg_chaining option to scsi_host_template | FUJITA Tomonori | 2007-10-16 | 1 | -0/+1 |
* | [SCSI] hptiop: adding new firmware interface and more PCI device IDs | HighPoint Linux Team | 2007-10-12 | 1 | -15/+48 |
* | [SCSI] hptiop: convert to use the data buffer accessors | FUJITA Tomonori | 2007-06-17 | 1 | -53/+23 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+1 |
* | Merge ../linux-2.6 | James Bottomley | 2006-08-27 | 1 | -559/+9 |
|\ |
|
| * | [SCSI] hptiop: backout ioctl mess | Christoph Hellwig | 2006-08-06 | 1 | -558/+8 |
| * | [SCSI] hptiop: wrong register used in hptiop_reset_hba() | HighPoint Linux Team | 2006-07-28 | 1 | -1/+1 |
* | | [SCSI] remove unnecessary includes of linux/config.h from drivers/scsi/ | Dave Jones | 2006-08-19 | 1 | -1/+0 |
|/ |
|
* | [PATCH] irq-flags: scsi: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
* | [SCSI] hptiop: don't use cmnd->bufflen | James Bottomley | 2006-06-19 | 1 | -1/+1 |
* | [SCSI] hptiop: HighPoint RocketRAID 3xxx controller driver | HighPoint Linux Team | 2006-06-19 | 1 | -11/+3 |