summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2014-01-19target/rd: Refactor rd_build_device_space + rd_release_device_spaceNicholas Bellinger1-45/+68
2014-01-19target/file: Add DIF protection support to fd_execute_rwNicholas Bellinger2-1/+123
2014-01-19target/file: Add DIF protection init/format supportNicholas Bellinger2-0/+141
2014-01-18target/iblock: Add blk_integrity + BIP passthrough supportNicholas Bellinger2-2/+90
2014-01-18target: Add protection SGLs to target_submit_cmd_map_sglsNicholas Bellinger2-3/+15
2014-01-18target/configfs: Expose protection device attributesNicholas Bellinger3-0/+103
2014-01-18target/spc: Expose ATO bit in control mode pageNicholas Bellinger1-0/+13
2014-01-18target/sbc: Add P_TYPE + PROT_EN bits to READ_CAPACITY_16Nicholas Bellinger1-0/+5
2014-01-18target/spc: Add protection related bits to INQUIRY EVPD=0x86Nicholas Bellinger1-0/+9
2014-01-18target/spc: Add protection bit to standard INQUIRY outputNicholas Bellinger1-0/+5
2014-01-18target/sbc: Add DIF TYPE1+TYPE3 read/write verify emulationNicholas Bellinger2-0/+179
2014-01-18target/sbc: Add DIF setup in sbc_check_prot + sbc_parse_cdbNicholas Bellinger1-0/+62
2014-01-18target: Add DIF CHECK_CONDITION ASC/ASCQ exception casesNicholas Bellinger1-0/+30
2014-01-10target: Convert inquiry temporary buffer to heap memoryNicholas Bellinger1-3/+8
2014-01-10target_core_alua: check for buffer overflowHannes Reinecke1-6/+17
2014-01-10drivers: target: Mark functions and structures as static in tfc_conf.cRashika Kheria1-3/+3
2014-01-10drivers: target: Mark functions as static in tcm_loop.cRashika Kheria1-4/+4
2014-01-10drivers: target: Mark function as static in target_core_iblock.cRashika Kheria1-1/+1
2014-01-10drivers: target: Move prototype declaration of function to header file target...Rashika Kheria2-4/+5
2014-01-10target_core_alua: Referrals configfs integrationHannes Reinecke5-1/+308
2014-01-10target_core_alua: Referrals infrastructureHannes Reinecke6-3/+191
2013-12-18target_core_spc: Include target device descriptor in VPD page 83Hannes Reinecke1-1/+42
2013-12-17target_core: simplify scsi_name_len calculationHannes Reinecke1-10/+3
2013-12-17target_core_alua: Use workqueue for ALUA transitioningHannes Reinecke1-50/+124
2013-12-17target_core_alua: store old and pending ALUA stateHannes Reinecke1-5/+10
2013-12-17target_core_alua: Allocate ALUA metadata on demandHannes Reinecke2-39/+34
2013-12-17target_core_alua: validate ALUA state transitionHannes Reinecke1-10/+45
2013-12-17target: Don't use void* when passing dev in core_tpg_add_lunAndy Grover2-3/+3
2013-12-17target: Rename core_tpg_{pre,post}_addlun for clarityAndy Grover3-7/+7
2013-12-17target: Refer to u32 luns as unpacked_lunAndy Grover1-8/+8
2013-12-17target: Fix sizeof in kmalloc for some default_groups arraysAndy Grover2-2/+2
2013-12-17target: Allocate more room for port default groupsAndy Grover1-1/+1
2013-12-17target: Remove unused ua_dev_list member in struct se_uaAndy Grover1-1/+0
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds39-646/+824
2013-11-21iscsi-target: chap auth shouldn't match username with trailing garbageEric Seppanen1-1/+4
2013-11-21iscsi-target: fix extract_param to handle buffer length corner caseEric Seppanen1-1/+1
2013-11-20iscsi-target: Expose default_erl as TPG attributeNicholas Bellinger6-7/+36
2013-11-20target_core_configfs: split up ALUA supported statesHannes Reinecke1-43/+84
2013-11-20target_core_alua: Make supported states configurableHannes Reinecke1-0/+50
2013-11-20target_core_alua: Store supported ALUA statesHannes Reinecke2-6/+19
2013-11-20target_core_alua: Rename ALUA_ACCESS_STATE_OPTIMIZEDHannes Reinecke2-6/+6
2013-11-20target_core_alua: spellcheckHannes Reinecke1-9/+9
2013-11-20target core: rename (ex,im)plict -> (ex,im)plicitHannes Reinecke9-100/+100
2013-11-20iscsi-target: Do not reject non-immediate CmdSNs exceeding MaxCmdSNNicholas Bellinger2-8/+11
2013-11-20iscsi-target: Convert iscsi_session statistics to atomic_long_tNicholas Bellinger6-50/+25
2013-11-14target: Convert se_device statistics to atomic_long_tNicholas Bellinger3-16/+13
2013-11-14target: Fix delayed Task Aborted Status (TAS) handling bugNicholas Bellinger1-0/+2
2013-11-14iscsi-target: Reject unsupported multi PDU text command sequenceNicholas Bellinger1-0/+7
2013-11-13iscsi-target: Fix mutex_trylock usage in iscsit_increment_maxcmdsnNicholas Bellinger2-5/+6
2013-11-13target: Core does not need blkdev.hAndy Grover3-3/+0