| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: nsp32: fix logic bug in error handling | Arnd Bergmann | 2017-10-16 | 1 | -1/+1 |
* | scsi: nsp32: drop bus reset | Hannes Reinecke | 2017-08-25 | 1 | -21/+1 |
* | scsi: Do not set cmd_per_lun to 1 in the host template | Hannes Reinecke | 2015-05-31 | 1 | -1/+0 |
* | scsi: print single-character strings with seq_putc | Rasmus Villemoes | 2015-02-02 | 1 | -1/+1 |
* | scsi: replace seq_printf with seq_puts | Rasmus Villemoes | 2015-02-02 | 1 | -7/+7 |
* | scsi: remove SPRINTF macro | Rasmus Villemoes | 2015-02-02 | 1 | -22/+19 |
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2014-10-07 | 1 | -1/+1 |
|\ |
|
| * | scsi: fix decimal printf format specifiers prefixed with 0x | Hans Wennborg | 2014-09-16 | 1 | -1/+1 |
* | | treewide: Fix typo in printk | Masanari Iida | 2014-08-26 | 1 | -1/+1 |
|/ |
|
* | scsi: use 64-bit LUNs | Hannes Reinecke | 2014-07-17 | 1 | -1/+1 |
* | [SCSI] nsp32: use mdelay instead of large udelay constants | Arnd Bergmann | 2013-06-19 | 1 | -1/+1 |
* | nsp32: switch to ->show_info() | Al Viro | 2013-04-09 | 1 | -33/+6 |
* | Drivers: scsi: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -8/+8 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 1 | -2/+2 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -3/+3 |
* | SCSI host lock push-down | Jeff Garzik | 2010-11-16 | 1 | -3/+4 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+0 |
* | tree-wide: fix a very frequent spelling mistake | Dirk Hohndel | 2009-11-09 | 1 | -1/+1 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -1/+1 |
* | [SCSI] advansys, arcmsr, ipr, nsp32, qla1280, stex: use pci_ioremap_bar() | Arjan van de Ven | 2008-12-29 | 1 | -2/+1 |
* | removed unused #include <linux/version.h>'s | Adrian Bunk | 2008-08-23 | 1 | -1/+0 |
* | [SCSI] replace __FUNCTION__ with __func__ | Harvey Harrison | 2008-07-27 | 1 | -2/+2 |
* | [SCSI] remove use_sg_chaining | James Bottomley | 2008-01-30 | 1 | -1/+0 |
* | [SCSI] add use_sg_chaining option to scsi_host_template | FUJITA Tomonori | 2007-10-16 | 1 | -0/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-07-15 | 1 | -157/+37 |
|\ |
|
| * | [SCSI] nsp32: convert to use the data buffer accessors | FUJITA Tomonori | 2007-05-30 | 1 | -61/+24 |
| * | [SCSI] nsp32: remove kernel 2.4 code | Adrian Bunk | 2007-05-24 | 1 | -96/+13 |
* | | PCI: remove useless pci driver method | David Brownell | 2007-07-11 | 1 | -10/+0 |
|/ |
|
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -2/+2 |
* | [SCSI] pci_module_init conversion in scsi subsystem | Henrik Kretzschmar | 2006-09-26 | 1 | -1/+1 |
* | Merge ../scsi-misc-2.6 | James Bottomley | 2006-07-03 | 1 | -3/+9 |
|\ |
|
| * | [SCSI] random: remove redundant SA_SAMPLE_RANDOM from NinjaSCSI | Matt Mackall | 2006-06-26 | 1 | -2/+1 |
| * | [SCSI] Add scsi_add_host() failure handling for nsp32 | GOTO Masanori | 2006-06-26 | 1 | -1/+8 |
* | | [PATCH] irq-flags: scsi: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
|/ |
|
* | [SCSI] fix up request buffer reference in various scsi drivers | Christoph Hellwig | 2006-06-06 | 1 | -1/+1 |
* | [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK | Matthias Gehre | 2006-03-28 | 1 | -1/+2 |
* | [SCSI] remove Scsi_Host_Template typedef | Christoph Hellwig | 2005-11-09 | 1 | -3/+3 |
* | [SCSI] use scmd_id(), scmd_channel() throughout code | Jeff Garzik | 2005-10-28 | 1 | -4/+4 |
* | [SCSI] remove scsi_set_device | Christoph Hellwig | 2005-06-26 | 1 | -3/+1 |
* | [SCSI] allow sleeping in ->eh_host_reset_handler() | Jeff Garzik | 2005-06-17 | 1 | -0/+3 |
* | [SCSI] allow sleeping in ->eh_bus_reset_handler() | Jeff Garzik | 2005-06-17 | 1 | -0/+3 |
* | [SCSI] Remove no-op implementations of SCSI EH hooks | Jeff Garzik | 2005-06-17 | 1 | -1/+0 |
* | [PATCH] fix u32 vs. pm_message_t in drivers/mmc,mtd,scsi | Pavel Machek | 2005-04-16 | 1 | -5/+5 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+3585 |