├── AskingQuestions ├── Makefile ├── README.SCST ├── README.md ├── SVN_TAGS ├── Warnfile ├── doc ├── Makefile ├── Using-the-DLM-as-a-Distributed-In-Memory-Database.pdf ├── fig1.png ├── fig2.png ├── scst_pg.sgml └── scst_user_spec.sgml ├── fcst ├── Kconfig ├── Makefile ├── Makefile_in-tree ├── README ├── fcst.h ├── ft_cmd.c ├── ft_io.c ├── ft_scst.c ├── ft_sess.c └── linux-patches │ ├── 01-prli-clean │ ├── 02-fc4 │ ├── 03-seq-init │ ├── 04-seq-set-resp │ ├── 05-lport-hook │ ├── 06-lport-notify │ ├── 07-pta-mask │ ├── 08-ptp-ref │ ├── 09-ptp-type │ ├── 10-non-fip │ ├── 11-ptp-flogi-recv │ ├── 12-ptp-npiv │ ├── 13-ptp-acc │ ├── 14-fc-frame-sparse-workaround │ ├── 15-fc4 │ ├── 16-seq-set-resp │ ├── 17-lport-hook │ ├── 18-lport-notify │ ├── 19-fc4-v2 │ ├── 20-seq-set-resp │ ├── 21-lport-hook │ ├── 22-lport-notify │ ├── 23-softirq │ ├── 24-softirq │ ├── 25-fip-union │ ├── 26-exch-alloc2 │ ├── series-2.6.33-rc8 │ ├── series-2.6.34 │ ├── series-2.6.35 │ └── series-2.6.36 ├── ibmvstgt ├── Makefile ├── README.procfs ├── README.sysfs ├── generate-in-tree-patches └── src │ ├── Kconfig │ ├── Makefile │ ├── SLES-10-SP3-ibmvscsis.c │ ├── amiga_defconfig │ ├── apollo_defconfig │ ├── at572d940hfek_defconfig │ ├── atari_defconfig │ ├── bcm47xx_defconfig │ ├── bvme6000_defconfig │ ├── cam60_defconfig │ ├── decstation_defconfig │ ├── dummy_powerpc_defs.h │ ├── hosts.c │ ├── hp300_defconfig │ ├── ibmvscsi.h │ ├── ibmvstgt.c │ ├── ip22_defconfig │ ├── ip27_defconfig │ ├── ip32_defconfig │ ├── jazz_defconfig │ ├── libsrp.c │ ├── libsrpnew.h │ ├── mac_defconfig │ ├── malta_defconfig │ ├── markeins_defconfig │ ├── motionpro_defconfig │ ├── mpc5200_defconfig │ ├── mpc8610_hpcd_defconfig │ ├── multi_defconfig │ ├── mvme147_defconfig │ ├── mvme16x_defconfig │ ├── orig │ ├── 2.6.35 │ │ ├── 712_defconfig │ │ ├── BF526-EZBRD_defconfig │ │ ├── BF527-EZKIT-V2_defconfig │ │ ├── BF527-EZKIT_defconfig │ │ ├── BF548-EZKIT_defconfig │ │ ├── BF561-ACVILON_defconfig │ │ ├── CM-BF527_defconfig │ │ ├── CM-BF548_defconfig │ │ ├── IP0X_defconfig │ │ ├── Kconfig │ │ ├── Makefile │ │ ├── a500_defconfig │ │ ├── amiga_defconfig │ │ ├── amigaone_defconfig │ │ ├── ap325rxa_defconfig │ │ ├── apollo_defconfig │ │ ├── at572d940hfek_defconfig │ │ ├── atari_defconfig │ │ ├── atstk1002_defconfig │ │ ├── atstk1003_defconfig │ │ ├── atstk1006_defconfig │ │ ├── bcm47xx_defconfig │ │ ├── bigsur_defconfig │ │ ├── bvme6000_defconfig │ │ ├── c2k_defconfig │ │ ├── c3000_defconfig │ │ ├── cam60_defconfig │ │ ├── cayman_defconfig │ │ ├── cell_defconfig │ │ ├── celleb_defconfig │ │ ├── chrp32_defconfig │ │ ├── cm5200_defconfig │ │ ├── cobalt_defconfig │ │ ├── decstation_defconfig │ │ ├── default_defconfig │ │ ├── defconfig │ │ ├── ecovec24-romimage_defconfig │ │ ├── ecovec24_defconfig │ │ ├── eiger_defconfig │ │ ├── espt_defconfig │ │ ├── fuloong2e_defconfig │ │ ├── g5_defconfig │ │ ├── gef_ppc9a_defconfig │ │ ├── gef_sbc310_defconfig │ │ ├── gef_sbc610_defconfig │ │ ├── generic_defconfig │ │ ├── hammerhead_defconfig │ │ ├── holly_defconfig │ │ ├── hosts.c │ │ ├── hp300_defconfig │ │ ├── hp6xx_defconfig │ │ ├── i386_defconfig │ │ ├── ibmvstgt.c │ │ ├── icon_defconfig │ │ ├── ip22_defconfig │ │ ├── ip27_defconfig │ │ ├── ip28_defconfig │ │ ├── ip32_defconfig │ │ ├── iseries_defconfig │ │ ├── jazz_defconfig │ │ ├── landisk_defconfig │ │ ├── lboxre2_defconfig │ │ ├── lemote2f_defconfig │ │ ├── libsrp.c │ │ ├── libsrp.h │ │ ├── linkstation_defconfig │ │ ├── lite5200b_defconfig │ │ ├── m32104ut_defconfig │ │ ├── m32700ut.smp_defconfig │ │ ├── m32700ut.up_defconfig │ │ ├── mac_defconfig │ │ ├── malta_defconfig │ │ ├── maple_defconfig │ │ ├── mappi2.opsp_defconfig │ │ ├── mappi2.vdec2_defconfig │ │ ├── markeins_defconfig │ │ ├── merisc_defconfig │ │ ├── migor_defconfig │ │ ├── motionpro_defconfig │ │ ├── mpc512x_defconfig │ │ ├── mpc5200_defconfig │ │ ├── mpc7448_hpc2_defconfig │ │ ├── mpc8313_rdb_defconfig │ │ ├── mpc8315_rdb_defconfig │ │ ├── mpc832x_mds_defconfig │ │ ├── mpc832x_rdb_defconfig │ │ ├── mpc834x_itx_defconfig │ │ ├── mpc834x_itxgp_defconfig │ │ ├── mpc836x_mds_defconfig │ │ ├── mpc837x_mds_defconfig │ │ ├── mpc837x_rdb_defconfig │ │ ├── mpc83xx_defconfig │ │ ├── mpc85xx_defconfig │ │ ├── mpc85xx_smp_defconfig │ │ ├── mpc8610_hpcd_defconfig │ │ ├── mpc8641_hpcn_defconfig │ │ ├── mpc86xx_defconfig │ │ ├── msp71xx_defconfig │ │ ├── mtx1_defconfig │ │ ├── multi_defconfig │ │ ├── mvme147_defconfig │ │ ├── mvme16x_defconfig │ │ ├── opsput_defconfig │ │ ├── pasemi_defconfig │ │ ├── pcm030_defconfig │ │ ├── pmac32_defconfig │ │ ├── pnx8335-stb225_defconfig │ │ ├── pnx8550-jbs_defconfig │ │ ├── pnx8550-stb810_defconfig │ │ ├── powertv_defconfig │ │ ├── ppc44x_defconfig │ │ ├── ppc64_defconfig │ │ ├── ppc64e_defconfig │ │ ├── ppc6xx_defconfig │ │ ├── prpmc2800_defconfig │ │ ├── ps3_defconfig │ │ ├── pseries_defconfig │ │ ├── q40_defconfig │ │ ├── r7780mp_defconfig │ │ ├── r7785rp_defconfig │ │ ├── rb532_defconfig │ │ ├── redwood_defconfig │ │ ├── rm200_defconfig │ │ ├── rts7751r2d1_defconfig │ │ ├── rts7751r2dplus_defconfig │ │ ├── s3c2410_defconfig │ │ ├── sam440ep_defconfig │ │ ├── sbc834x_defconfig │ │ ├── scsi_host.h │ │ ├── scsi_sysfs.c │ │ ├── scsi_tgt.h │ │ ├── scsi_tgt_if.c │ │ ├── scsi_tgt_if.h │ │ ├── scsi_tgt_lib.c │ │ ├── scsi_tgt_priv.h │ │ ├── scsi_transport_fc.c │ │ ├── scsi_transport_fc_internal.h │ │ ├── scsi_transport_srp.c │ │ ├── scsi_transport_srp_internal.h │ │ ├── sdk7780_defconfig │ │ ├── sdk7786_defconfig │ │ ├── se7343_defconfig │ │ ├── se7712_defconfig │ │ ├── se7721_defconfig │ │ ├── se7722_defconfig │ │ ├── se7724_defconfig │ │ ├── se7750_defconfig │ │ ├── sh03_defconfig │ │ ├── sh7763rdp_defconfig │ │ ├── sh7785lcr_32bit_defconfig │ │ ├── sh7785lcr_defconfig │ │ ├── shx3_defconfig │ │ ├── socrates_defconfig │ │ ├── sparc32_defconfig │ │ ├── sparc64_defconfig │ │ ├── storcenter_defconfig │ │ ├── stx_gp3_defconfig │ │ ├── sun3_defconfig │ │ ├── sun3x_defconfig │ │ ├── tb0226_defconfig │ │ ├── tb0287_defconfig │ │ ├── tiger_defconfig │ │ ├── titan_defconfig │ │ ├── tqm5200_defconfig │ │ ├── ul2_defconfig │ │ ├── urquell_defconfig │ │ ├── warp_defconfig │ │ ├── wii_defconfig │ │ ├── x86_64_defconfig │ │ ├── xen_domu_defconfig │ │ ├── xes_mpc85xx_defconfig │ │ └── zx1_defconfig │ └── 2.6.36 │ │ ├── Kconfig │ │ ├── Makefile │ │ ├── amiga_defconfig │ │ ├── apollo_defconfig │ │ ├── at572d940hfek_defconfig │ │ ├── atari_defconfig │ │ ├── bcm47xx_defconfig │ │ ├── bvme6000_defconfig │ │ ├── cam60_defconfig │ │ ├── decstation_defconfig │ │ ├── hosts.c │ │ ├── hp300_defconfig │ │ ├── ibmvstgt.c │ │ ├── ip22_defconfig │ │ ├── ip27_defconfig │ │ ├── ip32_defconfig │ │ ├── jazz_defconfig │ │ ├── libsrp.c │ │ ├── libsrp.h │ │ ├── mac_defconfig │ │ ├── malta_defconfig │ │ ├── markeins_defconfig │ │ ├── motionpro_defconfig │ │ ├── mpc5200_defconfig │ │ ├── mpc8610_hpcd_defconfig │ │ ├── multi_defconfig │ │ ├── mvme147_defconfig │ │ ├── mvme16x_defconfig │ │ ├── pnx8550-jbs_defconfig │ │ ├── pnx8550-stb810_defconfig │ │ ├── q40_defconfig │ │ ├── rm200_defconfig │ │ ├── s3c2410_defconfig │ │ ├── scsi_host.h │ │ ├── scsi_sysfs.c │ │ ├── scsi_tgt.h │ │ ├── scsi_tgt_if.c │ │ ├── scsi_tgt_if.h │ │ ├── scsi_tgt_lib.c │ │ ├── scsi_tgt_priv.h │ │ ├── scsi_transport_fc.c │ │ ├── scsi_transport_fc_internal.h │ │ ├── scsi_transport_srp.c │ │ ├── scsi_transport_srp_internal.h │ │ ├── srp.h │ │ ├── sun3_defconfig │ │ ├── sun3x_defconfig │ │ ├── tb0226_defconfig │ │ └── tb0287_defconfig │ ├── pnx8550-jbs_defconfig │ ├── pnx8550-stb810_defconfig │ ├── q40_defconfig │ ├── rm200_defconfig │ ├── s3c2410_defconfig │ ├── scsi-Makefile │ ├── scsi_host.h │ ├── scsi_sysfs.c │ ├── scsi_tgt.h │ ├── scsi_tgt_if.c │ ├── scsi_tgt_if.h │ ├── scsi_tgt_lib.c │ ├── scsi_tgt_priv.h │ ├── scsi_transport_fc.c │ ├── scsi_transport_fc_internal.h │ ├── scsi_transport_srp.c │ ├── scsi_transport_srp_internal.h │ ├── srpnew.h │ ├── sun3_defconfig │ ├── sun3x_defconfig │ ├── tb0226_defconfig │ ├── tb0287_defconfig │ └── viosrp.h ├── iscsi-scst ├── AskingQuestions ├── COPYING ├── ChangeLog ├── Makefile ├── Makefile_user_space_only ├── README ├── README.iser ├── README.iser_ofed ├── README_in-tree ├── ToDo ├── conftest │ ├── cm_listen │ │ ├── Makefile │ │ └── cm_listen.c │ ├── create_cq │ │ ├── Makefile │ │ └── create_cq.c │ ├── create_send_mad_ah │ │ ├── Makefile │ │ └── create_send_mad_ah.c │ ├── create_send_mad_base │ │ ├── Makefile │ │ └── create_send_mad_base.c │ ├── gid_change │ │ ├── Makefile │ │ └── gid_change.c │ ├── ib_client_remove │ │ ├── Makefile │ │ └── ib_client_remove.c │ ├── ib_dma_map_ops │ │ ├── Makefile │ │ └── ib_dma_map_ops.c │ ├── ib_set_cpi_resp_time │ │ ├── Makefile │ │ └── ib_set_cpi_resp_time.c │ ├── mad_handler_takes_send_buf │ │ ├── Makefile │ │ └── mad_handler_takes_send_buf.c │ ├── pd_has_local_dma_lkey │ │ ├── Makefile │ │ └── pd_has_local_dma_lkey.c │ ├── query_device │ │ ├── Makefile │ │ └── query_device.c │ ├── query_device_attr_arg │ │ ├── Makefile │ │ └── query_device_attr_arg.c │ ├── query_gid │ │ ├── Makefile │ │ └── query_gid.c │ ├── rdma_create_id_net │ │ ├── Makefile │ │ └── rdma_create_id_net.c │ ├── register_mad_agent │ │ ├── Makefile │ │ └── register_mad_agent.c │ └── use_pre_440_wr_structure │ │ ├── Makefile │ │ └── use_pre_440_wr_structure.c ├── doc │ ├── SCST_Gentoo_HOWTO.txt │ ├── iscsi-scst-howto.txt │ └── manpages │ │ ├── iscsi-scst-adm.8 │ │ ├── iscsi-scstd.8 │ │ └── iscsi-scstd.conf.5 ├── etc │ ├── obsolete │ │ ├── initiators.allow │ │ ├── initiators.deny │ │ ├── iscsi-scstd.conf │ │ └── scst.conf │ └── scst.conf ├── include │ ├── iscsi_scst.h │ ├── iscsi_scst_ver.h │ ├── iscsit_transport.h │ └── isert_scst.h ├── kernel │ ├── Kconfig │ ├── Makefile │ ├── Makefile.in-kernel │ ├── config.c │ ├── conn.c │ ├── digest.c │ ├── digest.h │ ├── event.c │ ├── iscsi.c │ ├── iscsi.h │ ├── iscsi_dbg.h │ ├── iscsi_hdr.h │ ├── iscsi_trace_flag.h │ ├── iscsit_transport.c │ ├── isert-scst │ │ ├── Kconfig │ │ ├── Makefile │ │ ├── Makefile.in-kernel │ │ ├── TODO │ │ ├── iser.h │ │ ├── iser_buf.c │ │ ├── iser_datamover.c │ │ ├── iser_datamover.h │ │ ├── iser_global.c │ │ ├── iser_hdr.h │ │ ├── iser_pdu.c │ │ ├── iser_rdma.c │ │ ├── isert.c │ │ ├── isert.h │ │ ├── isert_dbg.h │ │ └── isert_login.c │ ├── nthread.c │ ├── param.c │ ├── patches │ │ ├── put_page_callback-2.6.16.29.patch │ │ ├── put_page_callback-2.6.18.1.patch │ │ ├── put_page_callback-2.6.21.1.patch │ │ ├── put_page_callback-2.6.22.patch │ │ ├── put_page_callback-2.6.23.patch │ │ ├── put_page_callback-2.6.24.patch │ │ ├── put_page_callback-2.6.25.patch │ │ ├── put_page_callback-2.6.26.patch │ │ ├── put_page_callback-2.6.27.patch │ │ ├── put_page_callback-2.6.28.patch │ │ ├── put_page_callback-2.6.29.patch │ │ ├── put_page_callback-2.6.30.patch │ │ ├── put_page_callback-2.6.31.patch │ │ ├── put_page_callback-2.6.32.patch │ │ ├── put_page_callback-2.6.33.patch │ │ ├── put_page_callback-2.6.34.patch │ │ ├── put_page_callback-2.6.35.patch │ │ ├── put_page_callback-2.6.36.patch │ │ ├── put_page_callback-2.6.37.patch │ │ ├── put_page_callback-2.6.38.patch │ │ ├── put_page_callback-2.6.39.patch │ │ ├── put_page_callback-3.0.patch │ │ ├── put_page_callback-3.1.patch │ │ ├── put_page_callback-3.10.30.patch │ │ ├── put_page_callback-3.10.patch │ │ ├── put_page_callback-3.11.patch │ │ ├── put_page_callback-3.12.11.patch │ │ ├── put_page_callback-3.12.patch │ │ ├── put_page_callback-3.13.3.patch │ │ ├── put_page_callback-3.13.patch │ │ ├── put_page_callback-3.14.patch │ │ ├── put_page_callback-3.15.patch │ │ ├── put_page_callback-3.16.patch │ │ ├── put_page_callback-3.17.patch │ │ ├── put_page_callback-3.18.patch │ │ ├── put_page_callback-3.19.patch │ │ ├── put_page_callback-3.2.57.patch │ │ ├── put_page_callback-3.2.patch │ │ ├── put_page_callback-3.3.patch │ │ ├── put_page_callback-3.4.patch │ │ ├── put_page_callback-3.5.patch │ │ ├── put_page_callback-3.6.patch │ │ ├── put_page_callback-3.7.10.patch │ │ ├── put_page_callback-3.7.patch │ │ ├── put_page_callback-3.8.patch │ │ ├── put_page_callback-3.9.patch │ │ ├── rhel │ │ │ ├── put_page_callback-2.6.18.patch │ │ │ ├── put_page_callback-2.6.32-131.patch │ │ │ ├── put_page_callback-2.6.32-220.patch │ │ │ ├── put_page_callback-2.6.32-279.patch │ │ │ ├── put_page_callback-2.6.32-358.patch │ │ │ ├── put_page_callback-2.6.32-431.patch │ │ │ ├── put_page_callback-2.6.32-504.patch │ │ │ ├── put_page_callback-2.6.32-71.patch │ │ │ ├── put_page_callback-3.10.0-123.patch │ │ │ ├── put_page_callback-3.10.0-229.patch │ │ │ ├── put_page_callback-rhel5.patch │ │ │ └── put_page_callback-rhel61.patch │ │ └── unsupported │ │ │ └── put_page_callback-SuSE11-1.patch │ ├── scst_compat.c │ ├── session.c │ └── target.c ├── resource_agents │ ├── README │ ├── SCSTLun │ └── SCSTTarget └── usr │ ├── Makefile │ ├── chap.c │ ├── config.c │ ├── conn.c │ ├── ctldev.c │ ├── event.c │ ├── iscsi_adm.c │ ├── iscsi_adm.h │ ├── iscsi_hdr.h │ ├── iscsi_scstd.c │ ├── iscsid.c │ ├── iscsid.h │ ├── isns.c │ ├── isns_proto.h │ ├── log.c │ ├── md5.c │ ├── md5.h │ ├── message.c │ ├── misc.c │ ├── misc.h │ ├── param.c │ ├── param.h │ ├── session.c │ ├── sha1.c │ ├── sha1.h │ ├── target.c │ └── types.h ├── mpt ├── Makefile ├── README ├── in-tree │ ├── Kconfig │ ├── Kconfig-2.6.24.diff │ ├── Kconfig.diff │ ├── Makefile │ └── Makefile.diff ├── mpt_scst.c ├── mpt_scst.h └── scsi3.h ├── mvsas_tgt ├── ChangeLog ├── Makefile ├── README ├── mv_64xx.c ├── mv_64xx.h ├── mv_94xx.c ├── mv_94xx.h ├── mv_chips.h ├── mv_defs.h ├── mv_init.c ├── mv_sas.c ├── mv_sas.h ├── mv_spi.c ├── mv_spi.h ├── mv_tgt.c └── mv_tgt.h ├── nightly ├── README.txt ├── bin │ └── nightly └── conf │ ├── nightly.conf │ └── nightly.sendmail ├── qla2x00t ├── Kconfig ├── Makefile ├── doc │ └── qla2x00t-howto.html ├── extract-qla2xxx-orig ├── generate-in-tree-patches ├── kernel-patches │ └── scst_fc_vport_create.patch ├── qla2x00-target │ ├── AskingQuestions │ ├── ChangeLog │ ├── Kconfig │ ├── Makefile │ ├── Makefile_in-tree │ ├── Makefile_in-tree-2.6.23 │ ├── Makefile_in-tree-2.6.24 │ ├── Makefile_in-tree-2.6.25 │ ├── Makefile_in-tree-2.6.26 │ ├── Makefile_in-tree-2.6.27 │ ├── Makefile_in-tree-2.6.28 │ ├── Makefile_in-tree-2.6.29 │ ├── Makefile_in-tree-2.6.30 │ ├── Makefile_in-tree-2.6.31 │ ├── Makefile_in-tree-2.6.32 │ ├── Makefile_in-tree-2.6.33 │ ├── Makefile_in-tree-2.6.34 │ ├── README │ ├── ToDo │ ├── qla2x00t.c │ └── qla2x00t.h ├── qla2x_tgt.h ├── qla2x_tgt_def.h ├── qla_attr.c ├── qla_bsg.c ├── qla_bsg.h ├── qla_dbg.c ├── qla_dbg.h ├── qla_def.h ├── qla_devtbl.h ├── qla_dfs.c ├── qla_fw.h ├── qla_gbl.h ├── qla_gs.c ├── qla_init.c ├── qla_inline.h ├── qla_iocb.c ├── qla_isr.c ├── qla_mbx.c ├── qla_mid.c ├── qla_nx.c ├── qla_nx.h ├── qla_os.c ├── qla_settings.h ├── qla_sup.c └── qla_version.h ├── qla_isp-release.patch ├── qla_isp ├── ChangeLog ├── FIRMWARE.readme ├── LICENSE ├── Makefile ├── README ├── README.scst ├── TAGS ├── common │ ├── isp.c │ ├── isp_library.c │ ├── isp_library.h │ ├── isp_stds.h │ ├── isp_target.c │ ├── isp_target.h │ ├── isp_tpublic.h │ ├── ispmbox.h │ ├── ispreg.h │ └── ispvar.h ├── firmware │ ├── asm_1000.h │ ├── asm_1040.h │ ├── asm_1080.h │ ├── asm_12160.h │ ├── asm_2100.h │ ├── asm_2200.h │ ├── asm_2300.h │ ├── asm_2322.h │ ├── asm_2400.h │ ├── asm_2500.h │ └── fwbin ├── linux-2.6 │ ├── Makefile │ └── build │ │ └── Makefile └── linux │ ├── isp_cb_ops.c │ ├── isp_ioctl.h │ ├── isp_linux.c │ ├── isp_linux.h │ ├── isp_pci.c │ └── isp_scst.c ├── scripts ├── blockdev-perftest ├── filter-trace-entry-exit ├── generate-kernel-patch ├── generate-patched-kernel ├── generate-release-archive ├── generate-scst-patch ├── kernel-functions ├── list-conditional-defines ├── list-double-blank-lines ├── list-source-files ├── monitor-interrupt-rate ├── monitor-memory-usage ├── rebuild-rhel-kernel-rpm ├── rhel-rpm-functions ├── run-regression-tests ├── specialize-patch ├── spread-mlx4-ib-interrupts ├── test-persistent-reservation └── update-version ├── scst-dkms.spec.in ├── scst.spec.in ├── scst ├── AskingQuestions ├── COPYING ├── ChangeLog ├── Makefile ├── README ├── README.dlm ├── README.drbd ├── README_RHEL ├── README_in-tree ├── SysfsRules ├── T10-PI ├── ToDo ├── include │ ├── backport.h │ ├── scst.h │ ├── scst_const.h │ ├── scst_debug.h │ ├── scst_event.h │ ├── scst_sgv.h │ └── scst_user.h ├── kernel │ ├── README_nolockdep │ ├── in-tree │ │ ├── Kconfig.drivers.Linux-2.6.18.patch │ │ ├── Kconfig.drivers.Linux-2.6.23.patch │ │ ├── Kconfig.drivers.Linux-2.6.24.patch │ │ ├── Kconfig.drivers.Linux-2.6.25.patch │ │ ├── Kconfig.drivers.Linux-2.6.26.patch │ │ ├── Kconfig.drivers.Linux-2.6.27.patch │ │ ├── Kconfig.drivers.Linux-2.6.28.patch │ │ ├── Kconfig.drivers.Linux-2.6.29.patch │ │ ├── Kconfig.drivers.Linux-2.6.30.patch │ │ ├── Kconfig.drivers.Linux-2.6.31.patch │ │ ├── Kconfig.drivers.Linux-2.6.32.patch │ │ ├── Kconfig.drivers.Linux-2.6.33.patch │ │ ├── Kconfig.drivers.Linux-2.6.34.patch │ │ ├── Kconfig.drivers.Linux-2.6.35.patch │ │ ├── Kconfig.drivers.Linux-2.6.36.patch │ │ ├── Kconfig.drivers.Linux-2.6.7.patch │ │ ├── Kconfig.drivers.Linux.patch │ │ ├── Kconfig.scst │ │ ├── Makefile.dev_handlers │ │ ├── Makefile.dev_handlers-2.6.23 │ │ ├── Makefile.dev_handlers-2.6.24 │ │ ├── Makefile.dev_handlers-2.6.25 │ │ ├── Makefile.dev_handlers-2.6.26 │ │ ├── Makefile.dev_handlers-2.6.27 │ │ ├── Makefile.dev_handlers-2.6.28 │ │ ├── Makefile.dev_handlers-2.6.29 │ │ ├── Makefile.dev_handlers-2.6.30 │ │ ├── Makefile.dev_handlers-2.6.31 │ │ ├── Makefile.dev_handlers-2.6.32 │ │ ├── Makefile.dev_handlers-2.6.33 │ │ ├── Makefile.dev_handlers-2.6.34 │ │ ├── Makefile.drivers.Linux-2.6.15.patch │ │ ├── Makefile.drivers.Linux-2.6.18.patch │ │ ├── Makefile.drivers.Linux-2.6.23.patch │ │ ├── Makefile.drivers.Linux-2.6.24.patch │ │ ├── Makefile.drivers.Linux-2.6.25.patch │ │ ├── Makefile.drivers.Linux-2.6.26.patch │ │ ├── Makefile.drivers.Linux-2.6.27.patch │ │ ├── Makefile.drivers.Linux-2.6.28.patch │ │ ├── Makefile.drivers.Linux-2.6.29.patch │ │ ├── Makefile.drivers.Linux-2.6.30.patch │ │ ├── Makefile.drivers.Linux-2.6.31.patch │ │ ├── Makefile.drivers.Linux-2.6.32.patch │ │ ├── Makefile.drivers.Linux-2.6.33.patch │ │ ├── Makefile.drivers.Linux-2.6.34.patch │ │ ├── Makefile.drivers.Linux-2.6.35.patch │ │ ├── Makefile.drivers.Linux-2.6.36.patch │ │ ├── Makefile.drivers.Linux-2.6.37.patch │ │ ├── Makefile.drivers.Linux-2.6.38.patch │ │ ├── Makefile.drivers.Linux-2.6.39.patch │ │ ├── Makefile.drivers.Linux-2.6.7.patch │ │ ├── Makefile.drivers.Linux-3.0.patch │ │ ├── Makefile.drivers.Linux-3.1.patch │ │ ├── Makefile.drivers.Linux-3.2.patch │ │ ├── Makefile.drivers.Linux-3.3.patch │ │ ├── Makefile.drivers.Linux-3.4.patch │ │ ├── Makefile.drivers.Linux-3.5.patch │ │ ├── Makefile.drivers.Linux-3.6.patch │ │ ├── Makefile.drivers.Linux.patch │ │ ├── Makefile.scst │ │ ├── Makefile.scst-2.6.23 │ │ ├── Makefile.scst-2.6.24 │ │ ├── Makefile.scst-2.6.25 │ │ ├── Makefile.scst-2.6.26 │ │ ├── Makefile.scst-2.6.27 │ │ ├── Makefile.scst-2.6.28 │ │ ├── Makefile.scst-2.6.29 │ │ ├── Makefile.scst-2.6.30 │ │ ├── Makefile.scst-2.6.31 │ │ └── Makefile.scst-2.6.32 │ ├── nolockdep-3.10.patch │ ├── nolockdep-3.11.patch │ ├── nolockdep-3.12.patch │ ├── nolockdep-3.13.patch │ ├── nolockdep-3.14.patch │ ├── nolockdep-3.15.patch │ ├── nolockdep-3.16.patch │ ├── nolockdep-3.17.patch │ ├── nolockdep-3.5.patch │ ├── nolockdep-3.6.patch │ ├── nolockdep-3.7.patch │ ├── nolockdep-3.8.patch │ ├── nolockdep-3.9.patch │ ├── nolockdep-4.10.patch │ ├── nolockdep-4.11.patch │ ├── nolockdep-4.6.patch │ ├── nolockdep-4.9.patch │ ├── old_unsupported │ │ └── 26_scst-2.6.14-.patch │ ├── readahead-2.6.25.patch │ ├── readahead-2.6.26.patch │ ├── readahead-2.6.27.patch │ ├── readahead-2.6.28.patch │ ├── readahead-2.6.29.patch │ ├── readahead-2.6.30.patch │ ├── readahead-2.6.31.patch │ ├── readahead-2.6.32.below11.patch │ ├── readahead-context-2.6.29.patch │ ├── readahead-context-2.6.30.patch │ ├── rhel │ │ ├── scst_exec_req_fifo-2.6.18.patch │ │ └── scst_exec_req_fifo-rhel5.patch │ ├── scst_exec_req_fifo-2.6.15.patch │ ├── scst_exec_req_fifo-2.6.16.patch │ ├── scst_exec_req_fifo-2.6.18.patch │ ├── scst_exec_req_fifo-2.6.21.patch │ ├── scst_exec_req_fifo-2.6.22.patch │ ├── scst_exec_req_fifo-2.6.23.patch │ ├── scst_exec_req_fifo-2.6.24.patch │ ├── scst_exec_req_fifo-2.6.25.patch │ ├── scst_exec_req_fifo-2.6.26.patch │ ├── scst_exec_req_fifo-2.6.27.patch │ ├── scst_exec_req_fifo-2.6.28.patch │ ├── scst_exec_req_fifo-2.6.29.patch │ └── unsupported │ │ └── readahead-ubuntu-8.04-2.6.24.patch ├── src │ ├── Makefile │ ├── dev_handlers │ │ ├── Makefile │ │ ├── scst_cdrom.c │ │ ├── scst_changer.c │ │ ├── scst_dev_handler.h │ │ ├── scst_disk.c │ │ ├── scst_modisk.c │ │ ├── scst_processor.c │ │ ├── scst_raid.c │ │ ├── scst_tape.c │ │ ├── scst_user.c │ │ ├── scst_vdisk.c │ │ ├── scst_vdisk_aio.c │ │ └── scstu_tcmu.c │ ├── scst_copy_mgr.c │ ├── scst_debug.c │ ├── scst_dlm.c │ ├── scst_dlm.h │ ├── scst_event.c │ ├── scst_lib.c │ ├── scst_main.c │ ├── scst_mem.c │ ├── scst_mem.h │ ├── scst_module.c │ ├── scst_no_dlm.c │ ├── scst_pres.c │ ├── scst_pres.h │ ├── scst_priv.h │ ├── scst_proc.c │ ├── scst_sysfs.c │ ├── scst_targ.c │ └── scst_tg.c └── sysfs-scst ├── scst_local ├── Makefile ├── README ├── in-tree │ ├── Kconfig │ ├── Makefile │ ├── Makefile-2.6.23 │ ├── Makefile-2.6.24 │ ├── Makefile-2.6.25 │ ├── Makefile-2.6.26 │ ├── Makefile-2.6.27 │ ├── Makefile-2.6.28 │ ├── Makefile-2.6.29 │ ├── Makefile-2.6.30 │ ├── Makefile-2.6.31 │ ├── Makefile-2.6.32 │ ├── Makefile-2.6.33 │ └── Makefile-2.6.34 └── scst_local.c ├── scstadmin ├── ChangeLog ├── LICENSE ├── Makefile ├── README ├── README.procfs ├── default │ └── scst ├── examples │ ├── scst.conf.procfs │ └── scst.conf.sysfs ├── init.d │ └── scst ├── scstadmin ├── scstadmin.procfs │ ├── Makefile │ ├── scst-0.8.22 │ │ ├── MANIFEST │ │ ├── Makefile.PL │ │ ├── README │ │ └── lib │ │ │ └── SCST │ │ │ └── SCST.pm │ └── scstadmin ├── scstadmin.spec.in └── scstadmin.sysfs │ ├── Makefile │ ├── man1 │ └── scstadmin.1 │ ├── man5 │ ├── scst.5 │ └── scst.conf.5 │ ├── scst-1.0.0 │ ├── MANIFEST │ ├── Makefile.PL │ ├── README │ ├── lib │ │ └── SCST │ │ │ └── SCST.pm │ └── t │ │ ├── 01-start-scst.t │ │ ├── 02-scst-attr.t │ │ ├── 03-targets.t │ │ ├── 04-alua.t │ │ ├── 05-dynattr.t │ │ ├── 06-after-restore.conf │ │ ├── 06-cont-on-err.t │ │ ├── 06-to-be-restored.conf │ │ ├── 07-result.conf │ │ ├── 07-scstadmin-args.t │ │ └── 99-stop-scst.t │ └── scstadmin ├── srpt ├── ChangeLog ├── LICENSE ├── Makefile ├── Measurement-Results.txt ├── README ├── README.ofed ├── README_in-tree ├── Testing.txt ├── conftest │ ├── cm_listen │ │ ├── Makefile │ │ └── cm_listen.c │ ├── create_cq │ │ ├── Makefile │ │ └── create_cq.c │ ├── create_send_mad_ah │ │ ├── Makefile │ │ └── create_send_mad_ah.c │ ├── create_send_mad_base │ │ ├── Makefile │ │ └── create_send_mad_base.c │ ├── gid_change │ │ ├── Makefile │ │ └── gid_change.c │ ├── ib_client_remove │ │ ├── Makefile │ │ └── ib_client_remove.c │ ├── ib_dma_map_ops │ │ ├── Makefile │ │ └── ib_dma_map_ops.c │ ├── ib_set_cpi_resp_time │ │ ├── Makefile │ │ └── ib_set_cpi_resp_time.c │ ├── mad_handler_takes_send_buf │ │ ├── Makefile │ │ └── mad_handler_takes_send_buf.c │ ├── pd_has_local_dma_lkey │ │ ├── Makefile │ │ └── pd_has_local_dma_lkey.c │ ├── query_device │ │ ├── Makefile │ │ └── query_device.c │ ├── query_device_attr_arg │ │ ├── Makefile │ │ └── query_device_attr_arg.c │ ├── query_gid │ │ ├── Makefile │ │ └── query_gid.c │ ├── rdma_create_id_net │ │ ├── Makefile │ │ └── rdma_create_id_net.c │ ├── register_mad_agent │ │ ├── Makefile │ │ └── register_mad_agent.c │ └── use_pre_440_wr_structure │ │ ├── Makefile │ │ └── use_pre_440_wr_structure.c ├── session-management.txt └── src │ ├── Kconfig │ ├── Makefile │ ├── Makefile.in_kernel │ ├── ib_dm_mad.h │ ├── ib_srpt.c │ ├── ib_srpt.h │ └── srp-ext.h ├── usermode ├── Makefile ├── README.DRBD ├── darray.h ├── glfs.c ├── libtcmu.h ├── libtcmu_log.h ├── qcow.c ├── qcow.h ├── qcow2.h ├── ram.c ├── rbd.c ├── scsi_defs.h ├── scst_compat.h ├── scstu_tcmu.h ├── scstu_tcmur.pdf ├── scstu_tcmur.png ├── spdk.c └── tcmu-runner.h ├── usr ├── Makefile ├── events │ ├── Makefile │ ├── README │ ├── debug.c │ └── events.c ├── fileio │ ├── ChangeLog │ ├── Makefile │ ├── README │ ├── common.c │ ├── common.h │ ├── crc32.c │ ├── debug.c │ └── fileio.c ├── include │ ├── debug.c │ ├── debug.h │ └── version.h └── stpgd │ ├── Makefile │ ├── README │ ├── debug.c │ ├── scst_on_stpg │ └── stpgd_main.c └── www ├── Gentoo-HOWTO.pdf ├── bart_res.txt ├── comparison.html ├── contributing.html ├── downloads.html ├── handler_fileio_tgt.html ├── images ├── LPe16002.jpg ├── Orange.css ├── arrow.gif ├── avago.jpg ├── clock.gif ├── comment.gif ├── fig1.png ├── fig2.png ├── fig3.png ├── fig4.png ├── footerbg.gif ├── headerbg-orange.gif ├── headerbg.gif ├── init_scst.png ├── iss.jpg ├── logo.gif ├── menubg.gif ├── menubg_current.gif ├── menudivide.gif ├── page.gif ├── quote.gif ├── scst_cmd_thread.png ├── scst_mgmt_cmd_thread.png ├── scst_mgmt_thread.png ├── square_arrow.gif ├── t_emulex.gif ├── t_fcoe.gif ├── t_lsi.gif ├── t_qlogic.gif ├── t_rdma.gif ├── t_sas.gif ├── t_unsupported.gif └── tooltips.js ├── index.html ├── iscsi-scst └── index.html ├── max_outstanding_r2t.txt ├── mc_s.html ├── scst_admin.html ├── scstvslio.html ├── scstvsstgt.html ├── sgv_big_order_alloc-sfw5-rc3.diff ├── sgv_big_order_alloc.diff ├── target_emulex.html ├── target_fcoe.html ├── target_ibmvscsi.html ├── target_iscsi.html ├── target_local.html ├── target_lsi.html ├── target_mvsas.html ├── target_old.html ├── target_qla2x00t.html ├── target_srp.html ├── targets.html ├── tomasz_res.txt ├── users.html └── vl_res.txt /AskingQuestions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/AskingQuestions -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/Makefile -------------------------------------------------------------------------------- /README.SCST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/README.SCST -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/README.md -------------------------------------------------------------------------------- /SVN_TAGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/SVN_TAGS -------------------------------------------------------------------------------- /Warnfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/Warnfile -------------------------------------------------------------------------------- /doc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/doc/Makefile -------------------------------------------------------------------------------- /doc/fig1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/doc/fig1.png -------------------------------------------------------------------------------- /doc/fig2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/doc/fig2.png -------------------------------------------------------------------------------- /doc/scst_pg.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/doc/scst_pg.sgml -------------------------------------------------------------------------------- /doc/scst_user_spec.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/doc/scst_user_spec.sgml -------------------------------------------------------------------------------- /fcst/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/Kconfig -------------------------------------------------------------------------------- /fcst/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/Makefile -------------------------------------------------------------------------------- /fcst/Makefile_in-tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/Makefile_in-tree -------------------------------------------------------------------------------- /fcst/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/README -------------------------------------------------------------------------------- /fcst/fcst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/fcst.h -------------------------------------------------------------------------------- /fcst/ft_cmd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/ft_cmd.c -------------------------------------------------------------------------------- /fcst/ft_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/ft_io.c -------------------------------------------------------------------------------- /fcst/ft_scst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/ft_scst.c -------------------------------------------------------------------------------- /fcst/ft_sess.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/ft_sess.c -------------------------------------------------------------------------------- /fcst/linux-patches/01-prli-clean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/01-prli-clean -------------------------------------------------------------------------------- /fcst/linux-patches/02-fc4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/02-fc4 -------------------------------------------------------------------------------- /fcst/linux-patches/03-seq-init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/03-seq-init -------------------------------------------------------------------------------- /fcst/linux-patches/04-seq-set-resp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/04-seq-set-resp -------------------------------------------------------------------------------- /fcst/linux-patches/05-lport-hook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/05-lport-hook -------------------------------------------------------------------------------- /fcst/linux-patches/06-lport-notify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/06-lport-notify -------------------------------------------------------------------------------- /fcst/linux-patches/07-pta-mask: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/07-pta-mask -------------------------------------------------------------------------------- /fcst/linux-patches/08-ptp-ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/08-ptp-ref -------------------------------------------------------------------------------- /fcst/linux-patches/09-ptp-type: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/09-ptp-type -------------------------------------------------------------------------------- /fcst/linux-patches/10-non-fip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/10-non-fip -------------------------------------------------------------------------------- /fcst/linux-patches/11-ptp-flogi-recv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/11-ptp-flogi-recv -------------------------------------------------------------------------------- /fcst/linux-patches/12-ptp-npiv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/12-ptp-npiv -------------------------------------------------------------------------------- /fcst/linux-patches/13-ptp-acc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/13-ptp-acc -------------------------------------------------------------------------------- /fcst/linux-patches/14-fc-frame-sparse-workaround: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/14-fc-frame-sparse-workaround -------------------------------------------------------------------------------- /fcst/linux-patches/15-fc4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/15-fc4 -------------------------------------------------------------------------------- /fcst/linux-patches/16-seq-set-resp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/16-seq-set-resp -------------------------------------------------------------------------------- /fcst/linux-patches/17-lport-hook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/17-lport-hook -------------------------------------------------------------------------------- /fcst/linux-patches/18-lport-notify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/18-lport-notify -------------------------------------------------------------------------------- /fcst/linux-patches/19-fc4-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/19-fc4-v2 -------------------------------------------------------------------------------- /fcst/linux-patches/20-seq-set-resp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/20-seq-set-resp -------------------------------------------------------------------------------- /fcst/linux-patches/21-lport-hook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/21-lport-hook -------------------------------------------------------------------------------- /fcst/linux-patches/22-lport-notify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/22-lport-notify -------------------------------------------------------------------------------- /fcst/linux-patches/23-softirq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/23-softirq -------------------------------------------------------------------------------- /fcst/linux-patches/24-softirq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/24-softirq -------------------------------------------------------------------------------- /fcst/linux-patches/25-fip-union: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/25-fip-union -------------------------------------------------------------------------------- /fcst/linux-patches/26-exch-alloc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/26-exch-alloc2 -------------------------------------------------------------------------------- /fcst/linux-patches/series-2.6.33-rc8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/series-2.6.33-rc8 -------------------------------------------------------------------------------- /fcst/linux-patches/series-2.6.34: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/series-2.6.34 -------------------------------------------------------------------------------- /fcst/linux-patches/series-2.6.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/series-2.6.35 -------------------------------------------------------------------------------- /fcst/linux-patches/series-2.6.36: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/fcst/linux-patches/series-2.6.36 -------------------------------------------------------------------------------- /ibmvstgt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/Makefile -------------------------------------------------------------------------------- /ibmvstgt/README.procfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/README.procfs -------------------------------------------------------------------------------- /ibmvstgt/README.sysfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/README.sysfs -------------------------------------------------------------------------------- /ibmvstgt/generate-in-tree-patches: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/generate-in-tree-patches -------------------------------------------------------------------------------- /ibmvstgt/src/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/Kconfig -------------------------------------------------------------------------------- /ibmvstgt/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/Makefile -------------------------------------------------------------------------------- /ibmvstgt/src/SLES-10-SP3-ibmvscsis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/SLES-10-SP3-ibmvscsis.c -------------------------------------------------------------------------------- /ibmvstgt/src/amiga_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/amiga_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/apollo_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/apollo_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/at572d940hfek_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/at572d940hfek_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/atari_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/atari_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/bcm47xx_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/bcm47xx_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/bvme6000_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/bvme6000_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/cam60_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/cam60_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/decstation_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/decstation_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/dummy_powerpc_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/dummy_powerpc_defs.h -------------------------------------------------------------------------------- /ibmvstgt/src/hosts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/hosts.c -------------------------------------------------------------------------------- /ibmvstgt/src/hp300_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/hp300_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/ibmvscsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/ibmvscsi.h -------------------------------------------------------------------------------- /ibmvstgt/src/ibmvstgt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/ibmvstgt.c -------------------------------------------------------------------------------- /ibmvstgt/src/ip22_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/ip22_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/ip27_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/ip27_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/ip32_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/ip32_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/jazz_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/jazz_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/libsrp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/libsrp.c -------------------------------------------------------------------------------- /ibmvstgt/src/libsrpnew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/libsrpnew.h -------------------------------------------------------------------------------- /ibmvstgt/src/mac_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/mac_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/malta_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/malta_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/markeins_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/markeins_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/motionpro_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/motionpro_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/mpc5200_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/mpc5200_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/mpc8610_hpcd_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/mpc8610_hpcd_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/multi_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/multi_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/mvme147_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/mvme147_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/mvme16x_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/mvme16x_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/712_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/712_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/BF526-EZBRD_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/BF526-EZBRD_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/BF527-EZKIT_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/BF527-EZKIT_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/BF548-EZKIT_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/BF548-EZKIT_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/BF561-ACVILON_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/BF561-ACVILON_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/CM-BF527_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/CM-BF527_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/CM-BF548_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/CM-BF548_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/IP0X_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/IP0X_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/Kconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/Makefile -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/a500_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/a500_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/amiga_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/amiga_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/amigaone_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/amigaone_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/ap325rxa_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/ap325rxa_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/apollo_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/apollo_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/at572d940hfek_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/at572d940hfek_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/atari_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/atari_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/atstk1002_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/atstk1002_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/atstk1003_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/atstk1003_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/atstk1006_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/atstk1006_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/bcm47xx_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/bcm47xx_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/bigsur_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/bigsur_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/bvme6000_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/bvme6000_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/c2k_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/c2k_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/c3000_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/c3000_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/cam60_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/cam60_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/cayman_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/cayman_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/cell_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/cell_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/celleb_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/celleb_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/chrp32_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/chrp32_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/cm5200_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/cm5200_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/cobalt_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/cobalt_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/decstation_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/decstation_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/default_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/default_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/ecovec24_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/ecovec24_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/eiger_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/eiger_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/espt_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/espt_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/fuloong2e_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/fuloong2e_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/g5_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/g5_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/gef_ppc9a_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/gef_ppc9a_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/gef_sbc310_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/gef_sbc310_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/gef_sbc610_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/gef_sbc610_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/generic_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/generic_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/hammerhead_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/hammerhead_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/holly_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/holly_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/hosts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/hosts.c -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/hp300_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/hp300_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/hp6xx_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/hp6xx_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/i386_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/i386_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/ibmvstgt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/ibmvstgt.c -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/icon_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/icon_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/ip22_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/ip22_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/ip27_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/ip27_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/ip28_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/ip28_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/ip32_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/ip32_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/iseries_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/iseries_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/jazz_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/jazz_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/landisk_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/landisk_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/lboxre2_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/lboxre2_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/lemote2f_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/lemote2f_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/libsrp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/libsrp.c -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/libsrp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/libsrp.h -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/linkstation_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/linkstation_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/lite5200b_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/lite5200b_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/m32104ut_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/m32104ut_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/m32700ut.smp_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/m32700ut.smp_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/m32700ut.up_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/m32700ut.up_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/mac_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/mac_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/malta_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/malta_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/maple_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/maple_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/mappi2.opsp_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/mappi2.opsp_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/mappi2.vdec2_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/mappi2.vdec2_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/markeins_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/markeins_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/merisc_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/merisc_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/migor_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/migor_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/motionpro_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/motionpro_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/mpc512x_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/mpc512x_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/mpc5200_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/mpc5200_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/mpc7448_hpc2_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/mpc7448_hpc2_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/mpc8313_rdb_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/mpc8313_rdb_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/mpc8315_rdb_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/mpc8315_rdb_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/mpc83xx_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/mpc83xx_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/mpc85xx_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/mpc85xx_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/mpc86xx_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/mpc86xx_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/msp71xx_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/msp71xx_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/mtx1_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/mtx1_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/multi_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/multi_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/mvme147_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/mvme147_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/mvme16x_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/mvme16x_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/opsput_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/opsput_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/pasemi_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/pasemi_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/pcm030_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/pcm030_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/pmac32_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/pmac32_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/powertv_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/powertv_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/ppc44x_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/ppc44x_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/ppc64_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/ppc64_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/ppc64e_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/ppc64e_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/ppc6xx_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/ppc6xx_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/prpmc2800_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/prpmc2800_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/ps3_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/ps3_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/pseries_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/pseries_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/q40_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/q40_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/r7780mp_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/r7780mp_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/r7785rp_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/r7785rp_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/rb532_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/rb532_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/redwood_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/redwood_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/rm200_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/rm200_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/s3c2410_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/s3c2410_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/sam440ep_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/sam440ep_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/sbc834x_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/sbc834x_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/scsi_host.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/scsi_host.h -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/scsi_sysfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/scsi_sysfs.c -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/scsi_tgt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/scsi_tgt.h -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/scsi_tgt_if.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/scsi_tgt_if.c -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/scsi_tgt_if.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/scsi_tgt_if.h -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/scsi_tgt_lib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/scsi_tgt_lib.c -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/scsi_tgt_priv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/scsi_tgt_priv.h -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/scsi_transport_fc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/scsi_transport_fc.c -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/scsi_transport_srp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/scsi_transport_srp.c -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/sdk7780_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/sdk7780_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/sdk7786_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/sdk7786_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/se7343_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/se7343_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/se7712_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/se7712_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/se7721_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/se7721_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/se7722_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/se7722_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/se7724_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/se7724_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/se7750_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/se7750_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/sh03_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/sh03_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/sh7763rdp_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/sh7763rdp_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/sh7785lcr_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/sh7785lcr_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/shx3_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/shx3_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/socrates_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/socrates_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/sparc32_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/sparc32_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/sparc64_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/sparc64_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/storcenter_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/storcenter_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/stx_gp3_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/stx_gp3_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/sun3_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/sun3_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/sun3x_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/sun3x_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/tb0226_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/tb0226_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/tb0287_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/tb0287_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/tiger_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/tiger_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/titan_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/titan_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/tqm5200_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/tqm5200_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/ul2_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/ul2_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/urquell_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/urquell_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/warp_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/warp_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/wii_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/wii_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/x86_64_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/x86_64_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/xen_domu_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/xen_domu_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.35/zx1_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.35/zx1_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/Kconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/Makefile -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/amiga_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/amiga_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/apollo_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/apollo_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/atari_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/atari_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/bcm47xx_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/bcm47xx_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/bvme6000_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/bvme6000_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/cam60_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/cam60_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/decstation_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/decstation_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/hosts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/hosts.c -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/hp300_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/hp300_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/ibmvstgt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/ibmvstgt.c -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/ip22_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/ip22_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/ip27_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/ip27_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/ip32_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/ip32_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/jazz_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/jazz_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/libsrp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/libsrp.c -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/libsrp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/libsrp.h -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/mac_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/mac_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/malta_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/malta_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/markeins_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/markeins_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/motionpro_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/motionpro_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/mpc5200_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/mpc5200_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/multi_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/multi_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/mvme147_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/mvme147_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/mvme16x_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/mvme16x_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/q40_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/q40_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/rm200_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/rm200_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/s3c2410_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/s3c2410_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/scsi_host.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/scsi_host.h -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/scsi_sysfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/scsi_sysfs.c -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/scsi_tgt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/scsi_tgt.h -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/scsi_tgt_if.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/scsi_tgt_if.c -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/scsi_tgt_if.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/scsi_tgt_if.h -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/scsi_tgt_lib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/scsi_tgt_lib.c -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/scsi_tgt_priv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/scsi_tgt_priv.h -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/scsi_transport_fc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/scsi_transport_fc.c -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/scsi_transport_srp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/scsi_transport_srp.c -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/srp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/srp.h -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/sun3_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/sun3_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/sun3x_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/sun3x_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/tb0226_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/tb0226_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/orig/2.6.36/tb0287_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/orig/2.6.36/tb0287_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/pnx8550-jbs_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/pnx8550-jbs_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/pnx8550-stb810_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/pnx8550-stb810_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/q40_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/q40_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/rm200_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/rm200_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/s3c2410_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/s3c2410_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/scsi-Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/scsi-Makefile -------------------------------------------------------------------------------- /ibmvstgt/src/scsi_host.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/scsi_host.h -------------------------------------------------------------------------------- /ibmvstgt/src/scsi_sysfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/scsi_sysfs.c -------------------------------------------------------------------------------- /ibmvstgt/src/scsi_tgt.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ibmvstgt/src/scsi_tgt_if.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ibmvstgt/src/scsi_tgt_if.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ibmvstgt/src/scsi_tgt_lib.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ibmvstgt/src/scsi_tgt_priv.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ibmvstgt/src/scsi_transport_fc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/scsi_transport_fc.c -------------------------------------------------------------------------------- /ibmvstgt/src/scsi_transport_fc_internal.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ibmvstgt/src/scsi_transport_srp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/scsi_transport_srp.c -------------------------------------------------------------------------------- /ibmvstgt/src/scsi_transport_srp_internal.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ibmvstgt/src/srpnew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/srpnew.h -------------------------------------------------------------------------------- /ibmvstgt/src/sun3_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/sun3_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/sun3x_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/sun3x_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/tb0226_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/tb0226_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/tb0287_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/tb0287_defconfig -------------------------------------------------------------------------------- /ibmvstgt/src/viosrp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/ibmvstgt/src/viosrp.h -------------------------------------------------------------------------------- /iscsi-scst/AskingQuestions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/AskingQuestions -------------------------------------------------------------------------------- /iscsi-scst/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/COPYING -------------------------------------------------------------------------------- /iscsi-scst/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/ChangeLog -------------------------------------------------------------------------------- /iscsi-scst/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/Makefile -------------------------------------------------------------------------------- /iscsi-scst/Makefile_user_space_only: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/Makefile_user_space_only -------------------------------------------------------------------------------- /iscsi-scst/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/README -------------------------------------------------------------------------------- /iscsi-scst/README.iser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/README.iser -------------------------------------------------------------------------------- /iscsi-scst/README.iser_ofed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/README.iser_ofed -------------------------------------------------------------------------------- /iscsi-scst/README_in-tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/README_in-tree -------------------------------------------------------------------------------- /iscsi-scst/ToDo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/ToDo -------------------------------------------------------------------------------- /iscsi-scst/conftest/cm_listen/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/conftest/cm_listen/Makefile -------------------------------------------------------------------------------- /iscsi-scst/conftest/cm_listen/cm_listen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/conftest/cm_listen/cm_listen.c -------------------------------------------------------------------------------- /iscsi-scst/conftest/create_cq/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/conftest/create_cq/Makefile -------------------------------------------------------------------------------- /iscsi-scst/conftest/create_cq/create_cq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/conftest/create_cq/create_cq.c -------------------------------------------------------------------------------- /iscsi-scst/conftest/gid_change/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/conftest/gid_change/Makefile -------------------------------------------------------------------------------- /iscsi-scst/conftest/gid_change/gid_change.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/conftest/gid_change/gid_change.c -------------------------------------------------------------------------------- /iscsi-scst/conftest/ib_client_remove/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/conftest/ib_client_remove/Makefile -------------------------------------------------------------------------------- /iscsi-scst/conftest/ib_dma_map_ops/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/conftest/ib_dma_map_ops/Makefile -------------------------------------------------------------------------------- /iscsi-scst/conftest/query_device/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/conftest/query_device/Makefile -------------------------------------------------------------------------------- /iscsi-scst/conftest/query_gid/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/conftest/query_gid/Makefile -------------------------------------------------------------------------------- /iscsi-scst/conftest/query_gid/query_gid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/conftest/query_gid/query_gid.c -------------------------------------------------------------------------------- /iscsi-scst/doc/SCST_Gentoo_HOWTO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/doc/SCST_Gentoo_HOWTO.txt -------------------------------------------------------------------------------- /iscsi-scst/doc/iscsi-scst-howto.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/doc/iscsi-scst-howto.txt -------------------------------------------------------------------------------- /iscsi-scst/doc/manpages/iscsi-scst-adm.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/doc/manpages/iscsi-scst-adm.8 -------------------------------------------------------------------------------- /iscsi-scst/doc/manpages/iscsi-scstd.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/doc/manpages/iscsi-scstd.8 -------------------------------------------------------------------------------- /iscsi-scst/doc/manpages/iscsi-scstd.conf.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/doc/manpages/iscsi-scstd.conf.5 -------------------------------------------------------------------------------- /iscsi-scst/etc/obsolete/initiators.allow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/etc/obsolete/initiators.allow -------------------------------------------------------------------------------- /iscsi-scst/etc/obsolete/initiators.deny: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/etc/obsolete/initiators.deny -------------------------------------------------------------------------------- /iscsi-scst/etc/obsolete/iscsi-scstd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/etc/obsolete/iscsi-scstd.conf -------------------------------------------------------------------------------- /iscsi-scst/etc/obsolete/scst.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/etc/obsolete/scst.conf -------------------------------------------------------------------------------- /iscsi-scst/etc/scst.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/etc/scst.conf -------------------------------------------------------------------------------- /iscsi-scst/include/iscsi_scst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/include/iscsi_scst.h -------------------------------------------------------------------------------- /iscsi-scst/include/iscsi_scst_ver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/include/iscsi_scst_ver.h -------------------------------------------------------------------------------- /iscsi-scst/include/iscsit_transport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/include/iscsit_transport.h -------------------------------------------------------------------------------- /iscsi-scst/include/isert_scst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/include/isert_scst.h -------------------------------------------------------------------------------- /iscsi-scst/kernel/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/Kconfig -------------------------------------------------------------------------------- /iscsi-scst/kernel/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/Makefile -------------------------------------------------------------------------------- /iscsi-scst/kernel/Makefile.in-kernel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/Makefile.in-kernel -------------------------------------------------------------------------------- /iscsi-scst/kernel/config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/config.c -------------------------------------------------------------------------------- /iscsi-scst/kernel/conn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/conn.c -------------------------------------------------------------------------------- /iscsi-scst/kernel/digest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/digest.c -------------------------------------------------------------------------------- /iscsi-scst/kernel/digest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/digest.h -------------------------------------------------------------------------------- /iscsi-scst/kernel/event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/event.c -------------------------------------------------------------------------------- /iscsi-scst/kernel/iscsi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/iscsi.c -------------------------------------------------------------------------------- /iscsi-scst/kernel/iscsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/iscsi.h -------------------------------------------------------------------------------- /iscsi-scst/kernel/iscsi_dbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/iscsi_dbg.h -------------------------------------------------------------------------------- /iscsi-scst/kernel/iscsi_hdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/iscsi_hdr.h -------------------------------------------------------------------------------- /iscsi-scst/kernel/iscsi_trace_flag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/iscsi_trace_flag.h -------------------------------------------------------------------------------- /iscsi-scst/kernel/iscsit_transport.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/iscsit_transport.c -------------------------------------------------------------------------------- /iscsi-scst/kernel/isert-scst/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/isert-scst/Kconfig -------------------------------------------------------------------------------- /iscsi-scst/kernel/isert-scst/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/isert-scst/Makefile -------------------------------------------------------------------------------- /iscsi-scst/kernel/isert-scst/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/isert-scst/TODO -------------------------------------------------------------------------------- /iscsi-scst/kernel/isert-scst/iser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/isert-scst/iser.h -------------------------------------------------------------------------------- /iscsi-scst/kernel/isert-scst/iser_buf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/isert-scst/iser_buf.c -------------------------------------------------------------------------------- /iscsi-scst/kernel/isert-scst/iser_datamover.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/isert-scst/iser_datamover.c -------------------------------------------------------------------------------- /iscsi-scst/kernel/isert-scst/iser_datamover.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/isert-scst/iser_datamover.h -------------------------------------------------------------------------------- /iscsi-scst/kernel/isert-scst/iser_global.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/isert-scst/iser_global.c -------------------------------------------------------------------------------- /iscsi-scst/kernel/isert-scst/iser_hdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/isert-scst/iser_hdr.h -------------------------------------------------------------------------------- /iscsi-scst/kernel/isert-scst/iser_pdu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/isert-scst/iser_pdu.c -------------------------------------------------------------------------------- /iscsi-scst/kernel/isert-scst/iser_rdma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/isert-scst/iser_rdma.c -------------------------------------------------------------------------------- /iscsi-scst/kernel/isert-scst/isert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/isert-scst/isert.c -------------------------------------------------------------------------------- /iscsi-scst/kernel/isert-scst/isert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/isert-scst/isert.h -------------------------------------------------------------------------------- /iscsi-scst/kernel/isert-scst/isert_dbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/isert-scst/isert_dbg.h -------------------------------------------------------------------------------- /iscsi-scst/kernel/isert-scst/isert_login.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/isert-scst/isert_login.c -------------------------------------------------------------------------------- /iscsi-scst/kernel/nthread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/nthread.c -------------------------------------------------------------------------------- /iscsi-scst/kernel/param.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/param.c -------------------------------------------------------------------------------- /iscsi-scst/kernel/scst_compat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/scst_compat.c -------------------------------------------------------------------------------- /iscsi-scst/kernel/session.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/session.c -------------------------------------------------------------------------------- /iscsi-scst/kernel/target.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/kernel/target.c -------------------------------------------------------------------------------- /iscsi-scst/resource_agents/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/resource_agents/README -------------------------------------------------------------------------------- /iscsi-scst/resource_agents/SCSTLun: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/resource_agents/SCSTLun -------------------------------------------------------------------------------- /iscsi-scst/resource_agents/SCSTTarget: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/resource_agents/SCSTTarget -------------------------------------------------------------------------------- /iscsi-scst/usr/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/Makefile -------------------------------------------------------------------------------- /iscsi-scst/usr/chap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/chap.c -------------------------------------------------------------------------------- /iscsi-scst/usr/config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/config.c -------------------------------------------------------------------------------- /iscsi-scst/usr/conn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/conn.c -------------------------------------------------------------------------------- /iscsi-scst/usr/ctldev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/ctldev.c -------------------------------------------------------------------------------- /iscsi-scst/usr/event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/event.c -------------------------------------------------------------------------------- /iscsi-scst/usr/iscsi_adm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/iscsi_adm.c -------------------------------------------------------------------------------- /iscsi-scst/usr/iscsi_adm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/iscsi_adm.h -------------------------------------------------------------------------------- /iscsi-scst/usr/iscsi_hdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/iscsi_hdr.h -------------------------------------------------------------------------------- /iscsi-scst/usr/iscsi_scstd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/iscsi_scstd.c -------------------------------------------------------------------------------- /iscsi-scst/usr/iscsid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/iscsid.c -------------------------------------------------------------------------------- /iscsi-scst/usr/iscsid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/iscsid.h -------------------------------------------------------------------------------- /iscsi-scst/usr/isns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/isns.c -------------------------------------------------------------------------------- /iscsi-scst/usr/isns_proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/isns_proto.h -------------------------------------------------------------------------------- /iscsi-scst/usr/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/log.c -------------------------------------------------------------------------------- /iscsi-scst/usr/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/md5.c -------------------------------------------------------------------------------- /iscsi-scst/usr/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/md5.h -------------------------------------------------------------------------------- /iscsi-scst/usr/message.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/message.c -------------------------------------------------------------------------------- /iscsi-scst/usr/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/misc.c -------------------------------------------------------------------------------- /iscsi-scst/usr/misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/misc.h -------------------------------------------------------------------------------- /iscsi-scst/usr/param.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/param.c -------------------------------------------------------------------------------- /iscsi-scst/usr/param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/param.h -------------------------------------------------------------------------------- /iscsi-scst/usr/session.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/session.c -------------------------------------------------------------------------------- /iscsi-scst/usr/sha1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/sha1.c -------------------------------------------------------------------------------- /iscsi-scst/usr/sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/sha1.h -------------------------------------------------------------------------------- /iscsi-scst/usr/target.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/target.c -------------------------------------------------------------------------------- /iscsi-scst/usr/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/iscsi-scst/usr/types.h -------------------------------------------------------------------------------- /mpt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mpt/Makefile -------------------------------------------------------------------------------- /mpt/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mpt/README -------------------------------------------------------------------------------- /mpt/in-tree/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mpt/in-tree/Kconfig -------------------------------------------------------------------------------- /mpt/in-tree/Kconfig-2.6.24.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mpt/in-tree/Kconfig-2.6.24.diff -------------------------------------------------------------------------------- /mpt/in-tree/Kconfig.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mpt/in-tree/Kconfig.diff -------------------------------------------------------------------------------- /mpt/in-tree/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mpt/in-tree/Makefile -------------------------------------------------------------------------------- /mpt/in-tree/Makefile.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mpt/in-tree/Makefile.diff -------------------------------------------------------------------------------- /mpt/mpt_scst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mpt/mpt_scst.c -------------------------------------------------------------------------------- /mpt/mpt_scst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mpt/mpt_scst.h -------------------------------------------------------------------------------- /mpt/scsi3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mpt/scsi3.h -------------------------------------------------------------------------------- /mvsas_tgt/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mvsas_tgt/ChangeLog -------------------------------------------------------------------------------- /mvsas_tgt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mvsas_tgt/Makefile -------------------------------------------------------------------------------- /mvsas_tgt/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mvsas_tgt/README -------------------------------------------------------------------------------- /mvsas_tgt/mv_64xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mvsas_tgt/mv_64xx.c -------------------------------------------------------------------------------- /mvsas_tgt/mv_64xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mvsas_tgt/mv_64xx.h -------------------------------------------------------------------------------- /mvsas_tgt/mv_94xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mvsas_tgt/mv_94xx.c -------------------------------------------------------------------------------- /mvsas_tgt/mv_94xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mvsas_tgt/mv_94xx.h -------------------------------------------------------------------------------- /mvsas_tgt/mv_chips.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mvsas_tgt/mv_chips.h -------------------------------------------------------------------------------- /mvsas_tgt/mv_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mvsas_tgt/mv_defs.h -------------------------------------------------------------------------------- /mvsas_tgt/mv_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mvsas_tgt/mv_init.c -------------------------------------------------------------------------------- /mvsas_tgt/mv_sas.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mvsas_tgt/mv_sas.c -------------------------------------------------------------------------------- /mvsas_tgt/mv_sas.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mvsas_tgt/mv_sas.h -------------------------------------------------------------------------------- /mvsas_tgt/mv_spi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mvsas_tgt/mv_spi.c -------------------------------------------------------------------------------- /mvsas_tgt/mv_spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mvsas_tgt/mv_spi.h -------------------------------------------------------------------------------- /mvsas_tgt/mv_tgt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mvsas_tgt/mv_tgt.c -------------------------------------------------------------------------------- /mvsas_tgt/mv_tgt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/mvsas_tgt/mv_tgt.h -------------------------------------------------------------------------------- /nightly/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/nightly/README.txt -------------------------------------------------------------------------------- /nightly/bin/nightly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/nightly/bin/nightly -------------------------------------------------------------------------------- /nightly/conf/nightly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/nightly/conf/nightly.conf -------------------------------------------------------------------------------- /nightly/conf/nightly.sendmail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/nightly/conf/nightly.sendmail -------------------------------------------------------------------------------- /qla2x00t/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/Kconfig -------------------------------------------------------------------------------- /qla2x00t/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/Makefile -------------------------------------------------------------------------------- /qla2x00t/doc/qla2x00t-howto.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/doc/qla2x00t-howto.html -------------------------------------------------------------------------------- /qla2x00t/extract-qla2xxx-orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/extract-qla2xxx-orig -------------------------------------------------------------------------------- /qla2x00t/generate-in-tree-patches: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/generate-in-tree-patches -------------------------------------------------------------------------------- /qla2x00t/qla2x00-target/AskingQuestions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla2x00-target/AskingQuestions -------------------------------------------------------------------------------- /qla2x00t/qla2x00-target/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla2x00-target/ChangeLog -------------------------------------------------------------------------------- /qla2x00t/qla2x00-target/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla2x00-target/Kconfig -------------------------------------------------------------------------------- /qla2x00t/qla2x00-target/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla2x00-target/Makefile -------------------------------------------------------------------------------- /qla2x00t/qla2x00-target/Makefile_in-tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla2x00-target/Makefile_in-tree -------------------------------------------------------------------------------- /qla2x00t/qla2x00-target/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla2x00-target/README -------------------------------------------------------------------------------- /qla2x00t/qla2x00-target/ToDo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla2x00-target/ToDo -------------------------------------------------------------------------------- /qla2x00t/qla2x00-target/qla2x00t.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla2x00-target/qla2x00t.c -------------------------------------------------------------------------------- /qla2x00t/qla2x00-target/qla2x00t.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla2x00-target/qla2x00t.h -------------------------------------------------------------------------------- /qla2x00t/qla2x_tgt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla2x_tgt.h -------------------------------------------------------------------------------- /qla2x00t/qla2x_tgt_def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla2x_tgt_def.h -------------------------------------------------------------------------------- /qla2x00t/qla_attr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_attr.c -------------------------------------------------------------------------------- /qla2x00t/qla_bsg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_bsg.c -------------------------------------------------------------------------------- /qla2x00t/qla_bsg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_bsg.h -------------------------------------------------------------------------------- /qla2x00t/qla_dbg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_dbg.c -------------------------------------------------------------------------------- /qla2x00t/qla_dbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_dbg.h -------------------------------------------------------------------------------- /qla2x00t/qla_def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_def.h -------------------------------------------------------------------------------- /qla2x00t/qla_devtbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_devtbl.h -------------------------------------------------------------------------------- /qla2x00t/qla_dfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_dfs.c -------------------------------------------------------------------------------- /qla2x00t/qla_fw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_fw.h -------------------------------------------------------------------------------- /qla2x00t/qla_gbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_gbl.h -------------------------------------------------------------------------------- /qla2x00t/qla_gs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_gs.c -------------------------------------------------------------------------------- /qla2x00t/qla_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_init.c -------------------------------------------------------------------------------- /qla2x00t/qla_inline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_inline.h -------------------------------------------------------------------------------- /qla2x00t/qla_iocb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_iocb.c -------------------------------------------------------------------------------- /qla2x00t/qla_isr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_isr.c -------------------------------------------------------------------------------- /qla2x00t/qla_mbx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_mbx.c -------------------------------------------------------------------------------- /qla2x00t/qla_mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_mid.c -------------------------------------------------------------------------------- /qla2x00t/qla_nx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_nx.c -------------------------------------------------------------------------------- /qla2x00t/qla_nx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_nx.h -------------------------------------------------------------------------------- /qla2x00t/qla_os.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_os.c -------------------------------------------------------------------------------- /qla2x00t/qla_settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_settings.h -------------------------------------------------------------------------------- /qla2x00t/qla_sup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_sup.c -------------------------------------------------------------------------------- /qla2x00t/qla_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla2x00t/qla_version.h -------------------------------------------------------------------------------- /qla_isp-release.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp-release.patch -------------------------------------------------------------------------------- /qla_isp/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/ChangeLog -------------------------------------------------------------------------------- /qla_isp/FIRMWARE.readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/FIRMWARE.readme -------------------------------------------------------------------------------- /qla_isp/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/LICENSE -------------------------------------------------------------------------------- /qla_isp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/Makefile -------------------------------------------------------------------------------- /qla_isp/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/README -------------------------------------------------------------------------------- /qla_isp/README.scst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/README.scst -------------------------------------------------------------------------------- /qla_isp/TAGS: -------------------------------------------------------------------------------- 1 | r1266 - qla_isp-1.0.2 2 | -------------------------------------------------------------------------------- /qla_isp/common/isp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/common/isp.c -------------------------------------------------------------------------------- /qla_isp/common/isp_library.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/common/isp_library.c -------------------------------------------------------------------------------- /qla_isp/common/isp_library.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/common/isp_library.h -------------------------------------------------------------------------------- /qla_isp/common/isp_stds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/common/isp_stds.h -------------------------------------------------------------------------------- /qla_isp/common/isp_target.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/common/isp_target.c -------------------------------------------------------------------------------- /qla_isp/common/isp_target.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/common/isp_target.h -------------------------------------------------------------------------------- /qla_isp/common/isp_tpublic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/common/isp_tpublic.h -------------------------------------------------------------------------------- /qla_isp/common/ispmbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/common/ispmbox.h -------------------------------------------------------------------------------- /qla_isp/common/ispreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/common/ispreg.h -------------------------------------------------------------------------------- /qla_isp/common/ispvar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/common/ispvar.h -------------------------------------------------------------------------------- /qla_isp/firmware/asm_1000.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/firmware/asm_1000.h -------------------------------------------------------------------------------- /qla_isp/firmware/asm_1040.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/firmware/asm_1040.h -------------------------------------------------------------------------------- /qla_isp/firmware/asm_1080.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/firmware/asm_1080.h -------------------------------------------------------------------------------- /qla_isp/firmware/asm_12160.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/firmware/asm_12160.h -------------------------------------------------------------------------------- /qla_isp/firmware/asm_2100.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/firmware/asm_2100.h -------------------------------------------------------------------------------- /qla_isp/firmware/asm_2200.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/firmware/asm_2200.h -------------------------------------------------------------------------------- /qla_isp/firmware/asm_2300.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/firmware/asm_2300.h -------------------------------------------------------------------------------- /qla_isp/firmware/asm_2322.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/firmware/asm_2322.h -------------------------------------------------------------------------------- /qla_isp/firmware/asm_2400.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/firmware/asm_2400.h -------------------------------------------------------------------------------- /qla_isp/firmware/asm_2500.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/firmware/asm_2500.h -------------------------------------------------------------------------------- /qla_isp/firmware/fwbin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/firmware/fwbin -------------------------------------------------------------------------------- /qla_isp/linux-2.6/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/linux-2.6/Makefile -------------------------------------------------------------------------------- /qla_isp/linux-2.6/build/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/linux-2.6/build/Makefile -------------------------------------------------------------------------------- /qla_isp/linux/isp_cb_ops.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/linux/isp_cb_ops.c -------------------------------------------------------------------------------- /qla_isp/linux/isp_ioctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/linux/isp_ioctl.h -------------------------------------------------------------------------------- /qla_isp/linux/isp_linux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/linux/isp_linux.c -------------------------------------------------------------------------------- /qla_isp/linux/isp_linux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/linux/isp_linux.h -------------------------------------------------------------------------------- /qla_isp/linux/isp_pci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/linux/isp_pci.c -------------------------------------------------------------------------------- /qla_isp/linux/isp_scst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/qla_isp/linux/isp_scst.c -------------------------------------------------------------------------------- /scripts/blockdev-perftest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scripts/blockdev-perftest -------------------------------------------------------------------------------- /scripts/filter-trace-entry-exit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scripts/filter-trace-entry-exit -------------------------------------------------------------------------------- /scripts/generate-kernel-patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scripts/generate-kernel-patch -------------------------------------------------------------------------------- /scripts/generate-patched-kernel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scripts/generate-patched-kernel -------------------------------------------------------------------------------- /scripts/generate-release-archive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scripts/generate-release-archive -------------------------------------------------------------------------------- /scripts/generate-scst-patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scripts/generate-scst-patch -------------------------------------------------------------------------------- /scripts/kernel-functions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scripts/kernel-functions -------------------------------------------------------------------------------- /scripts/list-conditional-defines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scripts/list-conditional-defines -------------------------------------------------------------------------------- /scripts/list-double-blank-lines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scripts/list-double-blank-lines -------------------------------------------------------------------------------- /scripts/list-source-files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scripts/list-source-files -------------------------------------------------------------------------------- /scripts/monitor-interrupt-rate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scripts/monitor-interrupt-rate -------------------------------------------------------------------------------- /scripts/monitor-memory-usage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scripts/monitor-memory-usage -------------------------------------------------------------------------------- /scripts/rebuild-rhel-kernel-rpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scripts/rebuild-rhel-kernel-rpm -------------------------------------------------------------------------------- /scripts/rhel-rpm-functions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scripts/rhel-rpm-functions -------------------------------------------------------------------------------- /scripts/run-regression-tests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scripts/run-regression-tests -------------------------------------------------------------------------------- /scripts/specialize-patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scripts/specialize-patch -------------------------------------------------------------------------------- /scripts/spread-mlx4-ib-interrupts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scripts/spread-mlx4-ib-interrupts -------------------------------------------------------------------------------- /scripts/test-persistent-reservation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scripts/test-persistent-reservation -------------------------------------------------------------------------------- /scripts/update-version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scripts/update-version -------------------------------------------------------------------------------- /scst-dkms.spec.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst-dkms.spec.in -------------------------------------------------------------------------------- /scst.spec.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst.spec.in -------------------------------------------------------------------------------- /scst/AskingQuestions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/AskingQuestions -------------------------------------------------------------------------------- /scst/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/COPYING -------------------------------------------------------------------------------- /scst/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/ChangeLog -------------------------------------------------------------------------------- /scst/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/Makefile -------------------------------------------------------------------------------- /scst/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/README -------------------------------------------------------------------------------- /scst/README.dlm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/README.dlm -------------------------------------------------------------------------------- /scst/README.drbd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/README.drbd -------------------------------------------------------------------------------- /scst/README_RHEL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/README_RHEL -------------------------------------------------------------------------------- /scst/README_in-tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/README_in-tree -------------------------------------------------------------------------------- /scst/SysfsRules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/SysfsRules -------------------------------------------------------------------------------- /scst/T10-PI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/T10-PI -------------------------------------------------------------------------------- /scst/ToDo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/ToDo -------------------------------------------------------------------------------- /scst/include/backport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/include/backport.h -------------------------------------------------------------------------------- /scst/include/scst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/include/scst.h -------------------------------------------------------------------------------- /scst/include/scst_const.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/include/scst_const.h -------------------------------------------------------------------------------- /scst/include/scst_debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/include/scst_debug.h -------------------------------------------------------------------------------- /scst/include/scst_event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/include/scst_event.h -------------------------------------------------------------------------------- /scst/include/scst_sgv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/include/scst_sgv.h -------------------------------------------------------------------------------- /scst/include/scst_user.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/include/scst_user.h -------------------------------------------------------------------------------- /scst/kernel/README_nolockdep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/README_nolockdep -------------------------------------------------------------------------------- /scst/kernel/in-tree/Kconfig.scst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/in-tree/Kconfig.scst -------------------------------------------------------------------------------- /scst/kernel/in-tree/Makefile.dev_handlers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/in-tree/Makefile.dev_handlers -------------------------------------------------------------------------------- /scst/kernel/in-tree/Makefile.scst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/in-tree/Makefile.scst -------------------------------------------------------------------------------- /scst/kernel/in-tree/Makefile.scst-2.6.23: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/in-tree/Makefile.scst-2.6.23 -------------------------------------------------------------------------------- /scst/kernel/in-tree/Makefile.scst-2.6.24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/in-tree/Makefile.scst-2.6.24 -------------------------------------------------------------------------------- /scst/kernel/in-tree/Makefile.scst-2.6.25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/in-tree/Makefile.scst-2.6.25 -------------------------------------------------------------------------------- /scst/kernel/in-tree/Makefile.scst-2.6.26: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/in-tree/Makefile.scst-2.6.26 -------------------------------------------------------------------------------- /scst/kernel/in-tree/Makefile.scst-2.6.27: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/in-tree/Makefile.scst-2.6.27 -------------------------------------------------------------------------------- /scst/kernel/in-tree/Makefile.scst-2.6.28: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/in-tree/Makefile.scst-2.6.28 -------------------------------------------------------------------------------- /scst/kernel/in-tree/Makefile.scst-2.6.29: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/in-tree/Makefile.scst-2.6.29 -------------------------------------------------------------------------------- /scst/kernel/in-tree/Makefile.scst-2.6.30: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/in-tree/Makefile.scst-2.6.30 -------------------------------------------------------------------------------- /scst/kernel/in-tree/Makefile.scst-2.6.31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/in-tree/Makefile.scst-2.6.31 -------------------------------------------------------------------------------- /scst/kernel/in-tree/Makefile.scst-2.6.32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/in-tree/Makefile.scst-2.6.32 -------------------------------------------------------------------------------- /scst/kernel/nolockdep-3.10.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/nolockdep-3.10.patch -------------------------------------------------------------------------------- /scst/kernel/nolockdep-3.11.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/nolockdep-3.11.patch -------------------------------------------------------------------------------- /scst/kernel/nolockdep-3.12.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/nolockdep-3.12.patch -------------------------------------------------------------------------------- /scst/kernel/nolockdep-3.13.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/nolockdep-3.13.patch -------------------------------------------------------------------------------- /scst/kernel/nolockdep-3.14.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/nolockdep-3.14.patch -------------------------------------------------------------------------------- /scst/kernel/nolockdep-3.15.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/nolockdep-3.15.patch -------------------------------------------------------------------------------- /scst/kernel/nolockdep-3.16.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/nolockdep-3.16.patch -------------------------------------------------------------------------------- /scst/kernel/nolockdep-3.17.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/nolockdep-3.17.patch -------------------------------------------------------------------------------- /scst/kernel/nolockdep-3.5.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/nolockdep-3.5.patch -------------------------------------------------------------------------------- /scst/kernel/nolockdep-3.6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/nolockdep-3.6.patch -------------------------------------------------------------------------------- /scst/kernel/nolockdep-3.7.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/nolockdep-3.7.patch -------------------------------------------------------------------------------- /scst/kernel/nolockdep-3.8.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/nolockdep-3.8.patch -------------------------------------------------------------------------------- /scst/kernel/nolockdep-3.9.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/nolockdep-3.9.patch -------------------------------------------------------------------------------- /scst/kernel/nolockdep-4.10.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/nolockdep-4.10.patch -------------------------------------------------------------------------------- /scst/kernel/nolockdep-4.11.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/nolockdep-4.11.patch -------------------------------------------------------------------------------- /scst/kernel/nolockdep-4.6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/nolockdep-4.6.patch -------------------------------------------------------------------------------- /scst/kernel/nolockdep-4.9.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/nolockdep-4.9.patch -------------------------------------------------------------------------------- /scst/kernel/readahead-2.6.25.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/readahead-2.6.25.patch -------------------------------------------------------------------------------- /scst/kernel/readahead-2.6.26.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/readahead-2.6.26.patch -------------------------------------------------------------------------------- /scst/kernel/readahead-2.6.27.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/readahead-2.6.27.patch -------------------------------------------------------------------------------- /scst/kernel/readahead-2.6.28.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/readahead-2.6.28.patch -------------------------------------------------------------------------------- /scst/kernel/readahead-2.6.29.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/readahead-2.6.29.patch -------------------------------------------------------------------------------- /scst/kernel/readahead-2.6.30.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/readahead-2.6.30.patch -------------------------------------------------------------------------------- /scst/kernel/readahead-2.6.31.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/readahead-2.6.31.patch -------------------------------------------------------------------------------- /scst/kernel/readahead-2.6.32.below11.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/readahead-2.6.32.below11.patch -------------------------------------------------------------------------------- /scst/kernel/readahead-context-2.6.29.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/readahead-context-2.6.29.patch -------------------------------------------------------------------------------- /scst/kernel/readahead-context-2.6.30.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/readahead-context-2.6.30.patch -------------------------------------------------------------------------------- /scst/kernel/scst_exec_req_fifo-2.6.15.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/scst_exec_req_fifo-2.6.15.patch -------------------------------------------------------------------------------- /scst/kernel/scst_exec_req_fifo-2.6.16.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/scst_exec_req_fifo-2.6.16.patch -------------------------------------------------------------------------------- /scst/kernel/scst_exec_req_fifo-2.6.18.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/scst_exec_req_fifo-2.6.18.patch -------------------------------------------------------------------------------- /scst/kernel/scst_exec_req_fifo-2.6.21.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/scst_exec_req_fifo-2.6.21.patch -------------------------------------------------------------------------------- /scst/kernel/scst_exec_req_fifo-2.6.22.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/scst_exec_req_fifo-2.6.22.patch -------------------------------------------------------------------------------- /scst/kernel/scst_exec_req_fifo-2.6.23.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/scst_exec_req_fifo-2.6.23.patch -------------------------------------------------------------------------------- /scst/kernel/scst_exec_req_fifo-2.6.24.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/scst_exec_req_fifo-2.6.24.patch -------------------------------------------------------------------------------- /scst/kernel/scst_exec_req_fifo-2.6.25.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/scst_exec_req_fifo-2.6.25.patch -------------------------------------------------------------------------------- /scst/kernel/scst_exec_req_fifo-2.6.26.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/scst_exec_req_fifo-2.6.26.patch -------------------------------------------------------------------------------- /scst/kernel/scst_exec_req_fifo-2.6.27.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/scst_exec_req_fifo-2.6.27.patch -------------------------------------------------------------------------------- /scst/kernel/scst_exec_req_fifo-2.6.28.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/scst_exec_req_fifo-2.6.28.patch -------------------------------------------------------------------------------- /scst/kernel/scst_exec_req_fifo-2.6.29.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/kernel/scst_exec_req_fifo-2.6.29.patch -------------------------------------------------------------------------------- /scst/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/Makefile -------------------------------------------------------------------------------- /scst/src/dev_handlers/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/dev_handlers/Makefile -------------------------------------------------------------------------------- /scst/src/dev_handlers/scst_cdrom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/dev_handlers/scst_cdrom.c -------------------------------------------------------------------------------- /scst/src/dev_handlers/scst_changer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/dev_handlers/scst_changer.c -------------------------------------------------------------------------------- /scst/src/dev_handlers/scst_dev_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/dev_handlers/scst_dev_handler.h -------------------------------------------------------------------------------- /scst/src/dev_handlers/scst_disk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/dev_handlers/scst_disk.c -------------------------------------------------------------------------------- /scst/src/dev_handlers/scst_modisk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/dev_handlers/scst_modisk.c -------------------------------------------------------------------------------- /scst/src/dev_handlers/scst_processor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/dev_handlers/scst_processor.c -------------------------------------------------------------------------------- /scst/src/dev_handlers/scst_raid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/dev_handlers/scst_raid.c -------------------------------------------------------------------------------- /scst/src/dev_handlers/scst_tape.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/dev_handlers/scst_tape.c -------------------------------------------------------------------------------- /scst/src/dev_handlers/scst_user.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/dev_handlers/scst_user.c -------------------------------------------------------------------------------- /scst/src/dev_handlers/scst_vdisk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/dev_handlers/scst_vdisk.c -------------------------------------------------------------------------------- /scst/src/dev_handlers/scst_vdisk_aio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/dev_handlers/scst_vdisk_aio.c -------------------------------------------------------------------------------- /scst/src/dev_handlers/scstu_tcmu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/dev_handlers/scstu_tcmu.c -------------------------------------------------------------------------------- /scst/src/scst_copy_mgr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/scst_copy_mgr.c -------------------------------------------------------------------------------- /scst/src/scst_debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/scst_debug.c -------------------------------------------------------------------------------- /scst/src/scst_dlm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/scst_dlm.c -------------------------------------------------------------------------------- /scst/src/scst_dlm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/scst_dlm.h -------------------------------------------------------------------------------- /scst/src/scst_event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/scst_event.c -------------------------------------------------------------------------------- /scst/src/scst_lib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/scst_lib.c -------------------------------------------------------------------------------- /scst/src/scst_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/scst_main.c -------------------------------------------------------------------------------- /scst/src/scst_mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/scst_mem.c -------------------------------------------------------------------------------- /scst/src/scst_mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/scst_mem.h -------------------------------------------------------------------------------- /scst/src/scst_module.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/scst_module.c -------------------------------------------------------------------------------- /scst/src/scst_no_dlm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/scst_no_dlm.c -------------------------------------------------------------------------------- /scst/src/scst_pres.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/scst_pres.c -------------------------------------------------------------------------------- /scst/src/scst_pres.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/scst_pres.h -------------------------------------------------------------------------------- /scst/src/scst_priv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/scst_priv.h -------------------------------------------------------------------------------- /scst/src/scst_proc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/scst_proc.c -------------------------------------------------------------------------------- /scst/src/scst_sysfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/scst_sysfs.c -------------------------------------------------------------------------------- /scst/src/scst_targ.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/scst_targ.c -------------------------------------------------------------------------------- /scst/src/scst_tg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/src/scst_tg.c -------------------------------------------------------------------------------- /scst/sysfs-scst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst/sysfs-scst -------------------------------------------------------------------------------- /scst_local/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst_local/Makefile -------------------------------------------------------------------------------- /scst_local/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst_local/README -------------------------------------------------------------------------------- /scst_local/in-tree/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst_local/in-tree/Kconfig -------------------------------------------------------------------------------- /scst_local/in-tree/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst_local/in-tree/Makefile -------------------------------------------------------------------------------- /scst_local/in-tree/Makefile-2.6.23: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst_local/in-tree/Makefile-2.6.23 -------------------------------------------------------------------------------- /scst_local/in-tree/Makefile-2.6.24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst_local/in-tree/Makefile-2.6.24 -------------------------------------------------------------------------------- /scst_local/in-tree/Makefile-2.6.25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst_local/in-tree/Makefile-2.6.25 -------------------------------------------------------------------------------- /scst_local/in-tree/Makefile-2.6.26: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst_local/in-tree/Makefile-2.6.26 -------------------------------------------------------------------------------- /scst_local/in-tree/Makefile-2.6.27: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst_local/in-tree/Makefile-2.6.27 -------------------------------------------------------------------------------- /scst_local/in-tree/Makefile-2.6.28: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst_local/in-tree/Makefile-2.6.28 -------------------------------------------------------------------------------- /scst_local/in-tree/Makefile-2.6.29: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst_local/in-tree/Makefile-2.6.29 -------------------------------------------------------------------------------- /scst_local/in-tree/Makefile-2.6.30: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst_local/in-tree/Makefile-2.6.30 -------------------------------------------------------------------------------- /scst_local/in-tree/Makefile-2.6.31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst_local/in-tree/Makefile-2.6.31 -------------------------------------------------------------------------------- /scst_local/in-tree/Makefile-2.6.32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst_local/in-tree/Makefile-2.6.32 -------------------------------------------------------------------------------- /scst_local/in-tree/Makefile-2.6.33: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst_local/in-tree/Makefile-2.6.33 -------------------------------------------------------------------------------- /scst_local/in-tree/Makefile-2.6.34: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst_local/in-tree/Makefile-2.6.34 -------------------------------------------------------------------------------- /scst_local/scst_local.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scst_local/scst_local.c -------------------------------------------------------------------------------- /scstadmin/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scstadmin/ChangeLog -------------------------------------------------------------------------------- /scstadmin/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scstadmin/LICENSE -------------------------------------------------------------------------------- /scstadmin/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scstadmin/Makefile -------------------------------------------------------------------------------- /scstadmin/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scstadmin/README -------------------------------------------------------------------------------- /scstadmin/README.procfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scstadmin/README.procfs -------------------------------------------------------------------------------- /scstadmin/default/scst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scstadmin/default/scst -------------------------------------------------------------------------------- /scstadmin/examples/scst.conf.procfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scstadmin/examples/scst.conf.procfs -------------------------------------------------------------------------------- /scstadmin/examples/scst.conf.sysfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scstadmin/examples/scst.conf.sysfs -------------------------------------------------------------------------------- /scstadmin/init.d/scst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scstadmin/init.d/scst -------------------------------------------------------------------------------- /scstadmin/scstadmin: -------------------------------------------------------------------------------- 1 | scstadmin.sysfs -------------------------------------------------------------------------------- /scstadmin/scstadmin.procfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scstadmin/scstadmin.procfs/Makefile -------------------------------------------------------------------------------- /scstadmin/scstadmin.procfs/scst-0.8.22/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scstadmin/scstadmin.procfs/scst-0.8.22/README -------------------------------------------------------------------------------- /scstadmin/scstadmin.procfs/scstadmin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scstadmin/scstadmin.procfs/scstadmin -------------------------------------------------------------------------------- /scstadmin/scstadmin.spec.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scstadmin/scstadmin.spec.in -------------------------------------------------------------------------------- /scstadmin/scstadmin.sysfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scstadmin/scstadmin.sysfs/Makefile -------------------------------------------------------------------------------- /scstadmin/scstadmin.sysfs/man1/scstadmin.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scstadmin/scstadmin.sysfs/man1/scstadmin.1 -------------------------------------------------------------------------------- /scstadmin/scstadmin.sysfs/man5/scst.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scstadmin/scstadmin.sysfs/man5/scst.5 -------------------------------------------------------------------------------- /scstadmin/scstadmin.sysfs/man5/scst.conf.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scstadmin/scstadmin.sysfs/man5/scst.conf.5 -------------------------------------------------------------------------------- /scstadmin/scstadmin.sysfs/scst-1.0.0/MANIFEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scstadmin/scstadmin.sysfs/scst-1.0.0/MANIFEST -------------------------------------------------------------------------------- /scstadmin/scstadmin.sysfs/scst-1.0.0/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scstadmin/scstadmin.sysfs/scst-1.0.0/README -------------------------------------------------------------------------------- /scstadmin/scstadmin.sysfs/scstadmin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/scstadmin/scstadmin.sysfs/scstadmin -------------------------------------------------------------------------------- /srpt/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/ChangeLog -------------------------------------------------------------------------------- /srpt/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/LICENSE -------------------------------------------------------------------------------- /srpt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/Makefile -------------------------------------------------------------------------------- /srpt/Measurement-Results.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/Measurement-Results.txt -------------------------------------------------------------------------------- /srpt/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/README -------------------------------------------------------------------------------- /srpt/README.ofed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/README.ofed -------------------------------------------------------------------------------- /srpt/README_in-tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/README_in-tree -------------------------------------------------------------------------------- /srpt/Testing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/Testing.txt -------------------------------------------------------------------------------- /srpt/conftest/cm_listen/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/conftest/cm_listen/Makefile -------------------------------------------------------------------------------- /srpt/conftest/cm_listen/cm_listen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/conftest/cm_listen/cm_listen.c -------------------------------------------------------------------------------- /srpt/conftest/create_cq/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/conftest/create_cq/Makefile -------------------------------------------------------------------------------- /srpt/conftest/create_cq/create_cq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/conftest/create_cq/create_cq.c -------------------------------------------------------------------------------- /srpt/conftest/create_send_mad_ah/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/conftest/create_send_mad_ah/Makefile -------------------------------------------------------------------------------- /srpt/conftest/create_send_mad_base/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/conftest/create_send_mad_base/Makefile -------------------------------------------------------------------------------- /srpt/conftest/gid_change/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/conftest/gid_change/Makefile -------------------------------------------------------------------------------- /srpt/conftest/gid_change/gid_change.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/conftest/gid_change/gid_change.c -------------------------------------------------------------------------------- /srpt/conftest/ib_client_remove/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/conftest/ib_client_remove/Makefile -------------------------------------------------------------------------------- /srpt/conftest/ib_dma_map_ops/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/conftest/ib_dma_map_ops/Makefile -------------------------------------------------------------------------------- /srpt/conftest/ib_dma_map_ops/ib_dma_map_ops.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/conftest/ib_dma_map_ops/ib_dma_map_ops.c -------------------------------------------------------------------------------- /srpt/conftest/ib_set_cpi_resp_time/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/conftest/ib_set_cpi_resp_time/Makefile -------------------------------------------------------------------------------- /srpt/conftest/pd_has_local_dma_lkey/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/conftest/pd_has_local_dma_lkey/Makefile -------------------------------------------------------------------------------- /srpt/conftest/query_device/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/conftest/query_device/Makefile -------------------------------------------------------------------------------- /srpt/conftest/query_device/query_device.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/conftest/query_device/query_device.c -------------------------------------------------------------------------------- /srpt/conftest/query_device_attr_arg/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/conftest/query_device_attr_arg/Makefile -------------------------------------------------------------------------------- /srpt/conftest/query_gid/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/conftest/query_gid/Makefile -------------------------------------------------------------------------------- /srpt/conftest/query_gid/query_gid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/conftest/query_gid/query_gid.c -------------------------------------------------------------------------------- /srpt/conftest/rdma_create_id_net/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/conftest/rdma_create_id_net/Makefile -------------------------------------------------------------------------------- /srpt/conftest/register_mad_agent/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/conftest/register_mad_agent/Makefile -------------------------------------------------------------------------------- /srpt/session-management.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/session-management.txt -------------------------------------------------------------------------------- /srpt/src/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/src/Kconfig -------------------------------------------------------------------------------- /srpt/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/src/Makefile -------------------------------------------------------------------------------- /srpt/src/Makefile.in_kernel: -------------------------------------------------------------------------------- 1 | obj-$(CONFIG_SCST_SRPT) += ib_srpt.o 2 | -------------------------------------------------------------------------------- /srpt/src/ib_dm_mad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/src/ib_dm_mad.h -------------------------------------------------------------------------------- /srpt/src/ib_srpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/src/ib_srpt.c -------------------------------------------------------------------------------- /srpt/src/ib_srpt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/src/ib_srpt.h -------------------------------------------------------------------------------- /srpt/src/srp-ext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/srpt/src/srp-ext.h -------------------------------------------------------------------------------- /usermode/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usermode/Makefile -------------------------------------------------------------------------------- /usermode/README.DRBD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usermode/README.DRBD -------------------------------------------------------------------------------- /usermode/darray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usermode/darray.h -------------------------------------------------------------------------------- /usermode/glfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usermode/glfs.c -------------------------------------------------------------------------------- /usermode/libtcmu.h: -------------------------------------------------------------------------------- 1 | /* Dummy libtcmu.h for SCST_USERMODE_TCMU build */ 2 | -------------------------------------------------------------------------------- /usermode/libtcmu_log.h: -------------------------------------------------------------------------------- 1 | /* Dummy libtcmu_log.h for SCST_USERMODE_TCMU build */ 2 | -------------------------------------------------------------------------------- /usermode/qcow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usermode/qcow.c -------------------------------------------------------------------------------- /usermode/qcow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usermode/qcow.h -------------------------------------------------------------------------------- /usermode/qcow2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usermode/qcow2.h -------------------------------------------------------------------------------- /usermode/ram.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usermode/ram.c -------------------------------------------------------------------------------- /usermode/rbd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usermode/rbd.c -------------------------------------------------------------------------------- /usermode/scsi_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usermode/scsi_defs.h -------------------------------------------------------------------------------- /usermode/scst_compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usermode/scst_compat.h -------------------------------------------------------------------------------- /usermode/scstu_tcmu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usermode/scstu_tcmu.h -------------------------------------------------------------------------------- /usermode/scstu_tcmur.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usermode/scstu_tcmur.pdf -------------------------------------------------------------------------------- /usermode/scstu_tcmur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usermode/scstu_tcmur.png -------------------------------------------------------------------------------- /usermode/spdk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usermode/spdk.c -------------------------------------------------------------------------------- /usermode/tcmu-runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usermode/tcmu-runner.h -------------------------------------------------------------------------------- /usr/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/Makefile -------------------------------------------------------------------------------- /usr/events/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/events/Makefile -------------------------------------------------------------------------------- /usr/events/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/events/README -------------------------------------------------------------------------------- /usr/events/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/events/debug.c -------------------------------------------------------------------------------- /usr/events/events.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/events/events.c -------------------------------------------------------------------------------- /usr/fileio/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/fileio/ChangeLog -------------------------------------------------------------------------------- /usr/fileio/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/fileio/Makefile -------------------------------------------------------------------------------- /usr/fileio/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/fileio/README -------------------------------------------------------------------------------- /usr/fileio/common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/fileio/common.c -------------------------------------------------------------------------------- /usr/fileio/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/fileio/common.h -------------------------------------------------------------------------------- /usr/fileio/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/fileio/crc32.c -------------------------------------------------------------------------------- /usr/fileio/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/fileio/debug.c -------------------------------------------------------------------------------- /usr/fileio/fileio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/fileio/fileio.c -------------------------------------------------------------------------------- /usr/include/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/include/debug.c -------------------------------------------------------------------------------- /usr/include/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/include/debug.h -------------------------------------------------------------------------------- /usr/include/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/include/version.h -------------------------------------------------------------------------------- /usr/stpgd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/stpgd/Makefile -------------------------------------------------------------------------------- /usr/stpgd/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/stpgd/README -------------------------------------------------------------------------------- /usr/stpgd/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/stpgd/debug.c -------------------------------------------------------------------------------- /usr/stpgd/scst_on_stpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/stpgd/scst_on_stpg -------------------------------------------------------------------------------- /usr/stpgd/stpgd_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/usr/stpgd/stpgd_main.c -------------------------------------------------------------------------------- /www/Gentoo-HOWTO.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/Gentoo-HOWTO.pdf -------------------------------------------------------------------------------- /www/bart_res.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/bart_res.txt -------------------------------------------------------------------------------- /www/comparison.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/comparison.html -------------------------------------------------------------------------------- /www/contributing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/contributing.html -------------------------------------------------------------------------------- /www/downloads.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/downloads.html -------------------------------------------------------------------------------- /www/handler_fileio_tgt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/handler_fileio_tgt.html -------------------------------------------------------------------------------- /www/images/LPe16002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/LPe16002.jpg -------------------------------------------------------------------------------- /www/images/Orange.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/Orange.css -------------------------------------------------------------------------------- /www/images/arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/arrow.gif -------------------------------------------------------------------------------- /www/images/avago.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/avago.jpg -------------------------------------------------------------------------------- /www/images/clock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/clock.gif -------------------------------------------------------------------------------- /www/images/comment.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/comment.gif -------------------------------------------------------------------------------- /www/images/fig1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/fig1.png -------------------------------------------------------------------------------- /www/images/fig2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/fig2.png -------------------------------------------------------------------------------- /www/images/fig3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/fig3.png -------------------------------------------------------------------------------- /www/images/fig4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/fig4.png -------------------------------------------------------------------------------- /www/images/footerbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/footerbg.gif -------------------------------------------------------------------------------- /www/images/headerbg-orange.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/headerbg-orange.gif -------------------------------------------------------------------------------- /www/images/headerbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/headerbg.gif -------------------------------------------------------------------------------- /www/images/init_scst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/init_scst.png -------------------------------------------------------------------------------- /www/images/iss.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/iss.jpg -------------------------------------------------------------------------------- /www/images/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/logo.gif -------------------------------------------------------------------------------- /www/images/menubg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/menubg.gif -------------------------------------------------------------------------------- /www/images/menubg_current.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/menubg_current.gif -------------------------------------------------------------------------------- /www/images/menudivide.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/menudivide.gif -------------------------------------------------------------------------------- /www/images/page.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/page.gif -------------------------------------------------------------------------------- /www/images/quote.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/quote.gif -------------------------------------------------------------------------------- /www/images/scst_cmd_thread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/scst_cmd_thread.png -------------------------------------------------------------------------------- /www/images/scst_mgmt_cmd_thread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/scst_mgmt_cmd_thread.png -------------------------------------------------------------------------------- /www/images/scst_mgmt_thread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/scst_mgmt_thread.png -------------------------------------------------------------------------------- /www/images/square_arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/square_arrow.gif -------------------------------------------------------------------------------- /www/images/t_emulex.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/t_emulex.gif -------------------------------------------------------------------------------- /www/images/t_fcoe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/t_fcoe.gif -------------------------------------------------------------------------------- /www/images/t_lsi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/t_lsi.gif -------------------------------------------------------------------------------- /www/images/t_qlogic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/t_qlogic.gif -------------------------------------------------------------------------------- /www/images/t_rdma.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/t_rdma.gif -------------------------------------------------------------------------------- /www/images/t_sas.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/t_sas.gif -------------------------------------------------------------------------------- /www/images/t_unsupported.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/t_unsupported.gif -------------------------------------------------------------------------------- /www/images/tooltips.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/images/tooltips.js -------------------------------------------------------------------------------- /www/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/index.html -------------------------------------------------------------------------------- /www/iscsi-scst/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/iscsi-scst/index.html -------------------------------------------------------------------------------- /www/max_outstanding_r2t.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/max_outstanding_r2t.txt -------------------------------------------------------------------------------- /www/mc_s.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/mc_s.html -------------------------------------------------------------------------------- /www/scst_admin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/scst_admin.html -------------------------------------------------------------------------------- /www/scstvslio.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/scstvslio.html -------------------------------------------------------------------------------- /www/scstvsstgt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/scstvsstgt.html -------------------------------------------------------------------------------- /www/sgv_big_order_alloc-sfw5-rc3.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/sgv_big_order_alloc-sfw5-rc3.diff -------------------------------------------------------------------------------- /www/sgv_big_order_alloc.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/sgv_big_order_alloc.diff -------------------------------------------------------------------------------- /www/target_emulex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/target_emulex.html -------------------------------------------------------------------------------- /www/target_fcoe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/target_fcoe.html -------------------------------------------------------------------------------- /www/target_ibmvscsi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/target_ibmvscsi.html -------------------------------------------------------------------------------- /www/target_iscsi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/target_iscsi.html -------------------------------------------------------------------------------- /www/target_local.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/target_local.html -------------------------------------------------------------------------------- /www/target_lsi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/target_lsi.html -------------------------------------------------------------------------------- /www/target_mvsas.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/target_mvsas.html -------------------------------------------------------------------------------- /www/target_old.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/target_old.html -------------------------------------------------------------------------------- /www/target_qla2x00t.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/target_qla2x00t.html -------------------------------------------------------------------------------- /www/target_srp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/target_srp.html -------------------------------------------------------------------------------- /www/targets.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/targets.html -------------------------------------------------------------------------------- /www/tomasz_res.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/tomasz_res.txt -------------------------------------------------------------------------------- /www/users.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/users.html -------------------------------------------------------------------------------- /www/vl_res.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavidButterfield/SCST-Usermode-Adaptation/HEAD/www/vl_res.txt --------------------------------------------------------------------------------