aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/device_handler/scsi_dh_emc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-09scsi: return blk_status_t from device handler ->prep_fnChristoph Hellwig1-4/+4
2018-03-12scsi: device_handler: remove VLAsStephen Kitt1-1/+1
2017-09-25scsi: scsi_dh: Return SCSI_DH_XX error code from ->attach()Hannes Reinecke1-3/+3
2017-02-23scsi: remove scsi_execute_req_flagsChristoph Hellwig1-4/+3
2017-02-22scsi: scsi_dh_emc: return success in clariion_std_inquiry()Dan Carpenter1-1/+1
2017-01-27scsi_dh_emc: switch to scsi_execute_req_flags()Hannes Reinecke1-191/+56
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-1/+1
2016-03-05scsi_dh_emc: update 'access_state' fieldHannes Reinecke1-1/+6
2015-08-28scsi_dh: kill struct scsi_dh_dataChristoph Hellwig1-18/+11
2015-08-28scsi_dh: move device matching to the core codeChristoph Hellwig1-29/+0
2014-11-12scsi: handle more device handler setup/teardown in common codeChristoph Hellwig1-41/+17
2014-11-12scsi: remove struct scsi_dh_devlistChristoph Hellwig1-2/+4
2014-11-12scsi: use container_of to get at device handler private dataChristoph Hellwig1-14/+10
2014-11-12scsi_dh: get module reference outside of device handlerChristoph Hellwig1-4/+0
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence1-1/+1
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe1-1/+1
2011-12-15[SCSI] scsi_dh_emc: Add a match function for emc device handlerMoger, Babu1-0/+19
2011-10-31scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker1-0/+1
2011-02-12[SCSI] scsi_dh: cosmetic change to sizeof()Hillf Danton1-1/+1
2010-04-11[SCSI] scsi_dh_emc: request flag cleanupMike Christie1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03[SCSI] scsi_dh_emc: fix mode select request setupHannes Reinecke1-2/+4
2009-12-04[SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronousChandra Seetharaman1-2/+5
2009-08-22[SCSI] scsi_dh: Provide set_params interface in emc device handlerChandra Seetharaman1-3/+56
2008-10-13[SCSI] block: separate failfast into multiple bits.Mike Christie1-1/+2
2008-10-03[SCSI] scsi_dh: suppress comparison warningJames Bottomley1-2/+2
2008-10-03[SCSI] scsi_dh: no need to initialize rq->cmd with blk_get_requestFUJITA Tomonori1-1/+0
2008-08-29[SCSI] scsi_dh: make check_sense return ADD_TO_MLQUEUEMike Anderson1-2/+2
2008-08-11make struct scsi_dh_devlist's staticAdrian Bunk1-1/+1
2008-07-26[SCSI] scsi_dh: Update EMC handlerHannes Reinecke1-175/+372
2008-07-26[SCSI] scsi_dh: Implement common device table handlingHannes Reinecke1-66/+43
2008-07-16scsi_dh: Verify "dev" is a sdev before accessing it.Chandra Seetharaman1-1/+6
2008-06-05[SCSI] scsi_dh: add EMC Clariion device handlerChandra Seetharaman1-0/+499