| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: print single-character strings with seq_putc | Rasmus Villemoes | 2015-02-02 | 1 | -17/+17 |
* | scsi: merge consecutive seq_puts calls | Rasmus Villemoes | 2015-02-02 | 1 | -28/+15 |
* | advansys: replace seq_printf with seq_puts | Rasmus Villemoes | 2015-02-02 | 1 | -80/+75 |
* | scsi: remove MSG_*_TAG defines | Christoph Hellwig | 2014-12-04 | 1 | -4/+4 |
* | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 2014-11-24 | 1 | -5/+3 |
* | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 2014-11-12 | 1 | -5/+2 |
* | scsi: convert host_busy to atomic_t | Christoph Hellwig | 2014-07-25 | 1 | -2/+2 |
* | scsi: use 64-bit value for 'max_luns' | Hannes Reinecke | 2014-07-17 | 1 | -1/+1 |
* | [SCSI] advansys: Remove 'last_reset' references | Hannes Reinecke | 2013-10-25 | 1 | -4/+4 |
* | advansys: fix buggered formats - unsigned long != u32 on 64bit | Al Viro | 2013-04-09 | 1 | -13/+13 |
* | advansys: switch to ->show_info() | Al Viro | 2013-04-09 | 1 | -837/+327 |
* | Drivers: scsi: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 1 | -77/+75 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | 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 |
* | fix typos concerning "initiali[zs]e" | Uwe Kleine-König | 2010-06-16 | 1 | -1/+1 |
* | [SCSI] advansys: fix narrow board error path | Herton Ronaldo Krzesinski | 2010-05-01 | 1 | -14/+36 |
* | [SCSI] advansys: fix regression with request_firmware change | Herton Ronaldo Krzesinski | 2010-03-27 | 1 | -0/+8 |
* | tree-wide: fix misspelling of "definition" in comments | Adam Buchbinder | 2009-12-04 | 1 | -1/+1 |
* | [SCSI] advansys: use request_firmware | Jaswinder Singh Rajput | 2009-04-03 | 1 | -1630/+101 |
* | [SCSI] struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-02 | 1 | -1/+1 |
* | [SCSI] advansys, arcmsr, ipr, nsp32, qla1280, stex: use pci_ioremap_bar() | Arjan van de Ven | 2008-12-29 | 1 | -2/+1 |
* | advansys fix on ISA-less configs | Al Viro | 2008-11-30 | 1 | -0/+4 |
* | [SCSI] replace __FUNCTION__ with __func__ | Harvey Harrison | 2008-07-27 | 1 | -1/+1 |
* | [SCSI] advansys: Fix bug in AdvLoadMicrocode | Matthew Wilcox | 2008-03-07 | 1 | -1/+1 |
* | [SCSI] advansys: fix overrun_buf aligned bug | FUJITA Tomonori | 2008-02-11 | 1 | -2/+11 |
* | [SCSI] advansys: make 3 functions static | Adrian Bunk | 2008-02-08 | 1 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2008-01-26 | 1 | -7/+7 |
|\ |
|
| * | [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE | FUJITA Tomonori | 2008-01-23 | 1 | -7/+7 |
* | | advansys: fix section mismatch warning | Randy Dunlap | 2008-01-14 | 1 | -1/+1 |
|/ |
|
* | [SCSI] advansys: Changes to work on parisc | Matthew Wilcox | 2007-10-12 | 1 | -5/+5 |
* | [SCSI] advansys: Use dma mapping for overrun buffer | Matthew Wilcox | 2007-10-12 | 1 | -18/+24 |
* | [SCSI] advansys: Remove a couple of uses of bus_to_virt | Matthew Wilcox | 2007-10-12 | 1 | -26/+79 |
* | [SCSI] advansys: convert to use the data buffer accessors | Matthew Wilcox | 2007-10-12 | 1 | -184/+52 |
* | [SCSI] advansys: Remove DvcGetPhyAddr | Matthew Wilcox | 2007-10-12 | 1 | -70/+3 |
* | [SCSI] advansys: Move a couple of fields from struct board to struct adv_dvc | Matthew Wilcox | 2007-10-12 | 1 | -101/+92 |
* | [SCSI] advansys: Make sdtr_period_tbl a pointer | Matthew Wilcox | 2007-10-12 | 1 | -65/+25 |
* | [SCSI] advansys: Get rid of board index number | Matthew Wilcox | 2007-10-12 | 1 | -136/+100 |
* | [SCSI] advansys: Remove private lock | Matthew Wilcox | 2007-10-12 | 1 | -16/+5 |
* | [SCSI] advansys: Sort out debug macros | Matthew Wilcox | 2007-10-12 | 1 | -366/+262 |
* | [SCSI] advansys: Remove library version & serial numbers | Matthew Wilcox | 2007-10-12 | 1 | -45/+15 |
* | [SCSI] advansys: Remove asc_board_t typedef and ASC_BOARDP macro | Matthew Wilcox | 2007-10-12 | 1 | -81/+51 |
* | [SCSI] advansys: Merge ASC_IERR definitions | Matthew Wilcox | 2007-10-12 | 1 | -24/+16 |
* | [SCSI] advansys: Sort out irq number mess | Matthew Wilcox | 2007-10-12 | 1 | -198/+189 |
* | [SCSI] advansys: Remove ASC_WIDE_BOARD predicate | Matthew Wilcox | 2007-10-12 | 1 | -3/+2 |
* | [SCSI] advansys: Remove ASC_SELECT_QUEUE_DEPTHS | Matthew Wilcox | 2007-10-12 | 1 | -2/+0 |
* | [SCSI] advansys: Improve reset handler | Matthew Wilcox | 2007-10-12 | 1 | -61/+22 |
* | [SCSI] advansys: Fix simultaneous calls to ->queuecommand | Matthew Wilcox | 2007-10-12 | 1 | -49/+39 |
* | [SCSI] advansys: Restructure asc_execute_scsi_cmnd() | Matthew Wilcox | 2007-10-12 | 1 | -92/+39 |
* | [SCSI] advansys: Remove array of scsi targets | Matthew Wilcox | 2007-10-12 | 1 | -10/+0 |