Age | Commit message (Expand) | Author | Files | Lines |
2015-06-16 | target: Drop unnecessary core_tpg_register TFO parameter | Nicholas Bellinger | 12 | -41/+42 |
2015-06-01 | target: Drop se_lun->lun_active for existing percpu lun_ref | Nicholas Bellinger | 4 | -11/+14 |
2015-06-01 | target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage | Nicholas Bellinger | 13 | -115/+175 |
2015-06-01 | target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lun | Christoph Hellwig | 13 | -807/+458 |
2015-06-01 | target: Simplify LUN shutdown code | Bart Van Assche | 5 | -27/+2 |
2015-06-01 | target: simplify backend attribute implementation | Christoph Hellwig | 3 | -599/+486 |
2015-06-01 | target: consolidate backend attribute implementations | Christoph Hellwig | 8 | -273/+177 |
2015-06-01 | target: simplify backend driver registration | Christoph Hellwig | 11 | -158/+135 |
2015-06-01 | target: Drop left-over se_lun->lun_status | Nicholas Bellinger | 2 | -14/+0 |
2015-06-01 | target: Only reset specific dynamic entries during lun_group creation | Nicholas Bellinger | 3 | -4/+8 |
2015-06-01 | target: Drop unused se_lun->lun_acl_list | Nicholas Bellinger | 3 | -22/+0 |
2015-06-01 | target: Convert core_tpg_deregister to use list splice | Nicholas Bellinger | 1 | -7/+5 |
2015-06-01 | target: Convert se_tpg->acl_node_lock to ->acl_node_mutex | Nicholas Bellinger | 6 | -51/+48 |
2015-06-01 | target: Convert se_portal_group->tpg_lun_list[] to RCU hlist | Nicholas Bellinger | 10 | -277/+122 |
2015-06-01 | target/pr: cleanup core_scsi3_pr_seq_non_holder | Christoph Hellwig | 1 | -26/+18 |
2015-06-01 | target/pr: Change alloc_registration to avoid pr_reg_tg_pt_lun | Nicholas Bellinger | 3 | -69/+72 |
2015-06-01 | target/pr: Use atomic bitop for se_dev_entry->deve_flags reservation check | Nicholas Bellinger | 3 | -20/+42 |
2015-06-01 | target: Convert se_node_acl->device_list[] to RCU hlist | Nicholas Bellinger | 12 | -444/+415 |
2015-05-31 | iscsi-target: fix variable name typo in iscsi_check_acceptor_state() | Christophe Vu-Brugier | 1 | -4/+4 |
2015-05-31 | target: fix a log message in se_dev_set_emulate_rest_reord() | Christophe Vu-Brugier | 1 | -1/+1 |
2015-05-31 | target: remove ->put_session method | Christoph Hellwig | 4 | -21/+0 |
2015-05-31 | target: target_core_configfs.h is not needed in fabric drivers | Christoph Hellwig | 25 | -26/+0 |
2015-05-31 | target: remove struct target_fabric_configfs_template | Christoph Hellwig | 3 | -55/+46 |
2015-05-31 | target: put struct target_fabric_configfs on a diet | Christoph Hellwig | 3 | -29/+6 |
2015-05-31 | target: don't copy fabric ops | Christoph Hellwig | 3 | -21/+21 |
2015-05-31 | target: Remove set-but-not-used-variables | Bart Van Assche | 1 | -4/+2 |
2015-05-31 | ib_srpt: Remove set-but-not-used variables | Bart Van Assche | 1 | -7/+0 |
2015-05-31 | target: Move task tag into struct se_cmd + support 64-bit tags | Bart Van Assche | 22 | -182/+76 |
2015-05-31 | target: move transport ID handling to the core | Christoph Hellwig | 18 | -875/+173 |
2015-05-31 | target: remove the get_fabric_proto_ident method | Christoph Hellwig | 15 | -212/+9 |
2015-05-31 | target: change core_tpg_register prototype | Christoph Hellwig | 14 | -50/+38 |
2015-05-31 | tcm_fc: stop using se_tpg_fabric_ptr | Christoph Hellwig | 1 | -9/+8 |
2015-05-31 | tcm_loop: stop using se_tpg_fabric_ptr | Christoph Hellwig | 1 | -12/+11 |
2015-05-31 | target/iscsi: stop using se_tpg_fabric_ptr | Christoph Hellwig | 1 | -28/+15 |
2015-05-31 | target: handle odd SG mapping for data transfer memory | Akinobu Mita | 1 | -39/+83 |
2015-05-31 | lib: introduce crc_t10dif_update() | Akinobu Mita | 2 | -3/+10 |
2015-05-31 | target: ensure se_cmd->t_prot_sg is allocated when required | Akinobu Mita | 2 | -12/+16 |
2015-05-31 | target: Fix inconsistent address passed to kunmap_atomic() in sbc_dif_copy_pr... | Akinobu Mita | 1 | -2/+3 |
2015-05-31 | target: move node ACL allocation to core code | Christoph Hellwig | 18 | -224/+18 |
2015-05-31 | target: refactor node ACL allocation | Christoph Hellwig | 1 | -77/+56 |
2015-05-31 | target: refactor init/drop_nodeacl methods | Christoph Hellwig | 14 | -421/+77 |
2015-05-31 | target: make the tpg_get_default_depth method optional | Christoph Hellwig | 11 | -62/+4 |
2015-05-31 | vhost/scsi: remove struct vhost_scsi_nacl | Christoph Hellwig | 1 | -31/+3 |
2015-05-31 | sbp_target: remove struct sbp_nacl | Christoph Hellwig | 2 | -30/+3 |
2015-05-31 | tcm_usb: remove struct usbg_nacl | Christoph Hellwig | 2 | -30/+3 |
2015-05-31 | tcm_loop: remove struct tcm_loop_nacl | Christoph Hellwig | 2 | -17/+2 |
2015-05-31 | target: Remove first argument of target_{get,put}_sess_cmd() | Bart Van Assche | 10 | -34/+33 |
2015-05-31 | target/user: Add support for bidirectional commands | Ilias Tsitsimpis | 2 | -6/+25 |
2015-05-31 | target/user: Refactor data area allocation code | Ilias Tsitsimpis | 1 | -83/+106 |
2015-05-31 | target/transport: Always initialize bidi fields in se_cmd | Ilias Tsitsimpis | 1 | -4/+2 |