aboutsummaryrefslogtreecommitdiffstats
path: root/include/target
AgeCommit message (Expand)AuthorFilesLines
2015-11-28target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger1-1/+1
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds3-269/+60
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig3-269/+60
2015-09-24target: Propigate backend read-only to core_tpg_add_lunNicholas Bellinger1-0/+1
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds6-28/+34
2015-09-11target/qla2xxx: Honor max_data_sg_nents I/O transfer limitNicholas Bellinger1-0/+13
2015-08-26target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storageAndy Grover3-5/+5
2015-08-26target/iscsi: Replace conn->login_ip with login_sockaddrAndy Grover2-3/+2
2015-08-26target/iscsi: Keep local_ip as the actual sockaddrAndy Grover1-3/+1
2015-08-26target/iscsi: Fix np_ip bracket issue by removing np_ipAndy Grover1-1/+0
2015-08-02target: Drop iSCSI use of mutex around max_cmd_sn incrementRoland Dreier1-1/+1
2015-08-02iscsi-target: Add tpg_enabled_sendtargets for disabled discoveryDavid Disseldorp1-0/+3
2015-07-31target: Shrink struct se_cmd by rearranging fieldsRoland Dreier1-8/+8
2015-07-31target: Remove cmd->se_ordered_id (unused except debug log lines)Roland Dreier1-2/+0
2015-07-30target: remove initiatorname field in se_acl_lunChris Zankel1-1/+0
2015-07-30target: remove unused lun_flags field from se_lunChris Zankel1-1/+0
2015-07-24iscsi-target: Fix iscsit_start_kthreads failure OOPsNicholas Bellinger1-0/+1
2015-07-23target: Return descriptor format sense data in case the LU spans 64bit sectorsSagi Grimberg1-0/+2
2015-07-23tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UAHannes Reinecke1-0/+1
2015-07-06target: Use struct t10_pi_tupleSagi Grimberg1-6/+1
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds6-403/+104
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-13/+3
2015-06-23target: Bump core version to v5.0Nicholas Bellinger1-1/+1
2015-06-23target: remove target_core_configfs.hChristoph Hellwig1-34/+0
2015-06-23target: remove unused TARGET_CORE_CONFIG_ROOT defineChristoph Hellwig1-2/+0
2015-06-23target: consolidate version definesChristoph Hellwig2-3/+1
2015-06-23target: implement WRITE_SAME with UNMAP bit using ->execute_unmapChristoph Hellwig1-1/+0
2015-06-23target: simplify UNMAP handlingChristoph Hellwig1-5/+2
2015-06-23target: replace se_cmd->execute_rw with a protocol_data fieldChristoph Hellwig1-2/+1
2015-06-16target: Remove 'ua_nacl' pointer from se_ua structureHannes Reinecke1-1/+0
2015-06-15target: Remove TARGET_MAX_LUNS_PER_TRANSPORTHannes Reinecke1-3/+0
2015-06-15target: use 64-bit LUNsHannes Reinecke2-14/+15
2015-06-15target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger1-2/+1
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche2-3/+1
2015-06-02target: Correct a commentBart Van Assche1-10/+2
2015-06-01target: Drop se_lun->lun_active for existing percpu lun_refNicholas Bellinger1-1/+0
2015-06-01target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger1-4/+6
2015-06-01target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunChristoph Hellwig1-42/+32
2015-06-01target: Simplify LUN shutdown codeBart Van Assche1-1/+0
2015-06-01target: simplify backend attribute implementationChristoph Hellwig1-29/+0
2015-06-01target: consolidate backend attribute implementationsChristoph Hellwig2-118/+3
2015-06-01target: simplify backend driver registrationChristoph Hellwig2-20/+6
2015-06-01target: Drop left-over se_lun->lun_statusNicholas Bellinger1-8/+0
2015-06-01target: Drop unused se_lun->lun_acl_listNicholas Bellinger1-3/+0
2015-06-01target: Convert se_tpg->acl_node_lock to ->acl_node_mutexNicholas Bellinger1-1/+1
2015-06-01target: Convert se_portal_group->tpg_lun_list[] to RCU hlistNicholas Bellinger2-3/+4
2015-06-01target/pr: Change alloc_registration to avoid pr_reg_tg_pt_lunNicholas Bellinger1-2/+2
2015-06-01target/pr: Use atomic bitop for se_dev_entry->deve_flags reservation checkNicholas Bellinger1-1/+2
2015-06-01target: Convert se_node_acl->device_list[] to RCU hlistNicholas Bellinger2-13/+16
2015-05-30target: remove ->put_session methodChristoph Hellwig1-1/+0
2015-05-30target: remove struct target_fabric_configfs_templateChristoph Hellwig1-26/+22
2015-05-30target: put struct target_fabric_configfs on a dietChristoph Hellwig1-7/+0
2015-05-30target: don't copy fabric opsChristoph Hellwig1-1/+1
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2-2/+2
2015-05-30target: move transport ID handling to the coreChristoph Hellwig1-33/+0
2015-05-30target: remove the get_fabric_proto_ident methodChristoph Hellwig1-4/+0
2015-05-30target: change core_tpg_register prototypeChristoph Hellwig2-11/+7
2015-05-30target: ensure se_cmd->t_prot_sg is allocated when requiredAkinobu Mita1-0/+1
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig2-5/+2
2015-05-30target: refactor init/drop_nodeacl methodsChristoph Hellwig1-7/+2
2015-05-30target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche1-2/+2
2015-05-30target: fix DPO and FUA bit checksChristoph Hellwig1-6/+0
2015-05-30iscsi-target: remove support for obsolete markersChristophe Vu-Brugier1-10/+0
2015-05-30target: Merge sbc_verify_dif_read|writeSagi Grimberg1-5/+3
2015-05-30target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover1-4/+2
2015-05-30target: Move passthrough CDB parsing into a common functionAndy Grover1-0/+2
2015-05-30target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig2-3/+3
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds5-18/+51
2015-04-15target: Ensure sess_prot_type is saved across session restartNicholas Bellinger1-0/+1
2015-04-14target: Remove the unused flag SCF_ACK_KREFBart Van Assche1-1/+0
2015-04-14target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger1-1/+1
2015-04-14target: simplify the target template registration APIChristoph Hellwig3-11/+23
2015-04-07target: remove the unused SCF_CMD_XCOPY_PASSTHROUGH flagChristoph Hellwig1-1/+0
2015-04-07iscsi/iser-target: Add fabric_prot_type attribute supportNicholas Bellinger1-0/+2
2015-04-07target: Add protected fabric + unprotected device supportNicholas Bellinger2-0/+9
2015-03-26iscsi-target: Drop legacy iscsi_target_tq.c logicNicholas Bellinger1-4/+2
2015-03-26iscsi-target: Convert iscsi_thread_set usage to kthread.hNicholas Bellinger1-0/+7
2015-03-19target: do not reject FUA CDBs when write cache is enabled but emulate_write_...Christophe Vu-Brugier1-0/+1
2015-03-06target: Add target_show_dynamic_sessions attribute helperNicholas Bellinger2-0/+6
2015-02-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds4-2/+963
2015-02-12target: Fix PR_APTPL_BUF_LEN buffer size limitationNicholas Bellinger1-1/+1
2015-02-12iscsi/iser-target: Support multi-sequence sendtargets text responseSagi Grimberg1-0/+1
2015-02-04iscsi-target: Introduce session_get_next_tttSagi Grimberg1-0/+13
2015-01-30iscsi-target: Move iscsi_target_[core,stat].h under linux includeSagi Grimberg3-1/+948
2015-01-09target: Drop left-over fabric_max_sectors attributeNicholas Bellinger3-6/+0
2014-12-20Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-0/+6
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig1-0/+6
2014-12-01target: Add DEF_TB_DEFAULT_ATTRIBS macro for virtual device attrsNicholas Bellinger1-0/+67
2014-12-01target: Add EXPORT_SYMBOL for existing se_dev_set_*Nicholas Bellinger1-0/+29
2014-12-01target: Add target_core_backend_configfs.h helper macrosNicholas Bellinger1-0/+53
2014-12-01target: Move dev_stat_cit to struct se_subsystem_apiNicholas Bellinger1-0/+1
2014-12-01target: Move dev_alua_tg_pt_gps_cit to struct se_subsystem_apiNicholas Bellinger1-0/+1
2014-12-01target: Move dev_wwn_cit to struct se_subsystem_apiNicholas Bellinger1-0/+1
2014-12-01target: Move dev_pr_cit to struct se_subsystem_apiNicholas Bellinger1-0/+1
2014-12-01target: Move dev_attrib_cit to struct se_subsystem_apiNicholas Bellinger1-0/+1
2014-12-01target: Move dev_cit to struct se_subsystem_apiNicholas Bellinger1-0/+9
2014-10-04target: Add force_pr_aptpl device attributeNicholas Bellinger1-0/+3
2014-10-01target: encapsulate smp_mb__after_atomic()Joern Engel1-0/+14
2014-06-11target: Report correct response length for some commandsRoland Dreier1-0/+1
2014-06-11Target/iscsi: Fix sendtargets response pdu for iser transportSagi Grimberg1-1/+2
2014-04-07target/sbc: Add sbc_dif_read_strip software emulationNicholas Bellinger1-0/+1
2014-04-07target/sbc: Add sbc_dif_generate software emulationNicholas Bellinger1-0/+1
2014-04-07target: Pass in transport supported PI at session initializationNicholas Bellinger3-9/+16
2014-04-07target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2-0/+2
2014-04-07target: Fix Task Aborted Status (TAS) handlingAlex Leung1-1/+1
2014-04-07Target/core: Remove prot_handover use for nowSagi Grimberg1-6/+0
2014-04-07Target/dif: Introduce protection-passthough-only modeSagi Grimberg1-0/+1
2014-03-13Target/sbc: Set protection operation and relevant checksSagi Grimberg1-0/+7
2014-03-04iscsi/iser-target: Fix isert_conn->state hung shutdown issuesNicholas Bellinger1-0/+1
2014-02-12target: Simplify command completion by removing CMD_T_FAILED flagRoland Dreier1-1/+0
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds4-8/+86
2014-01-30target: Fix percpu_ref_put race in transport_lun_remove_cmdNicholas Bellinger1-1/+1
2014-01-25target: Report bad sector in sense data for DIF errorsSagi Grimberg1-1/+4
2014-01-25iscsi-target: Convert gfp_t parameter to task state bitmaskNicholas Bellinger1-1/+1
2014-01-18target: Add protection SGLs to target_submit_cmd_map_sglsNicholas Bellinger1-1/+2
2014-01-18target/sbc: Add DIF TYPE1+TYPE3 read/write verify emulationNicholas Bellinger1-0/+4
2014-01-18target: Add DIF CHECK_CONDITION ASC/ASCQ exception casesNicholas Bellinger1-0/+3
2014-01-18target: Add DIF related base definitionsNicholas Bellinger2-0/+47
2014-01-09target: Convert inquiry temporary buffer to heap memoryNicholas Bellinger1-1/+1
2014-01-09target_core_alua: Referrals infrastructureHannes Reinecke1-0/+18
2013-12-19target/file: Update hw_max_sectors based on current block_sizeNicholas Bellinger1-0/+1
2013-12-17target_core_spc: Include target device descriptor in VPD page 83Hannes Reinecke1-1/+1
2013-12-17target_core_alua: Use workqueue for ALUA transitioningHannes Reinecke1-0/+4
2013-12-17target_core_alua: store old and pending ALUA stateHannes Reinecke1-0/+2
2013-12-17target_core_alua: Allocate ALUA metadata on demandHannes Reinecke1-3/+0
2013-12-16target: Remove unused ua_dev_list member in struct se_uaAndy Grover1-1/+0
2013-12-11target: Remove write-only stats fields and lock from struct se_node_aclRoland Dreier1-4/+0
2013-11-20target_core_alua: Store supported ALUA statesHannes Reinecke1-0/+1
2013-11-20target core: rename (ex,im)plict -> (ex,im)plicitHannes Reinecke1-1/+1
2013-11-13target: Convert se_device statistics to atomic_long_tNicholas Bellinger1-5/+4
2013-11-12target: Pass through I/O topology for block backstoresAndy Grover1-0/+5
2013-11-08target: Add per device xcopy_lun for copy offload I/ONicholas Bellinger1-28/+29
2013-11-07target: Drop left-over se_lun->lun_cmd_list shutdown codeNicholas Bellinger1-10/+3
2013-11-07target: Add percpu refcounting for se_lun accessNicholas Bellinger1-0/+5
2013-10-23target: Export symbol core_tpg_check_initiator_node_aclThomas Glanzmann1-0/+2
2013-10-16tcm_loop: separate out tcm_loop_issue_tmrHannes Reinecke1-0/+1
2013-10-16target: Remove TF_CIT_TMPL macroAndy Grover1-1/+0
2013-09-10target/iscsi: Bump versions to v4.1.0Nicholas Bellinger1-1/+1
2013-09-10target: Add Third Party Copy (3PC) bit in INQUIRY responseNicholas Bellinger1-0/+3
2013-09-10target: Add support for EXTENDED_COPY copy offload emulationNicholas Bellinger1-0/+1
2013-09-10target: Add global device list for EXTENDED_COPYNicholas Bellinger1-0/+1
2013-09-10target: Make helpers non static for EXTENDED_COPY command setupNicholas Bellinger1-0/+4
2013-09-10target/tcm_qla2xxx: Add/use target_reverse_dma_direction() in target_core_fab...Nicholas Bellinger1-0/+26
2013-09-10target: Add support for COMPARE_AND_WRITE emulationNicholas Bellinger1-0/+1
2013-09-09target: Add MAXIMUM COMPARE AND WRITE LENGTH in Block Limits VPDNicholas Bellinger1-0/+3
2013-09-09target: Make __target_execute_cmd() available as externNicholas Bellinger1-0/+1
2013-09-09target: Add transport_reset_sgl_orig() for COMPARE_AND_WRITENicholas Bellinger1-0/+2
2013-09-09target: Allow sbc_ops->execute_rw() to accept SGLs + data_directionNicholas Bellinger2-1/+7
2013-09-09target: Add TCM_MISCOMPARE_VERIFY sense handlingNicholas Bellinger1-0/+1
2013-09-09target: Add return for se_cmd->transport_complete_callbackNicholas Bellinger1-1/+1
2013-09-09iscsi/iser-target: Convert to command priv_size usageNicholas Bellinger1-1/+7
2013-09-09target: Add transport_init_session_tags using per-cpu idaNicholas Bellinger2-0/+8
2013-07-07target: make queue_tm_rsp() return voidJoern Engel1-1/+1
2013-07-07target: remove unused codes from enum tcm_tmrsp_tableJoern Engel1-8/+5
2013-07-07iser-target: Fix session reset bug with RDMA_CM_EVENT_DISCONNECTEDNicholas Bellinger1-0/+4
2013-07-06iscsi-target: Fix iscsit_sequence_cmd reject handling for iserNicholas Bellinger1-1/+2
2013-07-06iscsi-target: Fix iscsit_add_reject* usage for iserNicholas Bellinger1-2/+0
2013-07-03target: Add se_portal_group->tpg_auth_groupNicholas Bellinger3-1/+14
2013-06-26iscsi-target: Refactor ISCSI_OP_TEXT_RSP TX handlingNicholas Bellinger1-0/+2
2013-06-24iscsi-target: Refactor ISCSI_OP_TEXT RX handlingNicholas Bellinger1-0/+4
2013-06-24iscsi/isert-target: Refactor ISCSI_OP_NOOP RX handlingNicholas Bellinger1-2/+4
2013-06-20target: Drop legacy se_cmd->check_release bitNicholas Bellinger1-2/+0
2013-06-20target: Remove legacy t_fe_count + avoid t_state_lock access in transport_put...Nicholas Bellinger1-1/+0
2013-06-14target: Allocate aptpl_buf inside update_and_write_aptpl()Andy Grover1-2/+0
2013-06-14target: Remove t10_reservation.pr_aptpl_buf_lenAndy Grover1-2/+0
2013-05-31target: Propigate up ->cmd_kref put return via transport_generic_free_cmdNicholas Bellinger1-1/+1
2013-05-29target: Re-instate sess_wait_list for target_wait_for_sess_cmdsNicholas Bellinger1-0/+1
2013-05-20target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmdsJoern Engel1-1/+1
2013-05-15target: removed unused transport_state flagJoern Engel1-1/+0
2013-05-03target: Remove unused struct members in se_dev_entryAndy Grover1-4/+0
2013-04-25iscsi-target: Add iscsit_transport API templateNicholas Bellinger1-0/+83
2013-04-25target: Add export of target_get_sess_cmd symbolNicholas Bellinger1-1/+1
2013-04-25target: Add sbc_execute_unmap() helperAsias He1-0/+4
2013-02-23target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectorsRoland Dreier1-1/+1
2013-02-13target: Fix error checking for UNMAP commandsRoland Dreier1-0/+1
2013-02-13target: Add device attribute to expose config_item_name for INQUIRY modelTregaron Bayly1-0/+3
2013-02-13target/iblock: Use backend REQ_FLUSH hint for WriteCacheEnabled statusNicholas Bellinger1-0/+1
2013-02-13target: change sprintf to snprintf in transport_dump_vpd_identDan Carpenter1-1/+1
2013-02-13target: Remove never-used TMR_FABRIC_TMR enum valueRoland Dreier1-1/+0
2013-02-13target: Export SPC inquiry emulationHannes Reinecke1-0/+2
2013-01-10target: Introduce TCM_NO_SENSEHannes Reinecke1-0/+1
2012-12-13target/iscsi_target: Add NodeACL tags for initiator group supportAndy Grover2-0/+4
2012-12-05target: Add link_magic for fabric allow_link destination target_itemsNicholas Bellinger1-0/+4
2012-11-27target: Make spc_get_write_same_sectors return sector_tNicholas Bellinger1-1/+1
2012-11-15target: Add/check max_write_same_len device attribute + update block limits VPDNicholas Bellinger1-0/+3
2012-11-15target/sbc: Seperate WRITE_SAME based on UNMAP flag in sbc_opsNicholas Bellinger1-0/+1
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig3-37/+38
2012-11-06target: remove ->get_device_revChristoph Hellwig1-1/+0
2012-11-06target: simplify alua supportChristoph Hellwig1-13/+0
2012-11-06target: simplify reservations codeChristoph Hellwig1-29/+0
2012-11-06target: kill dev->dev_task_attr_typeChristoph Hellwig1-11/+0
2012-11-06target: provide generic sbc device type/revision helpersChristoph Hellwig1-1/+4
2012-11-06target/pscsi: call spc_emulate_report_luns directlyChristoph Hellwig1-0/+1
2012-11-06target: rename spc_opsChristoph Hellwig1-2/+2
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig2-91/+38
2012-10-02target: Add target_submit_cmd_map_sgls for SGL fabric memory passthroughNicholas Bellinger1-0/+3
2012-09-17target: Drop se_subsystem_api->[write_cache,fua_write]_emulated flagsNicholas Bellinger1-3/+0
2012-09-17target: Simplify fabric sense data length handlingRoland Dreier1-1/+0
2012-09-17target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier1-1/+0
2012-09-07target: support zero allocation length in REQUEST SENSEPaolo Bonzini1-0/+1