summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* target_core_alua: spellcheckHannes Reinecke2013-11-201-9/+9
* target core: rename (ex,im)plict -> (ex,im)plicitHannes Reinecke2013-11-209-100/+100
* 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
* target: Convert se_device statistics to atomic_long_tNicholas Bellinger2013-11-133-16/+13
* target: Fix delayed Task Aborted Status (TAS) handling bugNicholas Bellinger2013-11-131-0/+2
* 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
* target: Core does not need blkdev.hAndy Grover2013-11-123-3/+0
* target: Pass through I/O topology for block backstoresAndy Grover2013-11-123-3/+63
* target: Add per device xcopy_lun for copy offload I/ONicholas Bellinger2013-11-082-17/+10
* target: Drop left-over se_lun->lun_cmd_list shutdown codeNicholas Bellinger2013-11-073-232/+4
* target: Add percpu refcounting for se_lun accessNicholas Bellinger2013-11-075-18/+40
* 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
* target: Export symbol core_tpg_check_initiator_node_aclThomas Glanzmann2013-10-232-2/+1
* iscsi-target: Add new TPG attributeThomas Glanzmann2013-10-234-0/+29
* tcm_loop: Implement target resetHannes Reinecke2013-10-161-0/+26
* tcm_loop: TCQ and command abort supportHannes Reinecke2013-10-162-4/+69
* tcm_loop: separate out tcm_loop_issue_tmrHannes Reinecke2013-10-161-33/+50
* tcm_loop: Implement transport offlineHannes Reinecke2013-10-162-1/+56
* tcm_loop: Check for valid hba in tcm_loop_drop_nexus()Hannes Reinecke2013-10-161-1/+4
* 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-166-56/+56
* tcm_fc: Convert to per-cpu command map pre-allocation of ft_cmdNicholas Bellinger2013-10-013-5/+17
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-09-1247-473/+2347
|\
| * target/iscsi: Bump versions to v4.1.0Nicholas Bellinger2013-09-101-1/+1
| * target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-1037-75/+39
| * iscsi-target: Bump default TCP listen backlog to 256Nicholas Bellinger2013-09-102-1/+2
| * target: Fix >= v3.9+ regression in PR APTPL + ALUA metadata write-outGera Kazakov2013-09-102-2/+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
| * target: remove unused including <linux/version.h>Wei Yongjun2013-09-101-1/+0
| * target: Enable global EXTENDED_COPY setup/releaseNicholas Bellinger2013-09-101-0/+6
| * target: Add Third Party Copy (3PC) bit in INQUIRY responseNicholas Bellinger2013-09-104-0/+25
| * target: Enable EXTENDED_COPY setup in spc_parse_cdbNicholas Bellinger2013-09-101-2/+8
| * target: Add support for EXTENDED_COPY copy offload emulationNicholas Bellinger2013-09-103-1/+1146
| * target: Avoid non-existent tg_pt_gp_mem in target_alua_state_checkNicholas Bellinger2013-09-101-0/+3
| * target: Add global device list for EXTENDED_COPYNicholas Bellinger2013-09-101-0/+13
| * target: Make helpers non static for EXTENDED_COPY command setupNicholas Bellinger2013-09-101-2/+2
| * target: Make spc_parse_naa_6h_vendor_specific non staticNicholas Bellinger2013-09-101-2/+2
| * target: Make target_core_subsystem defined as non staticNicholas Bellinger2013-09-101-1/+1
| * target: Release COMPARE_AND_WRITE mutex in generic failure pathNicholas Bellinger2013-09-102-0/+14
| * target: Add compare_and_write_post() completion callback fall throughNicholas Bellinger2013-09-102-10/+12
| * target: Add support for COMPARE_AND_WRITE emulationNicholas Bellinger2013-09-102-1/+197
| * target: Add MAXIMUM COMPARE AND WRITE LENGTH in Block Limits VPDNicholas Bellinger2013-09-094-0/+24
| * target: Make __target_execute_cmd() available as externNicholas Bellinger2013-09-091-1/+1