Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
758d39ebd3d5666edb3b1c339f7f138c349ff8bf
/
include
/
target
9095ada
target/transport: add flag to indicate CPU Affinity is observed
by Quinn Tran
· 9 years ago
57dae19
target: Drop legacy se_cmd->task_stop_comp + REQUEST_STOP usage
by Nicholas Bellinger
· 9 years ago
0f4a943
target: Fix remote-port TMR ABORT + se_cmd fabric stop
by Nicholas Bellinger
· 9 years ago
febe562
target: Fix LUN_RESET active I/O handling for ACK_KREF
by Nicholas Bellinger
· 9 years ago
8a9ebe7
target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors
by Mike Christie
· 9 years ago
71e4634
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 9 years ago
21aaa23
target: Obtain se_node_acl->acl_kref during get_initiator_node_acl
by Nicholas Bellinger
· 9 years ago
d36ad77
target: Convert ACL change queue_depth se_session reference usage
by Nicholas Bellinger
· 9 years ago
5261d86
target: Support aborting tasks with a 64-bit tag
by Bart Van Assche
· 9 years ago
dba5ccc
target: Remove an unused variable
by Bart Van Assche
· 9 years ago
fb3269b
qla2xxx: Add selective command queuing
by Quinn Tran
· 9 years ago
e6f4163
target/sbc: Add LBPRZ attribute + control CDB emulation
by Jamie Pocas
· 9 years ago
057085e
target: Fix race for SCF_COMPARE_AND_WRITE_POST checking
by Nicholas Bellinger
· 9 years ago
9aa3d65
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 9 years ago
2eafd72
target: use per-attribute show and store methods
by Christoph Hellwig
· 9 years ago
eeeb952
target: Propigate backend read-only to core_tpg_add_lun
by Nicholas Bellinger
· 9 years ago
05c7808
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 9 years ago
8f9b565
target/qla2xxx: Honor max_data_sg_nents I/O transfer limit
by Nicholas Bellinger
· 9 years ago
13a3cf0
target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storage
by Andy Grover
· 9 years ago
dc58f76
target/iscsi: Replace conn->login_ip with login_sockaddr
by Andy Grover
· 9 years ago
69d7557
target/iscsi: Keep local_ip as the actual sockaddr
by Andy Grover
· 9 years ago
76c28f1
target/iscsi: Fix np_ip bracket issue by removing np_ip
by Andy Grover
· 9 years ago
109e238
target: Drop iSCSI use of mutex around max_cmd_sn increment
by Roland Dreier
· 9 years ago
a6415cd
iscsi-target: Add tpg_enabled_sendtargets for disabled discovery
by David Disseldorp
· 9 years ago
915270c3
target: Shrink struct se_cmd by rearranging fields
by Roland Dreier
· 9 years ago
9c31820
target: Remove cmd->se_ordered_id (unused except debug log lines)
by Roland Dreier
· 9 years ago
b6a54b8
target: remove initiatorname field in se_acl_lun
by Chris Zankel
· 9 years ago
53c4699
target: remove unused lun_flags field from se_lun
by Chris Zankel
· 9 years ago
e541986
iscsi-target: Fix iscsit_start_kthreads failure OOPs
by Nicholas Bellinger
· 9 years ago
4e4937e
target: Return descriptor format sense data in case the LU spans 64bit sectors
by Sagi Grimberg
· 9 years ago
e986a35
tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UA
by Hannes Reinecke
· 9 years ago
fe052a1
target: Use struct t10_pi_tuple
by Sagi Grimberg
· 9 years ago
5c755fe
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 9 years ago
acd5312
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 9 years ago
2ec1e9e
target: Bump core version to v5.0
by Nicholas Bellinger
· 9 years ago
6de2ce5b
target: remove target_core_configfs.h
by Christoph Hellwig
· 9 years ago
1315c7c
target: remove unused TARGET_CORE_CONFIG_ROOT define
by Christoph Hellwig
· 9 years ago
ce8dd25
target: consolidate version defines
by Christoph Hellwig
· 9 years ago
b753d64
target: implement WRITE_SAME with UNMAP bit using ->execute_unmap
by Christoph Hellwig
· 9 years ago
62e4694
target: simplify UNMAP handling
by Christoph Hellwig
· 9 years ago
7a971b1
target: replace se_cmd->execute_rw with a protocol_data field
by Christoph Hellwig
· 9 years ago
3160581
target: Remove 'ua_nacl' pointer from se_ua structure
by Hannes Reinecke
· 9 years ago
196e2e2
target: Remove TARGET_MAX_LUNS_PER_TRANSPORT
by Hannes Reinecke
· 9 years ago
f2d3068
target: use 64-bit LUNs
by Hannes Reinecke
· 9 years ago
bc0c94b
target: Drop unnecessary core_tpg_register TFO parameter
by Nicholas Bellinger
· 9 years ago
ba92999
target: Minimize SCSI header #include directives
by Bart Van Assche
· 9 years ago
8d3a824
target: Correct a comment
by Bart Van Assche
· 9 years ago
9e37d04
target: Drop se_lun->lun_active for existing percpu lun_ref
by Nicholas Bellinger
· 9 years ago
4cc987e
target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage
by Nicholas Bellinger
· 9 years ago
adf653f
target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lun
by Christoph Hellwig
· 9 years ago
b3eeea6
target: Simplify LUN shutdown code
by Bart Van Assche
· 9 years ago
3effdb9
target: simplify backend attribute implementation
by Christoph Hellwig
· 9 years ago
5873c4d
target: consolidate backend attribute implementations
by Christoph Hellwig
· 9 years ago
0a06d43
target: simplify backend driver registration
by Christoph Hellwig
· 9 years ago
4624773
target: Drop left-over se_lun->lun_status
by Nicholas Bellinger
· 9 years ago
8478654
target: Drop unused se_lun->lun_acl_list
by Nicholas Bellinger
· 10 years ago
403edd7
target: Convert se_tpg->acl_node_lock to ->acl_node_mutex
by Nicholas Bellinger
· 10 years ago
6bb8261
target: Convert se_portal_group->tpg_lun_list[] to RCU hlist
by Nicholas Bellinger
· 9 years ago
79dc9c9
target/pr: Change alloc_registration to avoid pr_reg_tg_pt_lun
by Nicholas Bellinger
· 10 years ago
80bfdfa
target/pr: Use atomic bitop for se_dev_entry->deve_flags reservation check
by Nicholas Bellinger
· 10 years ago
29a05de
target: Convert se_node_acl->device_list[] to RCU hlist
by Nicholas Bellinger
· 10 years ago
afe9232
target: remove ->put_session method
by Christoph Hellwig
· 10 years ago
968ebe7
target: remove struct target_fabric_configfs_template
by Christoph Hellwig
· 10 years ago
0dc2e8d
target: put struct target_fabric_configfs on a diet
by Christoph Hellwig
· 10 years ago
ef0caf8
target: don't copy fabric ops
by Christoph Hellwig
· 10 years ago
649ee05
target: Move task tag into struct se_cmd + support 64-bit tags
by Bart Van Assche
· 10 years ago
2650d71
target: move transport ID handling to the core
by Christoph Hellwig
· 10 years ago
2aeeafa
target: remove the get_fabric_proto_ident method
by Christoph Hellwig
· 10 years ago
e4aae5a
target: change core_tpg_register prototype
by Christoph Hellwig
· 10 years ago
5835812
target: ensure se_cmd->t_prot_sg is allocated when required
by Akinobu Mita
· 10 years ago
144bc4c
target: move node ACL allocation to core code
by Christoph Hellwig
· 10 years ago
c7d6a80
target: refactor init/drop_nodeacl methods
by Christoph Hellwig
· 10 years ago
afc1660
target: Remove first argument of target_{get,put}_sess_cmd()
by Bart Van Assche
· 10 years ago
814e5b4
target: fix DPO and FUA bit checks
by Christoph Hellwig
· 10 years ago
c04a609
iscsi-target: remove support for obsolete markers
by Christophe Vu-Brugier
· 10 years ago
f75b6fa
target: Merge sbc_verify_dif_read|write
by Sagi Grimberg
· 10 years ago
a354170
target: Use a PASSTHROUGH flag instead of transport_types
by Andy Grover
· 9 years ago
7bfea53b
target: Move passthrough CDB parsing into a common function
by Andy Grover
· 9 years ago
d588cf8
target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystem
by Christoph Hellwig
· 10 years ago
c666872
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 10 years ago
bffb512
target: Ensure sess_prot_type is saved across session restart
by Nicholas Bellinger
· 10 years ago
054922b
target: Remove the unused flag SCF_ACK_KREF
by Bart Van Assche
· 10 years ago
c8e6398
target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handling
by Nicholas Bellinger
· 10 years ago
9ac8928
target: simplify the target template registration API
by Christoph Hellwig
· 10 years ago
c3d0a7c
target: remove the unused SCF_CMD_XCOPY_PASSTHROUGH flag
by Christoph Hellwig
· 10 years ago
901c04a
iscsi/iser-target: Add fabric_prot_type attribute support
by Nicholas Bellinger
· 10 years ago
38b57f8
target: Add protected fabric + unprotected device support
by Nicholas Bellinger
· 10 years ago
073900b
iscsi-target: Drop legacy iscsi_target_tq.c logic
by Nicholas Bellinger
· 10 years ago
88dcd2d
iscsi-target: Convert iscsi_thread_set usage to kthread.h
by Nicholas Bellinger
· 10 years ago
9bc6548
target: do not reject FUA CDBs when write cache is enabled but emulate_write_cache is 0
by Christophe Vu-Brugier
· 10 years ago
f8e471f
target: Add target_show_dynamic_sessions attribute helper
by Nicholas Bellinger
· 10 years ago
e20d3ef
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 10 years ago
f161d4b
target: Fix PR_APTPL_BUF_LEN buffer size limitation
by Nicholas Bellinger
· 10 years ago
e4f4e80
iscsi/iser-target: Support multi-sequence sendtargets text response
by Sagi Grimberg
· 10 years ago
c1e34b6
iscsi-target: Introduce session_get_next_ttt
by Sagi Grimberg
· 10 years ago
67f091f
iscsi-target: Move iscsi_target_[core,stat].h under linux include
by Sagi Grimberg
· 10 years ago
7216dc0
target: Drop left-over fabric_max_sectors attribute
by Nicholas Bellinger
· 10 years ago
cdce6ac
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 10 years ago
68d81f4
scsi: remove MSG_*_TAG defines
by Christoph Hellwig
· 10 years ago
e6c39f7
target: Add DEF_TB_DEFAULT_ATTRIBS macro for virtual device attrs
by Nicholas Bellinger
· 10 years ago
Next »