Age | Commit message (Expand) | Author | Files | Lines |
2021-08-11 | scsi: scsi_transport_spi: Use scsi_cmd_to_rq() instead of scsi_cmnd.request | Bart Van Assche | 1 | -1/+1 |
2021-05-31 | scsi: core: Kill DRIVER_SENSE | Hannes Reinecke | 1 | -1/+1 |
2021-05-31 | scsi: core: Stop using DRIVER_ERROR | Hannes Reinecke | 1 | -1/+1 |
2020-12-09 | scsi: scsi_transport_spi: Set RQF_PM for domain validation commands | Bart Van Assche | 1 | -8/+19 |
2020-06-29 | scsi: scsi_transport_spi: Fix function pointer check | Tom Rix | 1 | -1/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -14/+1 |
2018-06-26 | scsi: core: check for equality of result byte values | Johannes Thumshirn | 1 | -1/+1 |
2018-02-15 | scsi: scsi_transport_spi: make two const arrays static, shrinks object size | Colin Ian King | 1 | -2/+2 |
2018-01-10 | block, scsi: Fix race between SPI domain validation and system suspend | Bart Van Assche | 1 | -2/+14 |
2017-12-14 | scsi: core: Use blist_flags_t consistently | Bart Van Assche | 1 | -5/+7 |
2017-02-23 | scsi: merge __scsi_execute into scsi_execute | Christoph Hellwig | 1 | -14/+10 |
2015-08-07 | [SCSI] Fix printk typos in drivers/scsi | Masanari Iida | 1 | -2/+2 |
2014-12-04 | scsi: remove MSG_*_TAG defines | Christoph Hellwig | 1 | -1/+1 |
2014-11-12 | scsi: remove abuses of scsi_populate_tag | Christoph Hellwig | 1 | -0/+23 |
2012-05-10 | [SCSI] scsi_transport_spi: fix for unbalanced reference counting | Mike Maslenkin | 1 | -2/+2 |
2012-01-03 | switch ->is_visible() to returning umode_t | Al Viro | 1 | -1/+1 |
2011-07-26 | [SCSI] scsi_transport_spi: Export host width and HBA id | Hannes Reinecke | 1 | -0/+24 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-06-21 | scsi_transport_spi: Blacklist Ultrium-3 tape for IU transfers | James Bottomley | 1 | -1/+39 |
2009-06-21 | scsi_transport_spi: use spi target settings instead of inquiry data for DV | James Bottomley | 1 | -5/+6 |
2009-06-15 | [SCSI] aic79xx: make driver respect nvram for IU and QAS settings | James Bottomley | 1 | -4/+14 |
2008-12-29 | [SCSI] scsi_transport_spi: fix the misuse of scsi_execute return value | FUJITA Tomonori | 1 | -1/+1 |
2008-12-29 | [SCSI] add residual argument to scsi_execute and scsi_execute_req | FUJITA Tomonori | 1 | -1/+2 |
2008-10-13 | [SCSI] block: separate failfast into multiple bits. | Mike Christie | 1 | -1/+3 |
2008-07-30 | [SCSI] scsi_transport_spi: fix oops in revalidate | James Bottomley | 1 | -3/+5 |
2008-04-27 | [SCSI] scsi_transport_spi: include sysfs.h | Randy Dunlap | 1 | -0/+1 |
2008-04-22 | [SCSI] scsi_transport_spi: fix the attribute settings | James Bottomley | 1 | -24/+8 |
2008-04-19 | SCSI: convert struct class_device to struct device | Tony Jones | 1 | -87/+98 |
2008-01-23 | [SCSI] scsi_transport_spi: convert to attribute groups | James Bottomley | 1 | -82/+176 |
2007-09-22 | [SCSI] scsi_transport_spi: fix domain validation failure from incorrect width... | James Bottomley | 1 | -6/+22 |
2007-02-02 | [SCSI] spi transport class: export spi_dv_pending | Eric Moore | 1 | -1/+0 |
2007-01-03 | [SCSI] scsi_transport_spi: fix sense buffer size error | James Bottomley | 1 | -1/+1 |
2006-11-22 | WorkStruct: make allyesconfig | David Howells | 1 | -3/+4 |
2006-09-23 | [SCSI] SPI transport class: misc DV fixes | James Bottomley | 1 | -7/+23 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-06-10 | [SCSI] spi transport: don't allow dt to be set on SE or HVD buses | James Bottomley | 1 | -0/+9 |
2006-06-10 | [SCSI] drivers/scsi: Use ARRAY_SIZE macro | Tobias Klauser | 1 | -2/+2 |
2006-03-12 | [SCSI] fix minor problem in spi transport message functions | James Bottomley | 1 | -1/+1 |
2006-03-12 | [SCSI] Missing names from SPI3, SPI4 and SPI5 | Matthew Wilcox | 1 | -13/+13 |
2006-02-27 | [SCSI] Improve message printing code | Matthew Wilcox | 1 | -5/+19 |
2006-02-27 | [SCSI] Add EXPORT_SYMBOL for spi msg functions | James Bottomley | 1 | -0/+3 |
2006-02-27 | [SCSI] Make spi_print_msg more consistent | Matthew Wilcox | 1 | -3/+3 |
2006-02-27 | [SCSI] Add spi_populate_*_msg functions | Matthew Wilcox | 1 | -0/+33 |
2006-02-27 | [SCSI] unused show_spi_transport_period_helper parameter | Matthew Wilcox | 1 | -4/+3 |
2006-02-27 | [SCSI] SCSI core kmalloc2kzalloc | Jes Sorensen | 1 | -8/+4 |
2006-01-14 | [SCSI] sem2mutex: scsi_transport_spi.c | Jes Sorensen | 1 | -5/+5 |
2006-01-12 | [SCSI] scsi_transport_spi.c: make print_nego() static | Adrian Bunk | 1 | -1/+1 |
2005-12-15 | [SCSI] Add PPR support to spi_print_msg | Matthew Wilcox | 1 | -7/+29 |
2005-12-15 | [SCSI] Use ARRAY_SIZE in spi_print_msg | Matthew Wilcox | 1 | -6/+3 |
2005-12-15 | [SCSI] Fix printing of two-byte messages | Matthew Wilcox | 1 | -1/+1 |