| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: 53c700: switch to dma_alloc_attrs | Christoph Hellwig | 2017-06-26 | 1 | -4/+4 |
* | scsi: remove current_cmnd field from struct scsi_device | Christoph Hellwig | 2016-07-14 | 1 | -3/+5 |
* | 53c700: Use proper debug printk format specifiers | Helge Deller | 2016-07-13 | 1 | -1/+1 |
* | 53c700: fix BUG on untagged commands | James Bottomley | 2016-06-15 | 1 | -2/+2 |
* | scsi: use host wide tags by default | Christoph Hellwig | 2015-11-10 | 1 | -4/+7 |
* | [SCSI] Fix printk typos in drivers/scsi | Masanari Iida | 2015-08-07 | 1 | -1/+1 |
* | scsi: remove scsi_set_tag_type | Christoph Hellwig | 2014-12-04 | 1 | -1/+1 |
* | scsi: remove scsi_get_tag_type | Christoph Hellwig | 2014-12-04 | 1 | -2/+2 |
* | scsi: remove ->change_queue_type method | Christoph Hellwig | 2014-12-04 | 1 | -35/+0 |
* | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 2014-11-24 | 1 | -12/+7 |
* | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 2014-11-12 | 1 | -8/+9 |
* | scsi: always assign block layer tags if enabled | Christoph Hellwig | 2014-11-12 | 1 | -7/+5 |
* | scsi: remove abuses of scsi_populate_tag | Christoph Hellwig | 2014-11-12 | 1 | -1/+1 |
* | scsi: add new scsi-command flag for tagged commands | Christoph Hellwig | 2014-11-12 | 1 | -3/+3 |
* | scsi: Remove scsi_print_command when calling abort | Hannes Reinecke | 2014-11-12 | 1 | -3/+1 |
* | 53c700: remove scsi_print_sense() usage | Hannes Reinecke | 2014-11-12 | 1 | -7/+2 |
* | scsi: use sdev as argument for sense code printing | Hannes Reinecke | 2014-11-12 | 1 | -1/+1 |
* | scsi: use 64-bit LUNs | Hannes Reinecke | 2014-07-17 | 1 | -3/+4 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | SCSI host lock push-down | Jeff Garzik | 2010-11-16 | 1 | -3/+5 |
* | scsi: 53c700: remove dma_is_consistent usage | FUJITA Tomonori | 2010-08-11 | 1 | -3/+0 |
* | 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-10 | 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 | -2/+5 |
|/ |
|
* | [SCSI] Let scsi_cmnd->cmnd use request->cmd buffer | Boaz Harrosh | 2008-05-02 | 1 | -3/+3 |
* | [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE | FUJITA Tomonori | 2008-01-23 | 1 | -5/+6 |
* | [SCSI] 53c700: Remove printk, which triggers because of low scsi clock on SNI... | Thomas Bogendoerfer | 2007-07-15 | 1 | -2/+0 |
* | [SCSI] 53c700: m68k support for the 53c700 SCSI core | Kars de Jong | 2007-06-17 | 1 | -10/+10 |
* | [SCSI] 53c700: convert to use the data buffer accessors | FUJITA Tomonori | 2007-05-26 | 1 | -40/+15 |
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
* | [SCSI] 53c700: Allow setting burst length | Thomas Bogendoerfer | 2007-01-13 | 1 | -3/+21 |
* | [PATCH] Pass struct dev pointer to dma_cache_sync() | Ralf Baechle | 2006-12-07 | 1 | -37/+43 |
* | [PATCH] Add struct dev pointer to dma_is_consistent() | Ralf Baechle | 2006-12-07 | 1 | -1/+1 |
* | [SCSI] 53c700: brown paper bag fix for auto request sense | James Bottomley | 2006-12-03 | 1 | -1/+6 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+1 |
* | [PATCH] completions: lockdep annotate on stack completions | Peter Zijlstra | 2006-10-01 | 1 | -1/+1 |
* | Merge ../scsi-misc-2.6 | James Bottomley | 2006-07-03 | 1 | -26/+30 |
|\ |
|
| * | [SCSI] 53c700: fix breakage caused by the autosense update | James Bottomley | 2006-06-29 | 1 | -26/+30 |
| * | [SCSI] kmalloc argument switcheroo in recent 53c700 change. | Dave Jones | 2006-06-26 | 1 | -1/+1 |
* | | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
|/ |
|
* | [SCSI] 53c700: remove reliance on deprecated cmnd fields | James Bottomley | 2006-06-20 | 1 | -39/+47 |
* | [SCSI] drivers/scsi: Use ARRAY_SIZE macro | Tobias Klauser | 2006-06-10 | 1 | -11/+8 |
* | [SCSI] audit drivers for incorrect max_id use | Hannes Reinecke | 2006-05-28 | 1 | -1/+1 |
* | [SCSI] Add spi_populate_*_msg functions | Matthew Wilcox | 2006-02-28 | 1 | -14/+4 |
* | [SCSI] Rename scsi_print_msg to spi_print_msg | Matthew Wilcox | 2005-12-16 | 1 | -3/+3 |
* | [SCSI] use scmd_id(), scmd_channel() throughout code | Jeff Garzik | 2005-10-29 | 1 | -3/+3 |
* | [SCSI] use sfoo_printk() in drivers | Jeff Garzik | 2005-10-29 | 1 | -41/+42 |
* | [PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_... | Yani Ioannou | 2005-06-21 | 1 | -1/+1 |
* | [SCSI] allow sleeping in ->eh_host_reset_handler() | Jeff Garzik | 2005-06-17 | 1 | -0/+5 |