summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* target: use 64-bit LUNsHannes Reinecke2015-06-1613-78/+73
* target: Drop duplicate + unused se_dev_check_wceNicholas Bellinger2015-06-161-12/+0
* target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-1611-39/+41
* target: Drop se_lun->lun_active for existing percpu lun_refNicholas Bellinger2015-06-013-10/+14
* target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger2015-06-0112-111/+169
* target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunChristoph Hellwig2015-06-0112-765/+426
* target: Simplify LUN shutdown codeBart Van Assche2015-06-014-26/+2
* target: simplify backend attribute implementationChristoph Hellwig2015-06-012-570/+486
* target: consolidate backend attribute implementationsChristoph Hellwig2015-06-016-155/+174
* target: simplify backend driver registrationChristoph Hellwig2015-06-019-138/+129
* target: Drop left-over se_lun->lun_statusNicholas Bellinger2015-06-011-6/+0
* target: Only reset specific dynamic entries during lun_group creationNicholas Bellinger2015-06-013-4/+8
* target: Drop unused se_lun->lun_acl_listNicholas Bellinger2015-06-012-19/+0
* target: Convert core_tpg_deregister to use list spliceNicholas Bellinger2015-06-011-7/+5
* target: Convert se_tpg->acl_node_lock to ->acl_node_mutexNicholas Bellinger2015-06-015-50/+47
* target: Convert se_portal_group->tpg_lun_list[] to RCU hlistNicholas Bellinger2015-06-018-274/+118
* target/pr: cleanup core_scsi3_pr_seq_non_holderChristoph Hellwig2015-06-011-26/+18
* target/pr: Change alloc_registration to avoid pr_reg_tg_pt_lunNicholas Bellinger2015-06-012-67/+70
* target/pr: Use atomic bitop for se_dev_entry->deve_flags reservation checkNicholas Bellinger2015-06-012-19/+40
* target: Convert se_node_acl->device_list[] to RCU hlistNicholas Bellinger2015-06-0110-431/+399
* iscsi-target: fix variable name typo in iscsi_check_acceptor_state()Christophe Vu-Brugier2015-05-311-4/+4
* target: fix a log message in se_dev_set_emulate_rest_reord()Christophe Vu-Brugier2015-05-311-1/+1
* target: remove ->put_session methodChristoph Hellwig2015-05-313-20/+0
* target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-3124-24/+0
* target: remove struct target_fabric_configfs_templateChristoph Hellwig2015-05-312-29/+24
* target: put struct target_fabric_configfs on a dietChristoph Hellwig2015-05-312-22/+6
* target: don't copy fabric opsChristoph Hellwig2015-05-312-20/+20
* target: Remove set-but-not-used-variablesBart Van Assche2015-05-311-4/+2
* ib_srpt: Remove set-but-not-used variablesBart Van Assche2015-05-311-7/+0
* target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-3119-172/+74
* target: move transport ID handling to the coreChristoph Hellwig2015-05-3116-721/+173
* target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-3113-177/+9
* target: change core_tpg_register prototypeChristoph Hellwig2015-05-3111-37/+30
* tcm_fc: stop using se_tpg_fabric_ptrChristoph Hellwig2015-05-311-9/+8
* tcm_loop: stop using se_tpg_fabric_ptrChristoph Hellwig2015-05-311-12/+11
* target/iscsi: stop using se_tpg_fabric_ptrChristoph Hellwig2015-05-311-28/+15
* target: handle odd SG mapping for data transfer memoryAkinobu Mita2015-05-311-39/+83
* target: ensure se_cmd->t_prot_sg is allocated when requiredAkinobu Mita2015-05-311-12/+15
* target: Fix inconsistent address passed to kunmap_atomic() in sbc_dif_copy_pr...Akinobu Mita2015-05-311-2/+3
* target: move node ACL allocation to core codeChristoph Hellwig2015-05-3115-192/+16
* target: refactor node ACL allocationChristoph Hellwig2015-05-311-77/+56
* target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-3111-335/+73
* target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-3110-54/+4
* vhost/scsi: remove struct vhost_scsi_naclChristoph Hellwig2015-05-311-31/+3
* sbp_target: remove struct sbp_naclChristoph Hellwig2015-05-312-30/+3
* tcm_usb: remove struct usbg_naclChristoph Hellwig2015-05-312-30/+3
* tcm_loop: remove struct tcm_loop_naclChristoph Hellwig2015-05-312-17/+2
* target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2015-05-319-32/+31
* target/user: Add support for bidirectional commandsIlias Tsitsimpis2015-05-311-5/+24
* target/user: Refactor data area allocation codeIlias Tsitsimpis2015-05-311-83/+106