summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi
AgeCommit message (Expand)Author
2014-02-12iscsi-target: Fix SNACK Type 1 + BegRun=0 handlingNicholas Bellinger
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2014-01-30target/iscsi: Fix network portal creation raceAndy Grover
2014-01-25iscsi-target: Convert gfp_t parameter to task state bitmaskNicholas Bellinger
2014-01-25iscsi-target: Fix connection reset hang with percpu_ida_allocNicholas Bellinger
2014-01-23percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet
2014-01-19iscsi-target: Pre-allocate more tags to avoid ack starvationNicholas Bellinger
2013-12-19iscsi-target: Fix incorrect np->np_thread NULL assignmentNicholas Bellinger
2013-12-11iscsi-target: Fix-up all zero data-length CDBs with R/W_BIT setNicholas Bellinger
2013-12-11iscsi-target: return -EINVAL on oversized configfs parameterEric Seppanen
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2013-11-20iscsi-target: chap auth shouldn't match username with trailing garbageEric Seppanen
2013-11-20iscsi-target: fix extract_param to handle buffer length corner caseEric Seppanen
2013-11-20iscsi-target: Expose default_erl as TPG attributeNicholas Bellinger
2013-11-19iscsi-target: Do not reject non-immediate CmdSNs exceeding MaxCmdSNNicholas Bellinger
2013-11-19iscsi-target: Convert iscsi_session statistics to atomic_long_tNicholas Bellinger
2013-11-13iscsi-target: Reject unsupported multi PDU text command sequenceNicholas Bellinger
2013-11-12iscsi-target: Fix mutex_trylock usage in iscsit_increment_maxcmdsnNicholas Bellinger
2013-11-07iscsi-target: Do not generate REJECTs for zero-length DataOUTNicholas Bellinger
2013-10-23iscsi-target: Implement demo_mode_discovery logicThomas Glanzmann
2013-10-23iscsi-target: Add new TPG attributeThomas Glanzmann
2013-10-16target/iscsi: Remove macros that contain typecastsAndy Grover
2013-10-16target/iscsi: Remove iscsi dereferencing macrosAndy Grover
2013-10-16target: Remove TF_CIT_TMPL macroAndy Grover
2013-10-03iscsi-target; Allow an extra tag_num / 2 number of percpu_ida tagsNicholas Bellinger
2013-10-03iscsi-target: Perform release of acknowledged tags from RX contextNicholas Bellinger
2013-10-03iscsi-target: Only perform wait_for_tasks when performing shutdownNicholas Bellinger
2013-09-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2013-09-10target/iscsi: Bump versions to v4.1.0Nicholas Bellinger
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger
2013-09-10iscsi-target: Bump default TCP listen backlog to 256Nicholas Bellinger
2013-09-10iscsi-target; Bump default CmdSN Depth to 64Nicholas Bellinger
2013-09-10iscsi-target: Remove unnecessary wait_for_completion in iscsi_get_thread_setNicholas Bellinger
2013-09-10iscsi-target: Add thread_set->ts_activate_sem + use common deallocateNicholas Bellinger
2013-09-10iscsi-target: Fix race with thread_pre_handler flush_signals + ISCSI_THREAD_S...Nicholas Bellinger
2013-09-09iscsi-target: Convert to per-cpu ida_alloc + ida_free command mapNicholas Bellinger
2013-09-09iscsi/iser-target: Convert to command priv_size usageNicholas Bellinger
2013-09-09iscsi-target: Remove left-over iscsi_target_do_login_ioNicholas Bellinger
2013-09-09iscsi-target: Add sk->sk_state_change to cleanup after TCP failureNicholas Bellinger
2013-09-09iscsi-target: Add login negotiation multi-plexing supportNicholas Bellinger
2013-09-09iscsi-target: Prepare login code for multi-plexing supportNicholas Bellinger
2013-08-23iscsi-target: Fix potential NULL pointer in solicited NOPOUT rejectNicholas Bellinger
2013-08-23iscsi-target: Fix iscsit_transport reference leak during NP thread resetNicholas Bellinger
2013-08-22iscsi-target: Fix ImmediateData=Yes failure regression in >= v3.10Nicholas Bellinger
2013-08-12iscsi-target: ST response on IN6ADDR_ANY socketChris Leech
2013-08-12target: replace strict_strto*() with kstrto*()Jingoo Han
2013-07-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2013-07-07target: make queue_tm_rsp() return voidJoern Engel
2013-07-07target: remove unused codes from enum tcm_tmrsp_tableJoern Engel
2013-07-07iscsi-target: kstrtou* configfs attribute parameter cleanupsJörn Engel