summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2015-06-10target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOSTAndy Grover2-0/+4
2015-05-18target/file: Fix SG table for prot_buf initializationAkinobu Mita1-15/+6
2015-05-18target/file: Fix UNMAP with DIF protection supportAkinobu Mita1-25/+61
2015-05-18target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabledAkinobu Mita1-7/+8
2015-05-18target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger2-9/+43
2015-04-25iscsi target: fix oops when adding reject pduMike Christie1-1/+1
2015-04-17tcm_fc: missing curly braces in ft_invl_hw_context()Dan Carpenter1-1/+2
2015-03-28target/pscsi: Fix NULL pointer dereference in get_device_typeNicholas Bellinger1-1/+1
2015-03-28iscsi-target: Avoid early conn_logout_comp for iser connectionsNicholas Bellinger1-4/+10
2015-03-28target: Fix virtual LUN=0 target_configure_device failure OOPsNicholas Bellinger1-2/+2
2015-03-28target: Fix reference leak in target_get_sess_cmd() error pathBart Van Assche1-0/+4
2015-03-14target: Check for LBA + sectors wrap-around in sbc_parse_cdbNicholas Bellinger1-1/+2
2015-03-14target: Add missing WRITE_SAME end-of-device sanity checkNicholas Bellinger1-0/+12
2015-03-14target: Fix PR_APTPL_BUF_LEN buffer size limitationNicholas Bellinger1-12/+13
2015-03-07iscsi-target: Drop problematic active_ts_list usageNicholas Bellinger1-23/+5
2015-01-27target: Drop arbitrary maximum I/O size limitNicholas Bellinger5-25/+16
2015-01-27iscsi,iser-target: Expose supported protection ops according to t10_piSagi Grimberg1-3/+4
2015-01-27iscsi,iser-target: Initiate termination only onceSagi Grimberg1-0/+3
2015-01-27iscsi-target: Fail connection on short sendmsg writesNicholas Bellinger1-15/+11
2015-01-27tcm_loop: Fix wrong I_T nexus associationHannes Reinecke2-49/+24
2014-11-03target: return CONFLICT only when SA key unmatchedSteven Allen1-4/+5
2014-10-28iscsi-target: return the correct port in SendTargetsSteven Allen1-1/+1
2014-10-28target: Don't call TFO->write_pending if data_length == 0Roland Dreier1-1/+1
2014-10-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds26-271/+1362
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-10-08target/file: fix inclusive vfs_fsync_range() endZach Brown1-2/+7
2014-10-04target: Add force_pr_aptpl device attributeNicholas Bellinger4-0/+32
2014-10-04target: Fix APTPL metadata handling for dynamic MappedLUNsNicholas Bellinger4-5/+14
2014-10-03target/user: Recalculate pad size inside is_ring_space_avail()Andy Grover1-15/+16
2014-10-03tcm_loop: Fixup tag handlingHannes Reinecke1-15/+8
2014-10-03target/user: Fix up smatch warnings in tcmu_netlink_eventNicholas Bellinger1-10/+13
2014-10-03target: Add a user-passthrough backstoreAndy Grover4-0/+1175
2014-10-03target: Remove unneeded check in sbc_parse_cdbAndy Grover1-1/+1
2014-10-02target: Fix queue full status NULL pointer for SCF_TRANSPORT_TASK_SENSEQuinn Tran1-2/+1
2014-10-02target: simplify core_tmr_abort_taskJoern Engel1-3/+2
2014-10-02target: encapsulate smp_mb__after_atomic()Joern Engel6-115/+56
2014-10-02target: remove some smp_mb__after_atomic()sJoern Engel1-2/+0
2014-10-02target: simplify core_tmr_release_req()Joern Engel1-12/+7
2014-10-02target: Remove core_tpg_release_virtual_lun0 functionAndy Grover1-8/+1
2014-10-02target: Change core_dev_del_lun to take a se_lun instead of unpacked_lunAndy Grover4-50/+11
2014-10-02target: core_tpg_post_dellun can return voidAndy Grover2-4/+2
2014-09-24percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo1-1/+1
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo5-4/+8
2014-09-18target: fix unused shift in core_scsi3_pri_report_capabilitiesJoern Engel1-1/+1
2014-09-18target: correctly handle match_int errors in FILEIO + PSCSIJoern Engel2-5/+15
2014-09-18target: fix pr_out length in iscsi_parse_pr_out_transport_idJoern Engel1-3/+3
2014-09-18target: simplify target_fabric_make_lun error pathJoern Engel1-5/+2
2014-09-18target: Fix memory leak on error in target_fabric_make_mappedlunJoern Engel1-1/+2
2014-09-18target: Fix possible memory leak in aptpl_metadata parsingJoern Engel1-14/+8
2014-09-18iscsi-target: use strlcpy in iscsit_collect_login_statsJoern Engel1-2/+3