WSL2-Linux-Kernel/drivers/scsi/qla4xxx
Manish Rangankar 0e7e85019c [SCSI] qla4xxx: Remove reduandant code after open-iscsi integration.
1. Remove device database entry (ddb) state.
2. Remove device database (DDB) list building.
                With open-iscsi integration the logins to the target devices are
        handled by the user space. So the information of target is now
        maintained in the iscsi_session object. This is handled at
        libiscsi level so there is no need to maintain a list of DDBs in
        the qla4xxx LLD.
3. qla4xxx: Remove add_device_dynamically.
                Since autologin in FW is disabled with open-iscsi integration,
        driver will never get an AEN for which driver has not requested
        a DDB index. So remove the add_device_dynamically function.
4. Remove qla4xxx_tgt_dscvr
        Since firmware autologin is disabled this function will not work.
        Now user has the ability to do the target discovery and login to
        each target individually. Firwmare will not do the login on its own.
5. Remove relogin related code
        All relogin is handled by userspace now. qla4xxx just need to
        notify userspace of a connection failure, this triggers the
        relogin.
6. Remove add_session and alloc_session
        Now qla4xxx uses iscsi_session_setup that would do the necessary
        allocations for session and ddb_entry.

Signed-off-by: Manish Rangankar <manish.rangankar@qlogic.com>
Signed-off-by: Lalit Chandivade <lalit.chandivade@qlogic.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
2011-08-27 08:36:26 -06:00
..
Kconfig [SCSI] qla4xxx: Added support for ISP82XX 2010-07-28 09:04:23 -05:00
Makefile [SCSI] qla4xxx: add bsg support 2011-08-27 08:36:22 -06:00
ql4_attr.c [SCSI] qla4xxx: Added vendor specific sysfs attributes 2011-05-24 12:40:23 -04:00
ql4_bsg.c [SCSI] qla4xxx: add bsg support 2011-08-27 08:36:22 -06:00
ql4_bsg.h [SCSI] qla4xxx: add bsg support 2011-08-27 08:36:22 -06:00
ql4_dbg.c [SCSI] qla4xxx: Updated the Copyright header 2010-12-21 12:24:43 -06:00
ql4_dbg.h [SCSI] qla4xxx: Updated the Copyright header 2010-12-21 12:24:43 -06:00
ql4_def.h [SCSI] qla4xxx: Remove reduandant code after open-iscsi integration. 2011-08-27 08:36:26 -06:00
ql4_fw.h [SCSI] qla4xxx: support iscsiadm session mgmt 2011-08-27 08:36:24 -06:00
ql4_glbl.h [SCSI] qla4xxx: Remove reduandant code after open-iscsi integration. 2011-08-27 08:36:26 -06:00
ql4_init.c [SCSI] qla4xxx: Remove reduandant code after open-iscsi integration. 2011-08-27 08:36:26 -06:00
ql4_inline.h [SCSI] qla4xxx: Updated the Copyright header 2010-12-21 12:24:43 -06:00
ql4_iocb.c [SCSI] qla4xxx: Remove reduandant code after open-iscsi integration. 2011-08-27 08:36:26 -06:00
ql4_isr.c [SCSI] qla4xxx: support iscsiadm session mgmt 2011-08-27 08:36:24 -06:00
ql4_mbx.c [SCSI] qla4xxx: Remove reduandant code after open-iscsi integration. 2011-08-27 08:36:26 -06:00
ql4_nvram.c [SCSI] qla4xxx: Updated the Copyright header 2010-12-21 12:24:43 -06:00
ql4_nvram.h Fix common misspellings 2011-03-31 11:26:23 -03:00
ql4_nx.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 2011-05-27 19:52:57 -07:00
ql4_nx.h [SCSI] qla4xxx: Updated the Copyright header 2010-12-21 12:24:43 -06:00
ql4_os.c [SCSI] qla4xxx: Remove reduandant code after open-iscsi integration. 2011-08-27 08:36:26 -06:00
ql4_version.h [SCSI] qla4xxx: Update driver version to 5.02.00-k7 2011-05-24 12:40:34 -04:00