index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
ips.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: ips: Do not try to abort command from host reset
Hannes Reinecke
2023-10-13
1
-18
/
+0
*
scsi: ips: Replace kmap_atomic() with kmap_local_page()
Fabio M. De Francesco
2023-01-18
1
-6
/
+5
*
scsi: Remove drivers/scsi/scsi.h
Bart Van Assche
2022-02-22
1
-2
/
+6
*
scsi: ips: Use true and false instead of TRUE and FALSE
Bart Van Assche
2022-02-22
1
-19
/
+17
*
scsi: ips: Change the return type of ips_release() into 'void'
Bart Van Assche
2022-02-22
1
-5
/
+2
*
scsi: ips: Remove an unreachable statement
Bart Van Assche
2022-02-22
1
-1
/
+0
*
scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions
Bart Van Assche
2021-10-16
1
-1
/
+2
*
scsi: ips: Call scsi_done() directly
Bart Van Assche
2021-10-16
1
-15
/
+13
*
scsi: ips: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
2021-08-11
1
-1
/
+1
*
scsi: ips: Avoid over-read of sense buffer
Kees Cook
2021-06-18
1
-4
/
+6
*
treewide: remove editor modelines and cruft
Masahiro Yamada
2021-05-07
1
-20
/
+0
*
scsi: ips: Use correct command completion on error
Hannes Reinecke
2021-01-22
1
-2
/
+7
*
scsi: ips: Convert strnlen() to memcpy() since result should not be NUL termi...
Lee Jones
2020-07-24
1
-11
/
+11
*
scsi: ips: Remove some set but unused variables
Lee Jones
2020-07-24
1
-10
/
+2
*
scsi: ips: make array 'options' static const, makes object smaller
Colin Ian King
2019-09-30
1
-1
/
+1
*
scsi: remove the use_clustering flag
Christoph Hellwig
2018-12-18
1
-1
/
+0
*
scsi: flip the default on use_clustering
Christoph Hellwig
2018-12-18
1
-1
/
+0
*
scsi: ips: properly handle 64-bit DMA
Christoph Hellwig
2018-11-06
1
-1
/
+1
*
scsi: ips: use lower_32_bits and upper_32_bits instead of reinventing them
Christoph Hellwig
2018-11-06
1
-3
/
+3
*
scsi: ips: switch to generic DMA API
Christoph Hellwig
2018-10-17
1
-39
/
+41
*
scsi: ips: fix missing break in switch
Gustavo A. R. Silva
2018-10-16
1
-0
/
+1
*
scsi: ips: fix firmware timestamps for 32-bit
Arnd Bergmann
2018-04-20
1
-62
/
+16
*
scsi: ips: don't set .detect and .release in the host template
Christoph Hellwig
2018-03-15
1
-4
/
+0
*
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-06-20
1
-6
/
+6
*
scsi: ips: don't use custom hex_asc_upper[] table
Andy Shevchenko
2016-11-08
1
-8
/
+5
*
ips: remove pointless #warning
James Bottomley
2015-06-02
1
-4
/
+5
*
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
-4
/
+3
*
scsi: drop reason argument from ->change_queue_depth
Christoph Hellwig
2014-11-24
1
-1
/
+1
*
scsi: don't set tagging state from scsi_adjust_queue_depth
Christoph Hellwig
2014-11-12
1
-1
/
+1
*
scsi: replace strnicmp with strncasecmp
Rasmus Villemoes
2014-10-14
1
-1
/
+1
*
[SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers
Martin K. Petersen
2013-11-29
1
-0
/
+1
*
ips: fix format bugs exposed by previous commit
Al Viro
2013-04-09
1
-3
/
+3
*
ips: switch to ->show_info()
Al Viro
2013-04-09
1
-152
/
+80
*
Drivers: scsi: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-5
/
+5
*
scsi: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
1
-3
/
+3
*
treewide: Fix typos in various parts of the kernel, and fix some comments.
Justin P. Mattock
2011-12-02
1
-1
/
+1
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-2
/
+2
*
SCSI host lock push-down
Jeff Garzik
2010-11-16
1
-2
/
+4
*
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2009-04-07
1
-1
/
+1
*
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
2009-04-07
1
-1
/
+1
*
[SCSI] Remove SUGGEST flags
Martin K. Petersen
2009-03-12
1
-2
/
+1
*
block: unify request timeout handling
Jens Axboe
2008-10-09
1
-1
/
+1
*
removed unused #include <linux/version.h>'s
Adrian Bunk
2008-08-23
1
-1
/
+0
*
[SCSI] ips: remove spurious cpu_to_leX on outX statements
James Bottomley
2008-04-07
1
-16
/
+16
*
[SCSI] aacraid, ips: leX_add_cpu conversion
Marcin Slusarz
2008-04-07
1
-6
/
+2
*
[SCSI] ips: use sg buffer copy helper funcitons
FUJITA Tomonori
2008-04-07
1
-42
/
+8
*
[SCSI] Remove random noop unchecked_isa_dma users
Andi Kleen
2008-04-07
1
-1
/
+0
*
[SCSI] ips: sg chaining support to the path to non I/O commands
FUJITA Tomonori
2008-04-07
1
-8
/
+10
*
[SCSI] ips: fix data buffer accessors conversion bug
FUJITA Tomonori
2008-02-19
1
-1
/
+1
[next]