Файловый менеджер - Редактировать - /var/www/xthruster/html/wp-content/uploads/flags/target.tar
Назад
iscsi/cxgbit/Kconfig 0000644 00000000426 14722070663 0010452 0 ustar 00 # SPDX-License-Identifier: GPL-2.0-only config ISCSI_TARGET_CXGB4 tristate "Chelsio iSCSI target offload driver" depends on ISCSI_TARGET && CHELSIO_T4 && INET select CHELSIO_LIB ---help--- To compile this driver as module, choose M here: the module will be called cxgbit. iscsi/cxgbit/Makefile 0000644 00000000505 14722070663 0010605 0 ustar 00 # SPDX-License-Identifier: GPL-2.0 ccflags-y := -I $(srctree)/drivers/net/ethernet/chelsio/cxgb4 ccflags-y += -I $(srctree)/drivers/net/ethernet/chelsio/libcxgb ccflags-y += -I $(srctree)/drivers/target/iscsi obj-$(CONFIG_ISCSI_TARGET_CXGB4) += cxgbit.o cxgbit-y := cxgbit_main.o cxgbit_cm.o cxgbit_target.o cxgbit_ddp.o iscsi/Kconfig 0000644 00000000521 14722070663 0007166 0 ustar 00 # SPDX-License-Identifier: GPL-2.0-only config ISCSI_TARGET tristate "Linux-iSCSI.org iSCSI Target Mode Stack" depends on NET select CRYPTO select CRYPTO_CRC32C select CRYPTO_CRC32C_INTEL if X86 help Say M here to enable the ConfigFS enabled Linux-iSCSI.org iSCSI Target Mode Stack. source "drivers/target/iscsi/cxgbit/Kconfig" iscsi/Makefile 0000644 00000001210 14722070663 0007317 0 ustar 00 # SPDX-License-Identifier: GPL-2.0 iscsi_target_mod-y += iscsi_target_parameters.o \ iscsi_target_seq_pdu_list.o \ iscsi_target_auth.o \ iscsi_target_datain_values.o \ iscsi_target_device.o \ iscsi_target_erl0.o \ iscsi_target_erl1.o \ iscsi_target_erl2.o \ iscsi_target_login.o \ iscsi_target_nego.o \ iscsi_target_nodeattrib.o \ iscsi_target_tmr.o \ iscsi_target_tpg.o \ iscsi_target_util.o \ iscsi_target.o \ iscsi_target_configfs.o \ iscsi_target_stat.o \ iscsi_target_transport.o obj-$(CONFIG_ISCSI_TARGET) += iscsi_target_mod.o obj-$(CONFIG_ISCSI_TARGET_CXGB4) += cxgbit/ sbp/Kconfig 0000644 00000000714 14722070663 0006644 0 ustar 00 # SPDX-License-Identifier: GPL-2.0-only config SBP_TARGET tristate "FireWire SBP-2 fabric module" depends on FIREWIRE help Say Y or M here to enable SCSI target functionality over FireWire. This enables you to expose SCSI devices to other nodes on the FireWire bus, for example hard disks. Similar to FireWire Target Disk mode on many Apple computers. To compile this driver as a module, say M here: The module will be called sbp-target. sbp/Makefile 0000644 00000000121 14722070663 0006771 0 ustar 00 # SPDX-License-Identifier: GPL-2.0-only obj-$(CONFIG_SBP_TARGET) += sbp_target.o tcm_fc/Kconfig 0000644 00000000267 14722070663 0007316 0 ustar 00 # SPDX-License-Identifier: GPL-2.0-only config TCM_FC tristate "TCM_FC fabric Plugin" depends on LIBFC help Say Y here to enable the TCM FC plugin for accessing FC fabrics in TCM tcm_fc/Makefile 0000644 00000000212 14722070663 0007441 0 ustar 00 # SPDX-License-Identifier: GPL-2.0 tcm_fc-y += tfc_cmd.o \ tfc_conf.o \ tfc_io.o \ tfc_sess.o obj-$(CONFIG_TCM_FC) += tcm_fc.o Kconfig 0000644 00000002716 14722070663 0006064 0 ustar 00 # SPDX-License-Identifier: GPL-2.0-only menuconfig TARGET_CORE tristate "Generic Target Core Mod (TCM) and ConfigFS Infrastructure" depends on BLOCK select CONFIGFS_FS select CRC_T10DIF select BLK_SCSI_REQUEST select SGL_ALLOC default n help Say Y or M here to enable the TCM Storage Engine and ConfigFS enabled control path for target_core_mod. This includes built-in TCM RAMDISK subsystem logic for virtual LUN 0 access if TARGET_CORE config TCM_IBLOCK tristate "TCM/IBLOCK Subsystem Plugin for Linux/BLOCK" select BLK_DEV_INTEGRITY help Say Y here to enable the TCM/IBLOCK subsystem plugin for non-buffered access to Linux/Block devices using BIO config TCM_FILEIO tristate "TCM/FILEIO Subsystem Plugin for Linux/VFS" help Say Y here to enable the TCM/FILEIO subsystem plugin for buffered access to Linux/VFS struct file or struct block_device config TCM_PSCSI tristate "TCM/pSCSI Subsystem Plugin for Linux/SCSI" depends on SCSI help Say Y here to enable the TCM/pSCSI subsystem plugin for non-buffered passthrough access to Linux/SCSI device config TCM_USER2 tristate "TCM/USER Subsystem Plugin for Linux" depends on UIO && NET help Say Y here to enable the TCM/USER subsystem plugin for a userspace process to handle requests. This is version 2 of the ABI; version 1 is obsolete. source "drivers/target/loopback/Kconfig" source "drivers/target/tcm_fc/Kconfig" source "drivers/target/iscsi/Kconfig" source "drivers/target/sbp/Kconfig" endif loopback/Kconfig 0000644 00000000404 14722070663 0007646 0 ustar 00 # SPDX-License-Identifier: GPL-2.0-only config LOOPBACK_TARGET tristate "TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module" depends on SCSI help Say Y here to enable the TCM Virtual SAS target and Linux/SCSI LLD fabric loopback module. loopback/Makefile 0000644 00000000124 14722070663 0010002 0 ustar 00 # SPDX-License-Identifier: GPL-2.0-only obj-$(CONFIG_LOOPBACK_TARGET) += tcm_loop.o Makefile 0000644 00000001653 14722070663 0006220 0 ustar 00 # SPDX-License-Identifier: GPL-2.0 target_core_mod-y := target_core_configfs.o \ target_core_device.o \ target_core_fabric_configfs.o \ target_core_fabric_lib.o \ target_core_hba.o \ target_core_pr.o \ target_core_alua.o \ target_core_tmr.o \ target_core_tpg.o \ target_core_transport.o \ target_core_sbc.o \ target_core_spc.o \ target_core_ua.o \ target_core_rd.o \ target_core_stat.o \ target_core_xcopy.o obj-$(CONFIG_TARGET_CORE) += target_core_mod.o # Subsystem modules obj-$(CONFIG_TCM_IBLOCK) += target_core_iblock.o obj-$(CONFIG_TCM_FILEIO) += target_core_file.o obj-$(CONFIG_TCM_PSCSI) += target_core_pscsi.o obj-$(CONFIG_TCM_USER2) += target_core_user.o # Fabric modules obj-$(CONFIG_LOOPBACK_TARGET) += loopback/ obj-$(CONFIG_TCM_FC) += tcm_fc/ obj-$(CONFIG_ISCSI_TARGET) += iscsi/ obj-$(CONFIG_SBP_TARGET) += sbp/
| ver. 1.4 |
Github
|
.
| PHP 7.4.3-4ubuntu2.24 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка