-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/…
…git/nab/target-pending * 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending: target: Convert to DIV_ROUND_UP_SECTOR_T usage for sectors / dev_max_sectors kernel.h: Add DIV_ROUND_UP_ULL and DIV_ROUND_UP_SECTOR_T macro usage iscsi-target: Add iSCSI fabric support for target v4.1 iscsi: Add Serial Number Arithmetic LT and GT into iscsi_proto.h iscsi: Use struct scsi_lun in iscsi structs instead of u8[8] iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsi
- Loading branch information
Showing
49 changed files
with
22,173 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
config ISCSI_TARGET | ||
tristate "Linux-iSCSI.org iSCSI Target Mode Stack" | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
iscsi_target_mod-y += iscsi_target_parameters.o \ | ||
iscsi_target_seq_pdu_list.o \ | ||
iscsi_target_tq.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 | ||
|
||
obj-$(CONFIG_ISCSI_TARGET) += iscsi_target_mod.o |
Oops, something went wrong.