summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/device_handler/scsi_dh_rdac.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: device_handler: remove VLAsStephen Kitt2018-03-131-1/+1
* scsi: scsi_dh: Return SCSI_DH_XX error code from ->attach()Hannes Reinecke2017-09-261-3/+3
* scsi: scsi_dh_rdac: Use ctlr directly in rdac_failover_get()Artem Savkov2017-05-241-6/+4Star
* scsi: remove scsi_execute_req_flagsChristoph Hellwig2017-02-231-4/+3Star
* scsi_dh_rdac: switch to scsi_execute_req_flags()Hannes Reinecke2017-01-271-123/+51Star
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-1/+1
* scsi_dh_rdac: update 'access_state' fieldHannes Reinecke2016-03-051-7/+31
* scsi_dh_rdac: always retry MODE SELECT on command lock violationHannes Reinecke2016-02-051-1/+3
* scsi_dh: kill struct scsi_dh_dataChristoph Hellwig2015-08-281-17/+13Star
* scsi_dh: move device matching to the core codeChristoph Hellwig2015-08-281-50/+0Star
* scsi: handle more device handler setup/teardown in common codeChristoph Hellwig2014-11-121-38/+15Star
* 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-16/+9Star
* scsi_dh: get module reference outside of device handlerChristoph Hellwig2014-11-121-4/+0Star
* 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_rdac: Add new IBM 1813 product id to rdac devlistStewart, Sean2013-10-251-0/+1
* [SCSI] scsi_dh_rdac : minor return fix for rdacMoger, Babu2012-09-241-1/+1
* [SCSI] scsi_dh_rdac : Consolidate rdac strings togetherMoger, Babu2012-09-241-15/+4Star
* [SCSI] scsi_dh_rdac: Add a new netapp vendor/product stringMoger, Babu2012-09-241-5/+6
* [SCSI] scsi_dh_rdac: Fix for unbalanced reference countMoger, Babu2012-02-221-11/+14
* [SCSI] scsi_dh_rdac: Fix error pathRichard Weinberger2012-01-111-0/+2
* [SCSI] scsi_dh_rdac: Adding the match function for rdac device handlerMoger, Babu2011-12-151-0/+19
* scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker2011-11-011-0/+1
* [SCSI] scsi_dh_rdac: Adding NetApp as a brand name for rdacChauhan, Vijay2011-09-221-2/+2
* [SCSI] scsi_dh_rdac: Adding couple more vendor product idsMoger, Babu2011-09-221-0/+2
* [SCSI] dh_rdac: Associate HBA and storage in rdac_controller to support parti...Chandra Seetharaman2011-07-281-3/+6
* [SCSI] dh_rdac: Use WWID from C8 page instead of Subsystem id from C4 page to...Chandra Seetharaman2011-07-271-39/+40
* treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2011-07-211-1/+1
* [SCSI] scsi_dh_rdac : decide whether to send mode select based on operating modeMoger, Babu2011-05-011-1/+16
* [SCSI] scsi_dh_rdac : Detect the different RDAC operating modesMoger, Babu2011-05-011-13/+20
* [SCSI] scsi_dh_rdac : Add definitions for different RDAC operating modesMoger, Babu2011-05-011-3/+19
* [SCSI] scsi_dh_rdac: Add MD36xxf into device listYanqing_Liu@Dell.com2011-03-151-0/+1
* [SCSI] scsi_dh_rdac : Adding MODULE VERSION for rdac device handlerMoger, Babu2011-02-121-0/+1
* [SCSI] scsi_dh: cosmetic change to sizeof()Hillf Danton2011-02-121-1/+1
* [SCSI] scsi_dh_rdac: fix for lun_table update for rdac device handlerMoger, Babu2011-02-121-12/+10Star
* [SCSI] scsi_dh_rdac: Add two new SUN devices to rdac_dev_listChauhan, Vijay2010-10-251-0/+2
* [SCSI] scsi_dh_rdac: Add Dell MD36xxi controller into RDAC device listYanqing_Liu@Dell.com2010-07-281-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] scsi_dh_rdac: Add two new IBM devices to rdac_dev_listMoger, Babu2009-12-101-0/+2
* [SCSI] scsi_dh: Make rdac hardware handler's activate() asyncChandra Seetharaman2009-12-041-8/+100
* [SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronousChandra Seetharaman2009-12-041-2/+5
* [SCSI] scsi_dh_rdac: Fix for returning correct mode select cmd return infoMoger, Babu2009-10-021-2/+0Star
* [SCSI] scsi_dh_rdac: changes for rdac debug loggingMoger, Babu2009-09-121-5/+46
* [SCSI] scsi_dh_rdac: changes to collect the rdac debug information during the...Moger, Babu2009-09-121-7/+27
* [SCSI] scsi_dh_rdac: move the init code from rdac_activate to rdac_bus_attachMoger, Babu2009-09-121-13/+13
* [SCSI] scsi_dh_rdac: Add support for Sun StorageTek ST2500, ST2510 and ST2530Charlie Brady2009-09-121-0/+3
* [SCSI] scsi_dh_rdac: add support for next generation of Dell PV arrayYanqing_Liu@Dell.com2009-09-051-0/+2
* [SCSI] scsi_dh: add two SUN devices to the list of devices supported by defaultChandra Seetharaman2009-08-231-0/+2
* [SCSI] scsi_dh_rdac: Retry for NOT_READY(02/04/01) in rdac device handlerChauhan, Vijay2009-05-211-0/+6