summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* target/file: Do not return error for UNMAP if length is zeroJiang Yi2017-12-201-0/+4
* target:fix condition return in core_pr_dump_initiator_port()tangwenji2017-12-201-1/+3
* iscsi-target: fix memory leak in lio_target_tiqn_addtpg()tangwenji2017-12-201-1/+2
* target/iscsi: Fix a race condition in iscsit_add_reject_from_cmd()Bart Van Assche2017-12-201-1/+2
* target/iscsi: Detect conn_cmd_list corruption earlyBart Van Assche2017-12-201-0/+4
* target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger2017-11-302-0/+11
* target: Fix quiese during transport_write_pending_qf endless loopNicholas Bellinger2017-11-301-0/+13
* target: Fix caw_sem leak in transport_generic_request_failureNicholas Bellinger2017-11-301-3/+4
* target: Fix QUEUE_FULL + SCSI task attribute handlingNicholas Bellinger2017-11-301-0/+4
* target: fix buffer offset in core_scsi3_pri_read_full_statustangwenji2017-11-301-0/+1
* target: fix null pointer regression in core_tmr_drain_tmr_listtangwenji2017-11-301-1/+2
* iscsi-target: Fix non-immediate TMR reference leakNicholas Bellinger2017-11-301-3/+5
* iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_krefNicholas Bellinger2017-11-301-13/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0231-0/+31
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-143-3/+5
|\
| * fs: fix kernel_write prototypeChristoph Hellwig2017-09-043-3/+5
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-2/+2
|\ \ | |/ |/|
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-2/+2
* | target: Fix node_acl demo-mode + uncached dynamic shutdown regressionNicholas Bellinger2017-08-092-4/+4
* | iscsi-target: Fix iscsi_np reset hung task during parallel deleteNicholas Bellinger2017-08-062-2/+6
* | cxgbit: fix sg_nents calculationVarun Prakash2017-07-301-5/+7
* | iscsi-target: fix invalid flags in text responseVarun Prakash2017-07-301-2/+2
* | iscsi-target: fix memory leak in iscsit_setup_text_cmd()Varun Prakash2017-07-301-0/+1
* | cxgbit: add missing __kfree_skb()Varun Prakash2017-07-301-4/+12
* | tcmu: free old string on reconfigBryant G. Ly2017-07-301-0/+2
* | tcmu: Fix possible to/from address overflow when doing the memcpyXiubo Li2017-07-301-6/+5
|/
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-152-11/+25
|\
| * iscsi: ensure RNG is seeded before useJason A. Donenfeld2017-06-192-11/+25
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-1330-600/+1121
|\ \
| * | iscsi-target: Add login_keys_workaround attribute for non RFC initiatorsNicholas Bellinger2017-07-116-16/+55
| * | tcmu: clean up the code and with one small fixXiubo Li2017-07-111-13/+11
| * | tcmu: Fix possbile memory leak / OOPs when recalculating cmd base sizeXiubo Li2017-07-111-7/+5
| * | target: export lio pgr/alua support as device attrMike Christie2017-07-101-0/+24
| * | target: Fix return sense reason in target_scsi3_emulate_pr_outTang Wenji2017-07-091-5/+5
| * | target: Fix cmd size for PR-OUT in passthrough_parse_cdbTang Wenji2017-07-092-2/+2
| * | tcmu: Fix dev_config_storeBryant G. Ly2017-07-091-8/+24
| * | target: pscsi: Introduce TYPE_ZBC supportDamien Le Moal2017-07-061-6/+11
| * | target: Use macro for WRITE_VERIFY_32 operation codesDamien Le Moal2017-07-061-1/+1
| * | target: fix SAM_STAT_BUSY/TASK_SET_FULL handlingMike Christie2017-07-061-3/+11
| * | target: remove transport_completeMike Christie2017-07-061-6/+0
| * | pscsi: finish cmd processing from pscsi_req_doneMike Christie2017-07-062-26/+16
| * | tcmu: fix sense handling during completionMike Christie2017-07-061-2/+1
| * | target: add helper to copy sense to se_cmd bufferMike Christie2017-07-061-0/+18
| * | target: do not require a transport_complete for SCF_TRANSPORT_TASK_SENSEMike Christie2017-07-061-2/+2
| * | target: make device_mutex and device_list staticColin Ian King2017-07-061-2/+2
| * | tcmu: Fix flushing cmd entry dcache pageXiubo Li2017-07-061-2/+2
| * | tcmu: fix multiple uio open/close sequencesMike Christie2017-07-061-1/+5
| * | tcmu: drop configured check in destroyMike Christie2017-07-061-4/+2
| * | target: remove g_device_listMike Christie2017-07-062-21/+12
| * | xcopy: loop over devices using idr helperMike Christie2017-07-061-29/+41