- 1d52032 scsi: handle more device handler setup/teardown in common code by Christoph Hellwig · 10 years ago
- cd37743 scsi: use container_of to get at device handler private data by Christoph Hellwig · 10 years ago
- 27c888f scsi_dh: get module reference outside of device handler by Christoph Hellwig · 10 years ago
- 333b244 scsi: TUR path is down after adapter gets reset with multipath by wenxiong@linux.vnet.ibm.com · 10 years ago
- a492f07 block,scsi: fixup blk_get_request dead queue scenarios by Joe Lawrence · 10 years ago
- f27b087 block: add blk_rq_set_block_pc() by Jens Axboe · 11 years ago
- a8e5a2d [SCSI] scsi_dh_alua: ALUA handler attach should succeed while TPG is transitioning by Stewart, Sean · 11 years ago
- c20ee7b [SCSI] scsi_dh_alua: ALUA check sense should retry device internal reset unit attention by Stewart, Sean · 11 years ago
- 7a3ad39 [SCSI] scsi_dh_alua: Add module parameter to allow failover to non preferred path without STPG by Stewart, Sean · 12 years ago
- 27db682 [SCSI] scsi_dh_alua: fix stpg sense handling by Mike Christie · 12 years ago
- e47f897 [SCSI] scsi_dh_alua: Enable STPG for unavailable ports by Bart Van Assche · 12 years ago
- bb2c94a [SCSI] scsi_dh_alua: Re-enable STPG for unavailable ports by Bart Van Assche · 12 years ago
- bc97f4b [SCSI] scsi_dh_alua: backoff alua rtpg retry linearly vs. geometrically by Rob Evers · 13 years ago
- 8e67ce6 [SCSI] scsi_dh_alua: retry alua rtpg extended header for illegal request response by Rob Evers · 13 years ago
- 3588c5a [SCSI] scsi_dh_alua: implement 'implied transition timeout' by Rob Evers · 13 years ago
- 72d9e0f [SCSI] scsi_dh_alua: Optimize the STPG command by Moger, Babu · 13 years ago
- dcd3a75 [SCSI] scsi_dh_alua: Store the PREF bit from RTPG by Moger, Babu · 13 years ago
- 4335d09 [SCSI] scsi_dh_alua: Inroduce the set_params interface scsi_dh_alua handler by Moger, Babu · 13 years ago
- 410f02d [SCSI] scsi_dh_alua: Retry the check-condition in case Mode Parameters Changed by Moger, Babu · 13 years ago
- 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
- ab72002 [SCSI] scsi_dh_alua: Fix the time inteval for alua rtpg commands by Moger, Babu · 13 years ago
- acf3368f scsi: Fix up files implicitly depending on module.h inclusion by Paul Gortmaker · 14 years ago
- bf81973 [SCSI] scsi_dh_alua: Add one more check-condition for alua handler by Moger, Babu · 13 years ago
- ebd1f64 [SCSI] scsi_dh_alua: Decrease retry interval by Hannes Reinecke · 13 years ago
- cfde3fa [SCSI] scsi_dh_alua: Fix Erroneous TPG ID check by Hannes Reinecke · 13 years ago
- 46ccf6b [SCSI] scsi_dh_alua: always update TPGS status on activate by Hannes Reinecke · 13 years ago
- 6c3633d [SCSI] scsi_dh: Implement match callback function by Hannes Reinecke · 13 years ago
- d7c48fe [SCSI] scsi_dh_alua: Evaluate TPGS setting from inquiry data by Hannes Reinecke · 13 years ago
- c0d289b [SCSI] scsi_dh_alua: Attach to UNAVAILABLE/OFFLINE AAS devices by Martin George · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- 9dfeb31 [SCSI] scsi_dh: cosmetic change to sizeof() by Hillf Danton · 14 years ago
- 5fd1062 [SCSI] scsi_dh_alua: add scalable ONTAP lun to dev list by Mike Snitzer · 14 years ago
- a3b1eff [SCSI] scsi_dh_alua: Add Promise VTrak to dev list by Ilgu Hong · 14 years ago
- 9349923 [SCSI] scsi_dh_alua: fix stpg_endio group state reporting by Joseph Gruher · 14 years ago
- ed0f36b [SCSI] scsi_dh_alua: fix deadlock in stpg_endio by Joseph Gruher · 14 years ago
- 7c66e9a [SCSI] scsi_dh_alua: fix submit_stpg return by Joseph Gruher · 14 years ago
- 69723d1 [SCSI] scsi_dh_alua: Handle all states correctly by Hannes Reinecke · 14 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 22963a3 [SCSI] scsi_dh_alua: Add IBM Power Virtual SCSI ALUA device to dev list by Brian King · 15 years ago
- cd4a881 [SCSI] scsi_dh_alua: add netapp to dev list by Mike Christie · 15 years ago
- 96e6586 [SCSI] scsi_dh: Make alua hardware handler's activate() async by Chandra Seetharaman · 15 years ago
- 3ae31f6 [SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronous by Chandra Seetharaman · 15 years ago
- 3c0d1d9 [SCSI] ALUA: send STPG if explicit and implicit is supported by Mike Christie · 15 years ago
- 4d086f6 [SCSI] scsi dh alua: handle report luns data changed in check sense callout by Ilgu Hong · 16 years ago
- 49baef0 [SCSI] scsi dh alua: add intel Multi-Flex device by Ilgu Hong · 16 years ago
- ef3fa8c [SCSI] scsi dh alua: fix group id masking by Ilgu Hong · 16 years ago
- 64f84bc [SCSI] scsi_dh_alua: remove REQ_NOMERGE by Mike Christie · 16 years ago
- 6000a36 [SCSI] block: separate failfast into multiple bits. by Mike Christie · 16 years ago
- c7dbb62 [SCSI] scsi_dh: make check_sense return ADD_TO_MLQUEUE by Mike Anderson · 16 years ago
- f08c076 make struct scsi_dh_devlist's static by Adrian Bunk · 16 years ago
- cadbd4a [SCSI] replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
- 057ea7c [SCSI] scsi_dh: add generic SPC-3 alua handler by Hannes Reinecke · 16 years ago