summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/device_handler/scsi_dh_hp_sw.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: hp_sw: Fix sshdr useMike Christie2023-10-131-39/+40
* scsi: scsi_dh: Convert to scsi_execute_cmd()Mike Christie2023-01-131-8/+14
* scsi/device_handlers: Use the new blk_opf_t typeBart Van Assche2022-07-141-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-211-14/+1
* scsi: return blk_status_t from device handler ->prep_fnChristoph Hellwig2018-11-091-4/+3
* scsi: scsi_dh: Return SCSI_DH_XX error code from ->attach()Hannes Reinecke2017-09-251-4/+8
* scsi: remove scsi_execute_req_flagsChristoph Hellwig2017-02-231-6/+4
* scsi_dh_hp_sw: switch to scsi_execute_req_flags()Hannes Reinecke2017-01-271-157/+65
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-1/+1
* scsi_dh: kill struct scsi_dh_dataChristoph Hellwig2015-08-281-15/+10
* scsi_dh: move device matching to the core codeChristoph Hellwig2015-08-281-30/+0
* scsi: handle more device handler setup/teardown in common codeChristoph Hellwig2014-11-121-39/+15
* scsi: remove struct scsi_dh_devlistChristoph Hellwig2014-11-121-2/+4
* scsi: use container_of to get at device handler private dataChristoph Hellwig2014-11-121-14/+9
* scsi_dh: get module reference outside of device handlerChristoph Hellwig2014-11-121-4/+0
* scsi_dh_hp_sw: fix return value on failed allocationChristoph Hellwig2014-11-121-1/+1
* block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-281-2/+2
* block: add blk_rq_set_block_pc()Jens Axboe2014-06-061-2/+2
* [SCSI] scsi_dh_hp_sw: Adding the match function for hp_sw device handlerMoger, Babu2011-12-151-0/+19
* scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker2011-10-311-0/+1
* [SCSI] scsi_dh: cosmetic change to sizeof()Hillf Danton2011-02-121-2/+2
* [SCSI] scsi_dh_hp_sw: fix deadlock in start_stop_endioMike Snitzer2011-02-121-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] scsi_dh: Make hp hardware handler's activate() asyncChandra Seetharaman2009-12-041-33/+54
* [SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronousChandra Seetharaman2009-12-041-2/+5
* Commands needing to be retried require a complete re-initialization.Alan D. Brunelle2008-12-121-4/+8
* [SCSI] block: separate failfast into multiple bits.Mike Christie2008-10-131-2/+4
* [SCSI] scsi_dh: no need to initialize rq->cmd with blk_get_requestFUJITA Tomonori2008-10-031-2/+0
* make struct scsi_dh_devlist's staticAdrian Bunk2008-08-111-1/+1
* [SCSI] scsi_dh: Update hp_sw hardware handlerHannes Reinecke2008-07-261-38/+234
* [SCSI] scsi_dh: Implement common device table handlingHannes Reinecke2008-07-261-54/+32
* scsi_dh: Verify "dev" is a sdev before accessing it.Chandra Seetharaman2008-07-161-1/+6
* [SCSI] scsi_dh: add hp sw device handlerMike Christie2008-06-051-0/+202