summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/device_handler/scsi_dh_emc.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: device_handler: remove VLAsStephen Kitt2018-03-121-1/+1
* scsi: scsi_dh: Return SCSI_DH_XX error code from ->attach()Hannes Reinecke2017-09-251-3/+3
* scsi: remove scsi_execute_req_flagsChristoph Hellwig2017-02-231-4/+3
* scsi: scsi_dh_emc: return success in clariion_std_inquiry()Dan Carpenter2017-02-221-1/+1
* scsi_dh_emc: switch to scsi_execute_req_flags()Hannes Reinecke2017-01-271-191/+56
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-1/+1
* scsi_dh_emc: update 'access_state' fieldHannes Reinecke2016-03-051-1/+6
* scsi_dh: kill struct scsi_dh_dataChristoph Hellwig2015-08-281-18/+11
* scsi_dh: move device matching to the core codeChristoph Hellwig2015-08-281-29/+0
* scsi: handle more device handler setup/teardown in common codeChristoph Hellwig2014-11-121-41/+17
* 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/+10
* scsi_dh: get module reference outside of device handlerChristoph Hellwig2014-11-121-4/+0
* block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-281-1/+1
* block: add blk_rq_set_block_pc()Jens Axboe2014-06-061-1/+1
* [SCSI] scsi_dh_emc: Add a match function for emc 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-1/+1
* [SCSI] scsi_dh_emc: request flag cleanupMike Christie2010-04-111-2/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] scsi_dh_emc: fix mode select request setupHannes Reinecke2010-03-031-2/+4
* [SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronousChandra Seetharaman2009-12-041-2/+5
* [SCSI] scsi_dh: Provide set_params interface in emc device handlerChandra Seetharaman2009-08-221-3/+56
* [SCSI] block: separate failfast into multiple bits.Mike Christie2008-10-131-1/+2
* [SCSI] scsi_dh: suppress comparison warningJames Bottomley2008-10-031-2/+2
* [SCSI] scsi_dh: no need to initialize rq->cmd with blk_get_requestFUJITA Tomonori2008-10-031-1/+0
* [SCSI] scsi_dh: make check_sense return ADD_TO_MLQUEUEMike Anderson2008-08-291-2/+2
* make struct scsi_dh_devlist's staticAdrian Bunk2008-08-111-1/+1
* [SCSI] scsi_dh: Update EMC handlerHannes Reinecke2008-07-261-175/+372
* [SCSI] scsi_dh: Implement common device table handlingHannes Reinecke2008-07-261-66/+43
* scsi_dh: Verify "dev" is a sdev before accessing it.Chandra Seetharaman2008-07-161-1/+6
* [SCSI] scsi_dh: add EMC Clariion device handlerChandra Seetharaman2008-06-051-0/+499