aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-19target: Drop signal_pending checks after interruptible lock acquireNicholas Bellinger2-5/+2
2015-05-02ISCSI: fix minor memory leakEvgenii Lepikhin1-0/+1
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds12-795/+234
2015-04-14target: simplify the target template registration APIChristoph Hellwig5-141/+77
2015-04-10iscsi target: fix oops when adding reject pduMike Christie1-1/+1
2015-04-07iscsi/iser-target: Add fabric_prot_type attribute supportNicholas Bellinger3-0/+42
2015-04-07iscsi-target: TargetAddress in SendTargets should bracket ipv6 addressesAndy Grover1-2/+7
2015-03-26target: mark iscsit_start_kthreads staticChristoph Hellwig1-1/+1
2015-03-26iscsi-target: Drop legacy iscsi_target_tq.c logicNicholas Bellinger7-586/+0
2015-03-26iscsi-target: Convert iscsi_thread_set usage to kthread.hNicholas Bellinger3-69/+107
2015-03-20iscsi-target: don't export static symbolJulia Lawall1-1/+0
2015-03-19iscsi-target: Avoid early conn_logout_comp for iser connectionsNicholas Bellinger1-4/+10