summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi
Commit message (Expand)AuthorAgeFilesLines
* target/iscsi: Fix double free of a TUR followed by a solicited NOPOUTAlexei Potashnik2015-07-301-2/+2
* iscsi-target: Fix iser explicit logout TX kthread leakNicholas Bellinger2015-07-241-2/+16
* iscsi-target: Fix iscsit_start_kthreads failure OOPsNicholas Bellinger2015-07-244-33/+67
* iscsi-target: Fix use-after-free during TPG session shutdownNicholas Bellinger2015-07-241-4/+8
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-0412-577/+67
|\
| * target: use 64-bit LUNsHannes Reinecke2015-06-151-2/+2
| * target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-152-4/+7
| * target: Convert se_portal_group->tpg_lun_list[] to RCU hlistNicholas Bellinger2015-06-011-2/+0
| * iscsi-target: fix variable name typo in iscsi_check_acceptor_state()Christophe Vu-Brugier2015-05-301-4/+4
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-304-4/+0
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-302-9/+2
| * target: move transport ID handling to the coreChristoph Hellwig2015-05-301-3/+0
| * target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-301-1/+0
| * target: change core_tpg_register prototypeChristoph Hellwig2015-05-302-3/+2
| * target/iscsi: stop using se_tpg_fabric_ptrChristoph Hellwig2015-05-301-28/+15
| * target: move node ACL allocation to core codeChristoph Hellwig2015-05-301-25/+1
| * target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-301-39/+10
| * target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2015-05-303-11/+10
| * iscsi-target: remove support for obsolete markersChristophe Vu-Brugier2015-05-309-444/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-0/+1
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-013-5/+3
| |\|
| * | treewide: Add missing vmalloc.h inclusion.David S. Miller2015-05-281-0/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-233-3/+2
|\ \ \ | |_|/ |/| |
| * | target: Minimize SCSI header #include directivesBart Van Assche2015-06-023-3/+2
| |/
* | target: Drop signal_pending checks after interruptible lock acquireNicholas Bellinger2015-05-192-5/+2
* | ISCSI: fix minor memory leakEvgenii Lepikhin2015-05-021-0/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-2412-795/+234
|\
| * target: simplify the target template registration APIChristoph Hellwig2015-04-145-141/+77
| * iscsi/iser-target: Add fabric_prot_type attribute supportNicholas Bellinger2015-04-073-0/+42
| * target: mark iscsit_start_kthreads staticChristoph Hellwig2015-03-261-1/+1
| * iscsi-target: Drop legacy iscsi_target_tq.c logicNicholas Bellinger2015-03-267-586/+0
| * iscsi-target: Convert iscsi_thread_set usage to kthread.hNicholas Bellinger2015-03-263-69/+107
| * iscsi-target: don't export static symbolJulia Lawall2015-03-201-1/+0
| * iscsi-target: Expose per endpoint dynamic_sessions attributeNicholas Bellinger2015-03-061-0/+10
* | iscsi target: fix oops when adding reject pduMike Christie2015-04-101-1/+1
* | iscsi-target: TargetAddress in SendTargets should bracket ipv6 addressesAndy Grover2015-04-071-2/+7
* | iscsi-target: Avoid early conn_logout_comp for iser connectionsNicholas Bellinger2015-03-191-4/+10
* | Revert "iscsi-target: Avoid IN_LOGOUT failure case for iser-target"Nicholas Bellinger2015-03-191-3/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-02-2121-1043/+105
|\
| * iscsi-target: Avoid IN_LOGOUT failure case for iser-targetNicholas Bellinger2015-02-121-1/+3
| * iscsi-target: Drop problematic active_ts_list usageNicholas Bellinger2015-02-121-23/+5
| * iscsi/iser-target: Support multi-sequence sendtargets text responseSagi Grimberg2015-02-123-23/+66
| * iscsi-target: Don't over-allocate sendtargets text resp bufferSagi Grimberg2015-02-041-1/+1
| * iscsi-target: Introduce session_get_next_tttSagi Grimberg2015-02-042-17/+4
| * iscsi-target: Move iscsi_target_[core,stat].h under linux includeSagi Grimberg2015-01-3020-969/+22
| * iscsi-target: use '%*ph' specifier to dump hex bufferAndy Shevchenko2015-01-151-9/+4
* | iscsi-target: Fix typos in enum cmd_flags_tableAndy Grover2015-01-092-8/+8
|/
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-12-201-7/+7
|\
| * Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2014-12-181-7/+7
| |\
| | * scsi: remove MSG_*_TAG definesChristoph Hellwig2014-12-041-7/+7