summaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)AuthorLines
2014-01-19iscsi-target: Pre-allocate more tags to avoid ack starvationNicholas Bellinger-1/+1
2014-01-19tcm_loop: Enable DIF/DIX modes in SCSI host LLDNicholas Bellinger-2/+10
2014-01-19target/rd: Add DIF protection into rd_execute_rwNicholas Bellinger-0/+65
2014-01-19target/rd: Add support for protection SGL setup + releaseNicholas Bellinger-0/+78
2014-01-19target/rd: Refactor rd_build_device_space + rd_release_device_spaceNicholas Bellinger-45/+68
2014-01-19target/file: Add DIF protection support to fd_execute_rwNicholas Bellinger-1/+123
2014-01-19target/file: Add DIF protection init/format supportNicholas Bellinger-0/+141
2014-01-18target/iblock: Add blk_integrity + BIP passthrough supportNicholas Bellinger-2/+90
2014-01-18target: Add protection SGLs to target_submit_cmd_map_sglsNicholas Bellinger-3/+15
2014-01-18target/configfs: Expose protection device attributesNicholas Bellinger-0/+103
2014-01-18target/spc: Expose ATO bit in control mode pageNicholas Bellinger-0/+13
2014-01-18target/sbc: Add P_TYPE + PROT_EN bits to READ_CAPACITY_16Nicholas Bellinger-0/+5
2014-01-18target/spc: Add protection related bits to INQUIRY EVPD=0x86Nicholas Bellinger-0/+9
2014-01-18target/spc: Add protection bit to standard INQUIRY outputNicholas Bellinger-0/+5
2014-01-18target/sbc: Add DIF TYPE1+TYPE3 read/write verify emulationNicholas Bellinger-0/+179
2014-01-18target/sbc: Add DIF setup in sbc_check_prot + sbc_parse_cdbNicholas Bellinger-0/+62
2014-01-18target: Add DIF CHECK_CONDITION ASC/ASCQ exception casesNicholas Bellinger-0/+30
2014-01-09target: Convert inquiry temporary buffer to heap memoryNicholas Bellinger-3/+8
2014-01-09target_core_alua: check for buffer overflowHannes Reinecke-6/+17
2014-01-09drivers: target: Mark functions and structures as static in tfc_conf.cRashika Kheria-3/+3
2014-01-09drivers: target: Mark functions as static in tcm_loop.cRashika Kheria-4/+4
2014-01-09drivers: target: Mark function as static in target_core_iblock.cRashika Kheria-1/+1
2014-01-09drivers: target: Move prototype declaration of function to header file target...Rashika Kheria-4/+5
2014-01-09target_core_alua: Referrals configfs integrationHannes Reinecke-1/+308
2014-01-09target_core_alua: Referrals infrastructureHannes Reinecke-3/+191
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe-35/+29
2013-12-19target: Remove extra percpu_ref_initAndy Grover-7/+1
2013-12-19target/file: Update hw_max_sectors based on current block_sizeNicholas Bellinger-5/+13
2013-12-19iscsi-target: Fix incorrect np->np_thread NULL assignmentNicholas Bellinger-6/+1
2013-12-17target_core_spc: Include target device descriptor in VPD page 83Hannes Reinecke-1/+42
2013-12-17target_core: simplify scsi_name_len calculationHannes Reinecke-10/+3
2013-12-17target_core_alua: Use workqueue for ALUA transitioningHannes Reinecke-50/+124
2013-12-17target_core_alua: store old and pending ALUA stateHannes Reinecke-5/+10
2013-12-17target_core_alua: Allocate ALUA metadata on demandHannes Reinecke-39/+34
2013-12-17target_core_alua: validate ALUA state transitionHannes Reinecke-10/+45
2013-12-16target: Don't use void* when passing dev in core_tpg_add_lunAndy Grover-3/+3
2013-12-16target: Rename core_tpg_{pre,post}_addlun for clarityAndy Grover-7/+7
2013-12-16target: Refer to u32 luns as unpacked_lunAndy Grover-8/+8
2013-12-16target: Fix sizeof in kmalloc for some default_groups arraysAndy Grover-2/+2
2013-12-16target: Allocate more room for port default groupsAndy Grover-1/+1
2013-12-16target: Remove unused ua_dev_list member in struct se_uaAndy Grover-1/+0
2013-12-11iscsi-target: Fix-up all zero data-length CDBs with R/W_BIT setNicholas Bellinger-14/+12
2013-12-11target: Remove write-only stats fields and lock from struct se_node_aclRoland Dreier-2/+0
2013-12-11iscsi-target: return -EINVAL on oversized configfs parameterEric Seppanen-1/+2
2013-11-23block: Abstract out bvec iteratorKent Overstreet-1/+1
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-646/+824
2013-11-20iscsi-target: chap auth shouldn't match username with trailing garbageEric Seppanen-1/+4
2013-11-20iscsi-target: fix extract_param to handle buffer length corner caseEric Seppanen-1/+1
2013-11-20iscsi-target: Expose default_erl as TPG attributeNicholas Bellinger-7/+36
2013-11-20target_core_configfs: split up ALUA supported statesHannes Reinecke-43/+84