| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: aic79xx: Remove redundant error variable | Minghao Chi | 2022-01-05 | 1 | -5/+1 |
* | scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions | Bart Van Assche | 2021-10-17 | 1 | -2/+1 |
* | scsi: aic7xxx: Call scsi_done() directly | Bart Van Assche | 2021-10-17 | 1 | -2/+1 |
* | scsi: core: Kill DRIVER_SENSE | Hannes Reinecke | 2021-06-01 | 1 | -12/+7 |
* | scsi: aic7xxx: aic79xx: Drop internal SCSI message definition | Hannes Reinecke | 2021-01-23 | 1 | -2/+2 |
* | scsi: aic7xxx: aic79xx: Remove driver-defined SAM status definitions | Hannes Reinecke | 2021-01-23 | 1 | -8/+8 |
* | scsi: aic7xxx: aic79xx_osm: Remove unused variable 'saved_scsiid' | Lee Jones | 2020-11-11 | 1 | -2/+1 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2020-10-15 | 1 | -4/+3 |
|\ |
|
| * | scsi: aic7xxx: Remove pci-dma-compat wrapper API | Suraj Upadhyay | 2020-08-25 | 1 | -4/+3 |
* | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -1/+1 |
|/ |
|
* | scsi: aic79xx: Restore modes when exiting ahd_linux_queue_abort_cmd() | Hannes Reinecke | 2020-07-25 | 1 | -16/+7 |
* | scsi: aic7xxx: Fix 'amount_xferred' set but not used issue | Lee Jones | 2020-07-15 | 1 | -0/+2 |
* | scsi: aic7xxx: Remove unused variables 'wait' and 'paused' | Lee Jones | 2020-07-15 | 1 | -4/+1 |
* | scsi: aic7xxx: Remove unused variable 'ahd' | Lee Jones | 2020-07-15 | 1 | -3/+0 |
* | scsi: simplify scsi_partsize | Christoph Hellwig | 2020-03-24 | 1 | -10/+3 |
* | scsi: flip the default on use_clustering | Christoph Hellwig | 2018-12-19 | 1 | -1/+0 |
* | scsi: use host wide tags by default | Christoph Hellwig | 2015-11-10 | 1 | -1/+0 |
* | aic7xxx: replace kmalloc/memset by kzalloc | Michael Opdenacker | 2015-04-09 | 1 | -2/+1 |
* | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 2014-11-24 | 1 | -2/+2 |
* | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 2014-11-12 | 1 | -5/+2 |
* | scsi: always assign block layer tags if enabled | Christoph Hellwig | 2014-11-12 | 1 | -5/+6 |
* | scsi: remove abuses of scsi_populate_tag | Christoph Hellwig | 2014-11-12 | 1 | -9/+0 |
* | scsi: use 64-bit LUNs | Hannes Reinecke | 2014-07-17 | 1 | -3/+3 |
* | aic79xx: switch to ->show_info() | Al Viro | 2013-04-09 | 1 | -7/+2 |
* | Documentation: remove references to /etc/modprobe.conf | Lucas De Marchi | 2012-03-31 | 1 | -4/+4 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | SCSI host lock push-down | Jeff Garzik | 2010-11-16 | 1 | -1/+3 |
* | [SCSI] aic7xxx: Remove OS utility wrappers | Pekka Enberg | 2010-07-28 | 1 | -54/+54 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | tree-wide: fix typos "selct" + "slect" -> "select" | Uwe Kleine-König | 2009-11-09 | 1 | -1/+1 |
* | [SCSI] aic79xx: make driver respect nvram for IU and QAS settings | James Bottomley | 2009-06-15 | 1 | -7/+3 |
* | [SCSI] aic7xxx: add const | Denys Vlasenko | 2008-04-27 | 1 | -10/+8 |
* | [SCSI] aic7xxx: add static | Denys Vlasenko | 2008-04-27 | 1 | -2/+3 |
* | [SCSI] aic7xxx, aic79xx: deinline functions | Denys Vlasenko | 2008-04-24 | 1 | -3/+159 |
* | [SCSI] aic79xx: fix IOMMU mapping failure handling | FUJITA Tomonori | 2008-04-07 | 1 | -2/+5 |
* | drivers/scsi/: Spelling fixes | Joe Perches | 2008-02-03 | 1 | -1/+1 |
* | [SCSI] remove use_sg_chaining | James Bottomley | 2008-01-30 | 1 | -1/+0 |
* | [SCSI] aic79xx: 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 | -3/+3 |
* | [SCSI] aic7xxx: Update Maintainer information | Hannes Reinecke | 2007-10-21 | 1 | -2/+2 |
* | [SCSI] add use_sg_chaining option to scsi_host_template | FUJITA Tomonori | 2007-10-16 | 1 | -0/+1 |
* | [SCSI] aic79xx, aic7xxx: Fix incorrect width setting | James Bottomley | 2007-07-27 | 1 | -10/+13 |
* | [SCSI] aic79xx: convert to use the data buffer accessors | FUJITA Tomonori | 2007-05-26 | 1 | -38/+13 |
* | [SCSI] aic7xxx: make functions static | Adrian Bunk | 2007-04-01 | 1 | -2/+4 |
* | [SCSI] aic79xx: remove extra newline from info message | Rolf Eike Beer | 2007-02-16 | 1 | -1/+0 |
* | [SCSI] aic79xx: use dma_get_required_mask() | Hannes Reinecke | 2007-02-10 | 1 | -9/+0 |
* | [SCSI] aic79xx: Print out signalling | Hannes Reinecke | 2006-10-26 | 1 | -0/+19 |
* | [SCSI] aic79xx: set precompensation | Hannes Reinecke | 2006-10-26 | 1 | -1/+15 |
* | [SCSI] aic7xxx: cleanups | Adrian Bunk | 2006-10-26 | 1 | -1/+1 |
* | [SCSI] drivers/scsi: Handcrafted MIN/MAX macro removal | Amol Lad | 2006-10-26 | 1 | -3/+4 |