summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi
Commit message (Expand)AuthorAgeFilesLines
* iscsi-target: Fix SNACK Type 1 + BegRun=0 handlingNicholas Bellinger2014-02-121-1/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-01-314-25/+36
|\
| * target/iscsi: Fix network portal creation raceAndy Grover2014-01-301-13/+21
| * iscsi-target: Convert gfp_t parameter to task state bitmaskNicholas Bellinger2014-01-253-12/+11
| * iscsi-target: Fix connection reset hang with percpu_ida_allocNicholas Bellinger2014-01-251-1/+1
| * percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet2014-01-231-2/+6
| * iscsi-target: Pre-allocate more tags to avoid ack starvationNicholas Bellinger2014-01-191-1/+1
* | iscsi-target: Fix incorrect np->np_thread NULL assignmentNicholas Bellinger2013-12-192-6/+1
* | iscsi-target: Fix-up all zero data-length CDBs with R/W_BIT setNicholas Bellinger2013-12-111-14/+12
* | iscsi-target: return -EINVAL on oversized configfs parameterEric Seppanen2013-12-111-1/+2
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-11-2214-151/+205
|\
| * iscsi-target: chap auth shouldn't match username with trailing garbageEric Seppanen2013-11-201-1/+4
| * iscsi-target: fix extract_param to handle buffer length corner caseEric Seppanen2013-11-201-1/+1
| * iscsi-target: Expose default_erl as TPG attributeNicholas Bellinger2013-11-206-7/+36
| * iscsi-target: Do not reject non-immediate CmdSNs exceeding MaxCmdSNNicholas Bellinger2013-11-192-8/+11
| * iscsi-target: Convert iscsi_session statistics to atomic_long_tNicholas Bellinger2013-11-196-50/+25
| * iscsi-target: Reject unsupported multi PDU text command sequenceNicholas Bellinger2013-11-131-0/+7
| * iscsi-target: Fix mutex_trylock usage in iscsit_increment_maxcmdsnNicholas Bellinger2013-11-122-5/+6
| * iscsi-target: Do not generate REJECTs for zero-length DataOUTNicholas Bellinger2013-11-071-4/+3
| * iscsi-target: Implement demo_mode_discovery logicThomas Glanzmann2013-10-231-9/+30
| * iscsi-target: Add new TPG attributeThomas Glanzmann2013-10-234-0/+29
| * target/iscsi: Remove macros that contain typecastsAndy Grover2013-10-166-22/+18
| * target/iscsi: Remove iscsi dereferencing macrosAndy Grover2013-10-164-36/+27
| * target: Remove TF_CIT_TMPL macroAndy Grover2013-10-161-11/+11
* | iscsi-target; Allow an extra tag_num / 2 number of percpu_ida tagsNicholas Bellinger2013-10-031-1/+1
* | iscsi-target: Perform release of acknowledged tags from RX contextNicholas Bellinger2013-10-031-4/+9
* | iscsi-target: Only perform wait_for_tasks when performing shutdownNicholas Bellinger2013-10-031-2/+2
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-09-1223-343/+651
|\
| * target/iscsi: Bump versions to v4.1.0Nicholas Bellinger2013-09-101-1/+1
| * target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-1018-56/+20
| * iscsi-target: Bump default TCP listen backlog to 256Nicholas Bellinger2013-09-102-1/+2
| * iscsi-target; Bump default CmdSN Depth to 64Nicholas Bellinger2013-09-101-1/+1
| * iscsi-target: Remove unnecessary wait_for_completion in iscsi_get_thread_setNicholas Bellinger2013-09-101-16/+3
| * iscsi-target: Add thread_set->ts_activate_sem + use common deallocateNicholas Bellinger2013-09-102-85/+59
| * iscsi-target: Fix race with thread_pre_handler flush_signals + ISCSI_THREAD_S...Nicholas Bellinger2013-09-101-6/+13
| * iscsi-target: Convert to per-cpu ida_alloc + ida_free command mapNicholas Bellinger2013-09-093-11/+46
| * iscsi/iser-target: Convert to command priv_size usageNicholas Bellinger2013-09-095-33/+7
| * iscsi-target: Remove left-over iscsi_target_do_login_ioNicholas Bellinger2013-09-091-9/+1
| * iscsi-target: Add sk->sk_state_change to cleanup after TCP failureNicholas Bellinger2013-09-092-0/+103
| * iscsi-target: Add login negotiation multi-plexing supportNicholas Bellinger2013-09-094-10/+234
| * iscsi-target: Prepare login code for multi-plexing supportNicholas Bellinger2013-09-097-107/+154
| * iscsi-target: ST response on IN6ADDR_ANY socketChris Leech2013-08-123-16/+16
| * target: replace strict_strto*() with kstrto*()Jingoo Han2013-08-123-6/+6
* | iscsi-target: Fix potential NULL pointer in solicited NOPOUT rejectNicholas Bellinger2013-08-231-0/+8
* | iscsi-target: Fix iscsit_transport reference leak during NP thread resetNicholas Bellinger2013-08-231-5/+4
* | iscsi-target: Fix ImmediateData=Yes failure regression in >= v3.10Nicholas Bellinger2013-08-221-7/+2
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-07-1110-427/+619
|\
| * target: make queue_tm_rsp() return voidJoern Engel2013-07-071-2/+1
| * target: remove unused codes from enum tcm_tmrsp_tableJoern Engel2013-07-071-2/+0
| * iscsi-target: kstrtou* configfs attribute parameter cleanupsJörn Engel2013-07-071-21/+32
OpenPOWER on IntegriCloud