index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
device_handler
/
scsi_dh_hp_sw.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: device_handler: hp_sw: Have midlayer retry scsi_execute_cmd() errors
Mike Christie
2024-01-30
1
-16
/
+33
*
scsi: hp_sw: Fix sshdr use
Mike Christie
2023-10-13
1
-39
/
+40
*
scsi: scsi_dh: Convert to scsi_execute_cmd()
Mike Christie
2023-01-14
1
-8
/
+14
*
scsi/device_handlers: Use the new blk_opf_t type
Bart Van Assche
2022-07-14
1
-2
/
+2
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-2
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18
Thomas Gleixner
2019-05-21
1
-14
/
+1
*
scsi: return blk_status_t from device handler ->prep_fn
Christoph Hellwig
2018-11-10
1
-4
/
+3
*
scsi: scsi_dh: Return SCSI_DH_XX error code from ->attach()
Hannes Reinecke
2017-09-26
1
-4
/
+8
*
scsi: remove scsi_execute_req_flags
Christoph Hellwig
2017-02-23
1
-6
/
+4
*
scsi_dh_hp_sw: switch to scsi_execute_req_flags()
Hannes Reinecke
2017-01-27
1
-157
/
+65
*
block: split out request-only flags into a new namespace
Christoph Hellwig
2016-10-28
1
-1
/
+1
*
scsi_dh: kill struct scsi_dh_data
Christoph Hellwig
2015-08-28
1
-15
/
+10
*
scsi_dh: move device matching to the core code
Christoph Hellwig
2015-08-28
1
-30
/
+0
*
scsi: handle more device handler setup/teardown in common code
Christoph Hellwig
2014-11-12
1
-39
/
+15
*
scsi: remove struct scsi_dh_devlist
Christoph Hellwig
2014-11-12
1
-2
/
+4
*
scsi: use container_of to get at device handler private data
Christoph Hellwig
2014-11-12
1
-14
/
+9
*
scsi_dh: get module reference outside of device handler
Christoph Hellwig
2014-11-12
1
-4
/
+0
*
scsi_dh_hp_sw: fix return value on failed allocation
Christoph Hellwig
2014-11-12
1
-1
/
+1
*
block,scsi: fixup blk_get_request dead queue scenarios
Joe Lawrence
2014-08-28
1
-2
/
+2
*
block: add blk_rq_set_block_pc()
Jens Axboe
2014-06-06
1
-2
/
+2
*
[SCSI] scsi_dh_hp_sw: Adding the match function for hp_sw device handler
Moger, Babu
2011-12-15
1
-0
/
+19
*
scsi: Fix up files implicitly depending on module.h inclusion
Paul Gortmaker
2011-11-01
1
-0
/
+1
*
[SCSI] scsi_dh: cosmetic change to sizeof()
Hillf Danton
2011-02-12
1
-2
/
+2
*
[SCSI] scsi_dh_hp_sw: fix deadlock in start_stop_endio
Mike Snitzer
2011-02-12
1
-1
/
+2
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
[SCSI] scsi_dh: Make hp hardware handler's activate() async
Chandra Seetharaman
2009-12-04
1
-33
/
+54
*
[SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronous
Chandra Seetharaman
2009-12-04
1
-2
/
+5
*
Commands needing to be retried require a complete re-initialization.
Alan D. Brunelle
2008-12-12
1
-4
/
+8
*
[SCSI] block: separate failfast into multiple bits.
Mike Christie
2008-10-13
1
-2
/
+4
*
[SCSI] scsi_dh: no need to initialize rq->cmd with blk_get_request
FUJITA Tomonori
2008-10-03
1
-2
/
+0
*
make struct scsi_dh_devlist's static
Adrian Bunk
2008-08-11
1
-1
/
+1
*
[SCSI] scsi_dh: Update hp_sw hardware handler
Hannes Reinecke
2008-07-26
1
-38
/
+234
*
[SCSI] scsi_dh: Implement common device table handling
Hannes Reinecke
2008-07-26
1
-54
/
+32
*
scsi_dh: Verify "dev" is a sdev before accessing it.
Chandra Seetharaman
2008-07-17
1
-1
/
+6
*
[SCSI] scsi_dh: add hp sw device handler
Mike Christie
2008-06-05
1
-0
/
+202