index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
stex.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: stex: Properly zero out the passthrough command structure
Linus Torvalds
2022-09-25
1
-8
/
+9
*
scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions
Bart Van Assche
2021-10-16
1
-2
/
+2
*
scsi: stex: Call scsi_done() directly
Bart Van Assche
2021-10-16
1
-4
/
+2
*
scsi: stex: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
2021-08-11
1
-3
/
+3
*
scsi: core: Kill DRIVER_SENSE
Hannes Reinecke
2021-05-31
1
-2
/
+2
*
scsi: core: Introduce scsi_build_sense()
Hannes Reinecke
2021-05-31
1
-4
/
+1
*
scsi: stex: Do not set COMMAND_COMPLETE
Hannes Reinecke
2021-01-22
1
-12
/
+13
*
scsi: stex: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-12-02
1
-0
/
+1
*
scsi: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-11
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-6
/
+1
*
scsi: remove the use_clustering flag
Christoph Hellwig
2018-12-18
1
-1
/
+1
*
scsi: make sure all drivers set the use_clustering flag
Christoph Hellwig
2018-12-18
1
-0
/
+1
*
scsi: stex: use dma_set_mask_and_coherent
Christoph Hellwig
2018-11-15
1
-14
/
+3
*
scsi: stex: make S6flag static
Colin Ian King
2017-04-26
1
-1
/
+1
*
scsi: stex: Add S6 support
Charles
2017-03-15
1
-2
/
+23
*
scsi: stex: Support Pegasus 3 product
Charles
2017-03-15
1
-67
/
+195
*
stex: Add S3/S4 support
Charles
2016-02-23
1
-3
/
+65
*
stex: Add hotplug support
Charles
2016-02-23
1
-19
/
+34
*
stex: Support to Pegasus series.
Charles
2016-02-23
1
-6
/
+26
*
stex: Remove use of struct timeval
Tina Ruchandani
2015-11-09
1
-10
/
+3
*
scsi: use host wide tags by default
Christoph Hellwig
2015-11-09
1
-8
/
+0
*
scsi: don't force tagged_supported in drivers
Christoph Hellwig
2014-11-12
1
-11
/
+0
*
scsi: don't set tagging state from scsi_adjust_queue_depth
Christoph Hellwig
2014-11-12
1
-2
/
+0
*
scsi: always assign block layer tags if enabled
Christoph Hellwig
2014-11-12
1
-8
/
+2
*
scsi: Remove scsi_print_command when calling abort
Hannes Reinecke
2014-11-12
1
-6
/
+3
*
SCSI: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-10-14
1
-2
/
+0
*
Drivers: scsi: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-3
/
+2
*
SCSI host lock push-down
Jeff Garzik
2010-11-16
1
-1
/
+3
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
[SCSI] stex: fix scan of nonexistent lun
Ed Lin
2010-01-04
1
-0
/
+5
*
[SCSI] stex: update version to 4.6.0000.4
Ed Lin
2009-10-29
1
-4
/
+4
*
[SCSI] stex: add support for reset request from firmware
Ed Lin
2009-10-29
1
-83
/
+166
*
[SCSI] stex: add small dma buffer support
Ed Lin
2009-10-29
1
-5
/
+20
*
[SCSI] stex: Add reset code for st_yel (v2)
Ed Lin
2009-09-05
1
-4
/
+29
*
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2009-04-07
1
-2
/
+2
*
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
2009-04-07
1
-2
/
+2
*
[SCSI] stex: update version to 4.6.0000.3
Ed Lin
2009-04-03
1
-5
/
+5
*
[SCSI] stex: add new 6G controller support
Ed Lin
2009-04-03
1
-31
/
+351
*
[SCSI] stex: use config struct for parameters of different controllers
Ed Lin
2009-04-03
1
-76
/
+125
*
[SCSI] stex: add MSI support
Ed Lin
2009-04-03
1
-5
/
+43
*
[SCSI] stex: small code fixes and changes
Ed Lin
2009-04-03
1
-65
/
+60
*
[SCSI] stex: Version update
Ed Lin - PTU
2009-03-12
1
-3
/
+3
*
[SCSI] stex: Small fixes
Ed Lin - PTU
2009-03-12
1
-6
/
+22
*
[SCSI] stex: Fix for controller type st_yosemite
Ed Lin - PTU
2009-03-12
1
-61
/
+3
*
[SCSI] stex: Add new device id
Ed Lin - PTU
2009-03-12
1
-2
/
+6
*
[SCSI] stex: Fix for potential invalid response
Ed Lin - PTU
2009-03-12
1
-0
/
+1
*
[SCSI] advansys, arcmsr, ipr, nsp32, qla1280, stex: use pci_ioremap_bar()
Arjan van de Ven
2008-12-29
1
-2
/
+1
*
[SCSI] stex: switch to block timeout
James Bottomley
2008-12-01
1
-1
/
+1
*
[SCSI] stex: fix queue depth setting
Mike Christie
2008-07-26
1
-1
/
+1
*
[SCSI] stex: use scsi_build_sense_buffer
FUJITA Tomonori
2008-04-07
1
-12
/
+5
[next]