summaryrefslogtreecommitdiff
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* target: Fix target_release_cmd_kref shutdown comp leakHimanshu Madhani2016-04-181-2/+0
* target: Drop incorrect ABORT_TASK put for completed commandsNicholas Bellinger2016-03-221-1/+0
* target: Fix race with SCF_SEND_DELAYED_TAS handlingNicholas Bellinger2016-03-051-11/+42
* target: Fix remote-port TMR ABORT + se_cmd fabric stopNicholas Bellinger2016-03-052-47/+145
* target: Fix TAS handling for multi-session se_node_aclsNicholas Bellinger2016-03-051-7/+9
* target: Fix LUN_RESET active I/O handling for ACK_KREFNicholas Bellinger2016-03-052-55/+76
* target: fix COMPARE_AND_WRITE non zero SGL offset data corruptionJan Engelhardt2016-03-051-2/+2
* target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger2016-03-052-10/+17
* iscsi-target: Fix rx_login_comp hang after login failureNicholas Bellinger2016-03-052-1/+13
* target: Fix LUN_RESET active TMR descriptor handlingNicholas Bellinger2016-03-022-1/+38
* target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2016-03-025-22/+21
* iscsi-target: Fix potential dead-lock during node acl deleteNicholas Bellinger2016-02-091-1/+15
* target/iscsi: Fix np_ip bracket issue by removing np_ipAndy Grover2015-10-276-33/+36
* iscsi-target: Fix iscsit_start_kthreads failure OOPsNicholas Bellinger2015-08-275-32/+67
* iscsi-target: Fix iser explicit logout TX kthread leakNicholas Bellinger2015-08-271-2/+16
* iscsi-target: Fix use-after-free during TPG session shutdownNicholas Bellinger2015-08-271-4/+8
* iscsi-target: Convert iscsi_thread_set usage to kthread.hNicholas Bellinger2015-08-044-69/+114
* target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOSTAndy Grover2015-06-102-0/+4
* target/file: Fix SG table for prot_buf initializationAkinobu Mita2015-05-171-15/+6
* target/file: Fix UNMAP with DIF protection supportAkinobu Mita2015-05-171-25/+61
* target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabledAkinobu Mita2015-05-171-7/+8
* target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger2015-05-172-9/+43
* iscsi target: fix oops when adding reject pduMike Christie2015-04-241-1/+1
* tcm_fc: missing curly braces in ft_invl_hw_context()Dan Carpenter2015-04-161-1/+2
* target/pscsi: Fix NULL pointer dereference in get_device_typeNicholas Bellinger2015-03-281-1/+1
* iscsi-target: Avoid early conn_logout_comp for iser connectionsNicholas Bellinger2015-03-281-4/+10
* target: Fix virtual LUN=0 target_configure_device failure OOPsNicholas Bellinger2015-03-281-2/+2
* target: Fix reference leak in target_get_sess_cmd() error pathBart Van Assche2015-03-281-0/+4
* target: Check for LBA + sectors wrap-around in sbc_parse_cdbNicholas Bellinger2015-03-141-1/+2
* target: Add missing WRITE_SAME end-of-device sanity checkNicholas Bellinger2015-03-141-0/+12
* target: Fix PR_APTPL_BUF_LEN buffer size limitationNicholas Bellinger2015-03-141-12/+13
* iscsi-target: Drop problematic active_ts_list usageNicholas Bellinger2015-03-061-23/+5
* target: Drop arbitrary maximum I/O size limitNicholas Bellinger2015-01-275-25/+16
* iscsi,iser-target: Expose supported protection ops according to t10_piSagi Grimberg2015-01-271-3/+4
* iscsi,iser-target: Initiate termination only onceSagi Grimberg2015-01-271-0/+3
* iscsi-target: Fail connection on short sendmsg writesNicholas Bellinger2015-01-271-15/+11
* tcm_loop: Fix wrong I_T nexus associationHannes Reinecke2015-01-272-49/+24
* target: return CONFLICT only when SA key unmatchedSteven Allen2014-11-021-4/+5
* iscsi-target: return the correct port in SendTargetsSteven Allen2014-10-281-1/+1
* target: Don't call TFO->write_pending if data_length == 0Roland Dreier2014-10-281-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-10-2126-271/+1362
|\
| * target/file: fix inclusive vfs_fsync_range() endZach Brown2014-10-071-2/+7
| * target: Add force_pr_aptpl device attributeNicholas Bellinger2014-10-044-0/+32
| * target: Fix APTPL metadata handling for dynamic MappedLUNsNicholas Bellinger2014-10-044-5/+14
| * target/user: Recalculate pad size inside is_ring_space_avail()Andy Grover2014-10-031-15/+16
| * tcm_loop: Fixup tag handlingHannes Reinecke2014-10-031-15/+8
| * target/user: Fix up smatch warnings in tcmu_netlink_eventNicholas Bellinger2014-10-031-10/+13
| * target: Add a user-passthrough backstoreAndy Grover2014-10-034-0/+1175
| * target: Remove unneeded check in sbc_parse_cdbAndy Grover2014-10-021-1/+1
| * target: Fix queue full status NULL pointer for SCF_TRANSPORT_TASK_SENSEQuinn Tran2014-10-011-2/+1