| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-13 | scsi: switch ->bios_param() to passing gendisk | Al Viro | 1 | -1/+1 |
| 2025-02-12 | scsi: usb: Rename the RESERVE and RELEASE constants | Bart Van Assche | 1 | -4/+4 |
| 2024-12-04 | scsi: Convert SCSI drivers to .sdev_configure() | Bart Van Assche | 1 | -3/+3 |
| 2023-10-13 | scsi: ips: Do not try to abort command from host reset | Hannes Reinecke | 1 | -18/+0 |
| 2023-01-18 | scsi: ips: Replace kmap_atomic() with kmap_local_page() | Fabio M. De Francesco | 1 | -6/+5 |
| 2022-02-22 | scsi: Remove drivers/scsi/scsi.h | Bart Van Assche | 1 | -2/+6 |
| 2022-02-22 | scsi: ips: Use true and false instead of TRUE and FALSE | Bart Van Assche | 1 | -19/+17 |
| 2022-02-22 | scsi: ips: Change the return type of ips_release() into 'void' | Bart Van Assche | 1 | -5/+2 |
| 2022-02-22 | scsi: ips: Remove an unreachable statement | Bart Van Assche | 1 | -1/+0 |
| 2021-10-16 | scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions | Bart Van Assche | 1 | -1/+2 |
| 2021-10-16 | scsi: ips: Call scsi_done() directly | Bart Van Assche | 1 | -15/+13 |
| 2021-08-11 | scsi: ips: Use scsi_cmd_to_rq() instead of scsi_cmnd.request | Bart Van Assche | 1 | -1/+1 |
| 2021-06-18 | scsi: ips: Avoid over-read of sense buffer | Kees Cook | 1 | -4/+6 |
| 2021-05-07 | treewide: remove editor modelines and cruft | Masahiro Yamada | 1 | -20/+0 |
| 2021-01-22 | scsi: ips: Use correct command completion on error | Hannes Reinecke | 1 | -2/+7 |
| 2020-07-24 | scsi: ips: Convert strnlen() to memcpy() since result should not be NUL termi... | Lee Jones | 1 | -11/+11 |
| 2020-07-24 | scsi: ips: Remove some set but unused variables | Lee Jones | 1 | -10/+2 |
| 2019-09-30 | scsi: ips: make array 'options' static const, makes object smaller | Colin Ian King | 1 | -1/+1 |
| 2018-12-18 | scsi: remove the use_clustering flag | Christoph Hellwig | 1 | -1/+0 |
| 2018-12-18 | scsi: flip the default on use_clustering | Christoph Hellwig | 1 | -1/+0 |
| 2018-11-06 | scsi: ips: properly handle 64-bit DMA | Christoph Hellwig | 1 | -1/+1 |
| 2018-11-06 | scsi: ips: use lower_32_bits and upper_32_bits instead of reinventing them | Christoph Hellwig | 1 | -3/+3 |
| 2018-10-17 | scsi: ips: switch to generic DMA API | Christoph Hellwig | 1 | -39/+41 |
| 2018-10-16 | scsi: ips: fix missing break in switch | Gustavo A. R. Silva | 1 | -0/+1 |
| 2018-04-20 | scsi: ips: fix firmware timestamps for 32-bit | Arnd Bergmann | 1 | -62/+16 |
| 2018-03-15 | scsi: ips: don't set .detect and .release in the host template | Christoph Hellwig | 1 | -4/+0 |
| 2017-06-20 | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 1 | -6/+6 |
| 2016-11-08 | scsi: ips: don't use custom hex_asc_upper[] table | Andy Shevchenko | 1 | -8/+5 |
| 2015-06-02 | ips: remove pointless #warning | James Bottomley | 1 | -4/+5 |
| 2015-02-02 | scsi: print single-character strings with seq_putc | Rasmus Villemoes | 1 | -1/+1 |
| 2015-02-02 | scsi: replace seq_printf with seq_puts | Rasmus Villemoes | 1 | -4/+3 |
| 2014-11-24 | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 1 | -1/+1 |
| 2014-11-12 | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 1 | -1/+1 |
| 2014-10-14 | scsi: replace strnicmp with strncasecmp | Rasmus Villemoes | 1 | -1/+1 |
| 2013-11-29 | [SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers | Martin K. Petersen | 1 | -0/+1 |
| 2013-04-09 | ips: fix format bugs exposed by previous commit | Al Viro | 1 | -3/+3 |
| 2013-04-09 | ips: switch to ->show_info() | Al Viro | 1 | -152/+80 |
| 2013-01-03 | Drivers: scsi: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -5/+5 |
| 2012-03-20 | scsi: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -3/+3 |
| 2011-12-02 | treewide: Fix typos in various parts of the kernel, and fix some comments. | Justin P. Mattock | 1 | -1/+1 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
| 2010-11-16 | SCSI host lock push-down | Jeff Garzik | 1 | -2/+4 |
| 2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 1 | -1/+1 |
| 2009-04-07 | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 1 | -1/+1 |
| 2009-03-12 | [SCSI] Remove SUGGEST flags | Martin K. Petersen | 1 | -2/+1 |
| 2008-10-09 | block: unify request timeout handling | Jens Axboe | 1 | -1/+1 |
| 2008-08-23 | removed unused #include <linux/version.h>'s | Adrian Bunk | 1 | -1/+0 |
| 2008-04-07 | [SCSI] ips: remove spurious cpu_to_leX on outX statements | James Bottomley | 1 | -16/+16 |
| 2008-04-07 | [SCSI] aacraid, ips: leX_add_cpu conversion | Marcin Slusarz | 1 | -6/+2 |
| 2008-04-07 | [SCSI] ips: use sg buffer copy helper funcitons | FUJITA Tomonori | 1 | -42/+8 |
| 2008-04-07 | [SCSI] Remove random noop unchecked_isa_dma users | Andi Kleen | 1 | -1/+0 |
| 2008-04-07 | [SCSI] ips: sg chaining support to the path to non I/O commands | FUJITA Tomonori | 1 | -8/+10 |
| 2008-02-19 | [SCSI] ips: fix data buffer accessors conversion bug | FUJITA Tomonori | 1 | -1/+1 |
| 2008-02-03 | drivers/scsi/: Spelling fixes | Joe Perches | 1 | -1/+1 |
| 2008-01-23 | [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE | FUJITA Tomonori | 1 | -4/+2 |
| 2008-01-23 | [SCSI] aic7xxx_old, eata_pio, ips, libsas: don't zero out sense_buffer in que... | FUJITA Tomonori | 1 | -3/+0 |
| 2008-01-11 | [SCSI] ips: handle scsi_add_host() failure, and other err cleanups | Jeff Garzik | 1 | -5/+13 |
| 2008-01-11 | [SCSI] ips: PCI API cleanups | Jeff Garzik | 1 | -41/+31 |
| 2008-01-11 | [SCSI] ips: trim trailing whitespace | Jeff Garzik | 1 | -24/+25 |
| 2008-01-11 | [SCSI] ips: remove ips_ha members that duplicate struct pci_dev members | Jeff Garzik | 1 | -95/+83 |
| 2007-10-22 | [SG] Update drivers to use sg helpers | Jens Axboe | 1 | -3/+3 |
| 2007-10-16 | ips: sg chaining support | FUJITA Tomonori | 1 | -6/+8 |
| 2007-10-12 | [SCSI] ips: Update version information | Bernhard Walle | 1 | -2/+2 |
| 2007-10-12 | [SCSI] ips: Close narrow race in release | Matthew Wilcox | 1 | -1/+2 |
| 2007-10-12 | [SCSI] ips: warning fix | Andrew Morton | 1 | -1/+1 |
| 2007-07-19 | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 1 | -2/+1 |
| 2007-07-15 | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -284/+117 |
| 2007-07-11 | PCI: Change all drivers to use pci_device->revision | Auke Kok | 1 | -8/+1 |
| 2007-06-16 | [SCSI] ips: convert to use the data buffer accessors | FUJITA Tomonori | 1 | -157/+99 |
| 2007-05-24 | [SCSI] ips: remove kernel 2.4 code | Adrian Bunk | 1 | -127/+18 |
| 2006-11-15 | [SCSI] revert "[SCSI] ips soft lockup during reset/initialization" | Andrew Morton | 1 | -14/+14 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -2/+2 |
| 2006-10-04 | [SCSI] scsi: remove hosts.h | Henne | 1 | -6/+0 |
| 2006-10-03 | [SCSI] scsi: Convertion to struct scsi_cmnd in ips-driver | Henne | 1 | -45/+38 |
| 2006-10-01 | [SCSI] Switch ips to pci_register from pci_module | Alan Cox | 1 | -1/+1 |
| 2006-07-02 | [PATCH] irq-flags: scsi: Use the new IRQF_ constants | Thomas Gleixner | 1 | -2/+2 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-26 | spelling fixes | Andreas Mohr | 1 | -2/+2 |
| 2006-06-10 | [SCSI] drivers/scsi: Use ARRAY_SIZE macro | Tobias Klauser | 1 | -1/+1 |
| 2006-06-06 | [SCSI] fix up request buffer reference in various scsi drivers | Christoph Hellwig | 1 | -1/+1 |
| 2006-03-28 | [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK | Matthias Gehre | 1 | -2/+3 |
| 2006-02-27 | [SCSI] don't call ips_eh_reset in ips_queue to avoid deadlock | Mike Christie | 1 | -1/+1 |
| 2006-01-31 | [SCSI] ServeRAID: prevent seeing DADSI devices | Jack Hammer | 1 | -12/+14 |
| 2006-01-26 | [SCSI] ips soft lockup during reset/initialization | Jack Hammer | 1 | -14/+14 |
| 2006-01-14 | [SCSI] ips: Mode Sense (Caching Page ) fix | Jack Hammer | 1 | -0/+3 |
| 2005-11-09 | [SCSI] remove Scsi_Device typedef | Christoph Hellwig | 1 | -3/+3 |
| 2005-11-09 | [SCSI] remove Scsi_Host_Template typedef | Christoph Hellwig | 1 | -3/+3 |
| 2005-11-08 | Merge by hand (conflicts between pending drivers and kfree cleanups) | James Bottomley | 1 | -135/+3 |
| 2005-11-07 | [PATCH] kfree cleanup: drivers/scsi | Jesper Juhl | 1 | -12/+6 |
| 2005-11-06 | [SCSI] ips: remove "Version Matching" | Jack Hammer | 1 | -135/+3 |
| 2005-11-04 | Fix ips.c compile | James Bottomley | 1 | -0/+1 |
| 2005-10-31 | [SCSI] ips: Fix initialization bug with kdump | Jack Hammer | 1 | -0/+93 |
| 2005-10-29 | [SCSI] ips: Fix up for correct scatter/gather processing | Jack Hammer | 1 | -13/+36 |
| 2005-10-28 | [SCSI] use scmd_id(), scmd_channel() throughout code | Jeff Garzik | 1 | -5/+5 |
| 2005-08-02 | [SCSI] ServeRAID V7.12.02 | Jack Hammer | 1 | -3/+5 |
| 2005-06-17 | [SCSI] allow sleeping in ->eh_host_reset_handler() | Jeff Garzik | 1 | -1/+13 |
| 2005-06-17 | [SCSI] allow sleeping in ->eh_abort_handler() | Jeff Garzik | 1 | -0/+7 |
| 2005-04-18 | [PATCH] remove old scsi data direction macros | | 1 | -6/+4 |
| 2005-04-18 | [PATCH] scsi: remove meaningless scsi_cmnd->serial_number_at_timeout field | | 1 | -7/+0 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+7491 |