index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
ips.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-03
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-04
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-17
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-12
[SCSI] ips: handle scsi_add_host() failure, and other err cleanups
Jeff Garzik
1
-5
/
+13
2008-01-12
[SCSI] ips: PCI API cleanups
Jeff Garzik
1
-41
/
+31
2008-01-12
[SCSI] ips: trim trailing whitespace
Jeff Garzik
1
-24
/
+25
2008-01-12
[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-16
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-284
/
+117
2007-07-12
PCI: Change all drivers to use pci_device->revision
Auke Kok
1
-8
/
+1
2007-06-17
[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-16
[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-04
[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-03
[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
[next]