aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller1-3/+2
2016-03-30target: add a new add_wwn_groups fabrics methodChristoph Hellwig1-8/+11
2016-03-30target: remove ->fabric_cleanup_nodeaclChristoph Hellwig1-9/+0
2016-03-28[net] drop 'size' argument of sock_recvmsg()Al Viro1-3/+2
2016-03-17Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-54/+21
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig1-54/+21
2016-01-27iscsi-target: Use shash and ahashHerbert Xu3-118/+111
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds7-32/+15
2016-01-20target: Obtain se_node_acl->acl_kref during get_initiator_node_aclNicholas Bellinger1-1/+1
2016-01-20target: Convert ACL change queue_depth se_session reference usageNicholas Bellinger3-34/+7
2016-01-20iscsi-target: Fix potential dead-lock during node acl deleteNicholas Bellinger1-1/+15
2016-01-06iscsi-target: Fix indentation + spelling + unreachable codeBart Van Assche4-10/+6
2015-11-28iscsi-target: Fix rx_login_comp hang after login failureNicholas Bellinger2-1/+13
2015-11-28iscsi-target: return -ENOMEM instead of -1 in case of failed kmalloc()Luis de Bethencourt1-5/+5
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-924/+533
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig2-924/+533
2015-09-24iscsi-target: Avoid OFMarker + IFMarker negotiationNicholas Bellinger1-2/+3
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds12-137/+172
2015-09-11target: Fix max_cmd_sn increment w/o cmdsn mutex regressionsRoland Dreier2-4/+5
2015-08-26target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storageAndy Grover7-16/+16
2015-08-26target/iscsi: Replace conn->login_ip with login_sockaddrAndy Grover4-24/+49
2015-08-26target/iscsi: Keep local_ip as the actual sockaddrAndy Grover4-56/+45
2015-08-26target/iscsi: Fix np_ip bracket issue by removing np_ipAndy Grover6-38/+36
2015-08-02target: Drop iSCSI use of mutex around max_cmd_sn incrementRoland Dreier7-27/+24
2015-08-02iscsi-target: Add tpg_enabled_sendtargets for disabled discoveryDavid Disseldorp4-5/+31
2015-07-30target/iscsi: Use proper SGL accessors for digest computationAlexei Potashnik1-5/+4
2015-07-30target/iscsi: Fix double free of a TUR followed by a solicited NOPOUTAlexei Potashnik1-2/+2
2015-07-24iscsi-target: Fix iser explicit logout TX kthread leakNicholas Bellinger1-2/+16
2015-07-24iscsi-target: Fix iscsit_start_kthreads failure OOPsNicholas Bellinger4-33/+67
2015-07-24iscsi-target: Fix use-after-free during TPG session shutdownNicholas Bellinger1-4/+8
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds12-577/+67
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-3/+2
2015-06-15target: use 64-bit LUNsHannes Reinecke1-2/+2
2015-06-15target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2-4/+7
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche3-3/+2
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+3
2015-06-01target: Convert se_portal_group->tpg_lun_list[] to RCU hlistNicholas Bellinger1-2/+0
2015-05-30iscsi-target: fix variable name typo in iscsi_check_acceptor_state()Christophe Vu-Brugier1-4/+4
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig4-4/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2-9/+2
2015-05-30target: move transport ID handling to the coreChristoph Hellwig1-3/+0
2015-05-30target: remove the get_fabric_proto_ident methodChristoph Hellwig1-1/+0
2015-05-30target: change core_tpg_register prototypeChristoph Hellwig2-3/+2
2015-05-30target/iscsi: stop using se_tpg_fabric_ptrChristoph Hellwig1-28/+15
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig1-25/+1
2015-05-30target: refactor init/drop_nodeacl methodsChristoph Hellwig1-39/+10
2015-05-30target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche3-11/+10
2015-05-30iscsi-target: remove support for obsolete markersChristophe Vu-Brugier9-444/+16
2015-05-28treewide: Add missing vmalloc.h inclusion.David S. Miller1-0/+1