| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2015-07-04 | 6 | -403/+104 |
|\ |
|
| * | target: Bump core version to v5.0 | Nicholas Bellinger | 2015-06-23 | 1 | -1/+1 |
| * | target: remove target_core_configfs.h | Christoph Hellwig | 2015-06-23 | 1 | -34/+0 |
| * | target: remove unused TARGET_CORE_CONFIG_ROOT define | Christoph Hellwig | 2015-06-23 | 1 | -2/+0 |
| * | target: consolidate version defines | Christoph Hellwig | 2015-06-23 | 2 | -3/+1 |
| * | target: implement WRITE_SAME with UNMAP bit using ->execute_unmap | Christoph Hellwig | 2015-06-23 | 1 | -1/+0 |
| * | target: simplify UNMAP handling | Christoph Hellwig | 2015-06-23 | 1 | -5/+2 |
| * | target: replace se_cmd->execute_rw with a protocol_data field | Christoph Hellwig | 2015-06-23 | 1 | -2/+1 |
| * | target: Remove 'ua_nacl' pointer from se_ua structure | Hannes Reinecke | 2015-06-16 | 1 | -1/+0 |
| * | target: Remove TARGET_MAX_LUNS_PER_TRANSPORT | Hannes Reinecke | 2015-06-16 | 1 | -3/+0 |
| * | target: use 64-bit LUNs | Hannes Reinecke | 2015-06-16 | 2 | -14/+15 |
| * | target: Drop unnecessary core_tpg_register TFO parameter | Nicholas Bellinger | 2015-06-16 | 1 | -2/+1 |
| * | target: Drop se_lun->lun_active for existing percpu lun_ref | Nicholas Bellinger | 2015-06-01 | 1 | -1/+0 |
| * | target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage | Nicholas Bellinger | 2015-06-01 | 1 | -4/+6 |
| * | target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lun | Christoph Hellwig | 2015-06-01 | 1 | -42/+32 |
| * | target: Simplify LUN shutdown code | Bart Van Assche | 2015-06-01 | 1 | -1/+0 |
| * | target: simplify backend attribute implementation | Christoph Hellwig | 2015-06-01 | 1 | -29/+0 |
| * | target: consolidate backend attribute implementations | Christoph Hellwig | 2015-06-01 | 2 | -118/+3 |
| * | target: simplify backend driver registration | Christoph Hellwig | 2015-06-01 | 2 | -20/+6 |
| * | target: Drop left-over se_lun->lun_status | Nicholas Bellinger | 2015-06-01 | 1 | -8/+0 |
| * | target: Drop unused se_lun->lun_acl_list | Nicholas Bellinger | 2015-06-01 | 1 | -3/+0 |
| * | target: Convert se_tpg->acl_node_lock to ->acl_node_mutex | Nicholas Bellinger | 2015-06-01 | 1 | -1/+1 |
| * | target: Convert se_portal_group->tpg_lun_list[] to RCU hlist | Nicholas Bellinger | 2015-06-01 | 2 | -3/+4 |
| * | target/pr: Change alloc_registration to avoid pr_reg_tg_pt_lun | Nicholas Bellinger | 2015-06-01 | 1 | -2/+2 |
| * | target/pr: Use atomic bitop for se_dev_entry->deve_flags reservation check | Nicholas Bellinger | 2015-06-01 | 1 | -1/+2 |
| * | target: Convert se_node_acl->device_list[] to RCU hlist | Nicholas Bellinger | 2015-06-01 | 2 | -13/+16 |
| * | target: remove ->put_session method | Christoph Hellwig | 2015-05-31 | 1 | -1/+0 |
| * | target: remove struct target_fabric_configfs_template | Christoph Hellwig | 2015-05-31 | 1 | -26/+22 |
| * | target: put struct target_fabric_configfs on a diet | Christoph Hellwig | 2015-05-31 | 1 | -7/+0 |
| * | target: don't copy fabric ops | Christoph Hellwig | 2015-05-31 | 1 | -1/+1 |
| * | target: Move task tag into struct se_cmd + support 64-bit tags | Bart Van Assche | 2015-05-31 | 2 | -2/+2 |
| * | target: move transport ID handling to the core | Christoph Hellwig | 2015-05-31 | 1 | -33/+0 |
| * | target: remove the get_fabric_proto_ident method | Christoph Hellwig | 2015-05-31 | 1 | -4/+0 |
| * | target: change core_tpg_register prototype | Christoph Hellwig | 2015-05-31 | 2 | -11/+7 |
| * | target: ensure se_cmd->t_prot_sg is allocated when required | Akinobu Mita | 2015-05-31 | 1 | -0/+1 |
| * | target: move node ACL allocation to core code | Christoph Hellwig | 2015-05-31 | 2 | -5/+2 |
| * | target: refactor init/drop_nodeacl methods | Christoph Hellwig | 2015-05-31 | 1 | -7/+2 |
| * | target: Remove first argument of target_{get,put}_sess_cmd() | Bart Van Assche | 2015-05-31 | 1 | -2/+2 |
| * | target: fix DPO and FUA bit checks | Christoph Hellwig | 2015-05-31 | 1 | -6/+0 |
| * | iscsi-target: remove support for obsolete markers | Christophe Vu-Brugier | 2015-05-31 | 1 | -10/+0 |
| * | target: Merge sbc_verify_dif_read|write | Sagi Grimberg | 2015-05-31 | 1 | -5/+3 |
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2015-06-24 | 2 | -13/+3 |
|\ \
| |/
|/| |
|
| * | target: Minimize SCSI header #include directives | Bart Van Assche | 2015-06-02 | 2 | -3/+1 |
| * | target: Correct a comment | Bart Van Assche | 2015-06-02 | 1 | -10/+2 |
* | | target: Use a PASSTHROUGH flag instead of transport_types | Andy Grover | 2015-05-31 | 1 | -4/+2 |
* | | target: Move passthrough CDB parsing into a common function | Andy Grover | 2015-05-31 | 1 | -0/+2 |
* | | target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystem | Christoph Hellwig | 2015-05-31 | 2 | -3/+3 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2015-04-24 | 5 | -18/+51 |
|\ |
|
| * | target: Ensure sess_prot_type is saved across session restart | Nicholas Bellinger | 2015-04-16 | 1 | -0/+1 |
| * | target: Remove the unused flag SCF_ACK_KREF | Bart Van Assche | 2015-04-14 | 1 | -1/+0 |