summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2018-05-09scsi: target: Fix fortify_panic kernel exceptionBryant G Ly1-4/+4
2018-04-12tcmu: release blocks for partially setup cmdsMike Christie1-0/+7
2018-02-22iscsi-target: make sure to wake up sleeping login workerFlorian Westphal1-0/+3
2018-02-22target/iscsi: avoid NULL dereference in CHAP auth error pathDavid Disseldorp1-1/+2
2018-01-02block: fix blk_rq_append_bioJens Axboe1-2/+2
2017-12-20target/file: Do not return error for UNMAP if length is zeroJiang Yi1-0/+4
2017-12-20target:fix condition return in core_pr_dump_initiator_port()tangwenji1-1/+3
2017-12-20iscsi-target: fix memory leak in lio_target_tiqn_addtpg()tangwenji1-1/+2
2017-12-20target/iscsi: Fix a race condition in iscsit_add_reject_from_cmd()Bart Van Assche1-1/+2
2017-12-20target/iscsi: Detect conn_cmd_list corruption earlyBart Van Assche1-0/+4
2017-11-30target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger2-0/+11
2017-11-30target: Fix quiese during transport_write_pending_qf endless loopNicholas Bellinger1-0/+13
2017-11-30target: Fix caw_sem leak in transport_generic_request_failureNicholas Bellinger1-3/+4
2017-11-30target: Fix QUEUE_FULL + SCSI task attribute handlingNicholas Bellinger1-0/+4
2017-11-30target: fix buffer offset in core_scsi3_pri_read_full_statustangwenji1-0/+1
2017-11-30target: fix null pointer regression in core_tmr_drain_tmr_listtangwenji1-1/+2
2017-11-30iscsi-target: Fix non-immediate TMR reference leakNicholas Bellinger1-3/+5
2017-11-30iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_krefNicholas Bellinger1-13/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman31-0/+31
2017-09-15Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-3/+5
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2017-09-05fs: fix kernel_write prototypeChristoph Hellwig3-3/+5
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-2/+2
2017-08-10target: Fix node_acl demo-mode + uncached dynamic shutdown regressionNicholas Bellinger2-4/+4
2017-08-07iscsi-target: Fix iscsi_np reset hung task during parallel deleteNicholas Bellinger2-2/+6
2017-07-31cxgbit: fix sg_nents calculationVarun Prakash1-5/+7
2017-07-31iscsi-target: fix invalid flags in text responseVarun Prakash1-2/+2
2017-07-31iscsi-target: fix memory leak in iscsit_setup_text_cmd()Varun Prakash1-0/+1
2017-07-31cxgbit: add missing __kfree_skb()Varun Prakash1-4/+12
2017-07-31tcmu: free old string on reconfigBryant G. Ly1-0/+2
2017-07-31tcmu: Fix possible to/from address overflow when doing the memcpyXiubo Li1-6/+5
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-11/+25
2017-07-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds30-600/+1121
2017-07-13mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko1-1/+1
2017-07-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-07-11iscsi-target: Add login_keys_workaround attribute for non RFC initiatorsNicholas Bellinger6-16/+55
2017-07-11tcmu: clean up the code and with one small fixXiubo Li1-13/+11
2017-07-11tcmu: Fix possbile memory leak / OOPs when recalculating cmd base sizeXiubo Li1-7/+5
2017-07-11target: export lio pgr/alua support as device attrMike Christie1-0/+24
2017-07-10target: Fix return sense reason in target_scsi3_emulate_pr_outTang Wenji1-5/+5
2017-07-10target: Fix cmd size for PR-OUT in passthrough_parse_cdbTang Wenji2-2/+2
2017-07-10tcmu: Fix dev_config_storeBryant G. Ly1-8/+24
2017-07-07target: pscsi: Introduce TYPE_ZBC supportDamien Le Moal1-6/+11
2017-07-07target: Use macro for WRITE_VERIFY_32 operation codesDamien Le Moal1-1/+1
2017-07-07target: fix SAM_STAT_BUSY/TASK_SET_FULL handlingMike Christie1-3/+11
2017-07-07target: remove transport_completeMike Christie1-6/+0
2017-07-07pscsi: finish cmd processing from pscsi_req_doneMike Christie2-26/+16
2017-07-07tcmu: fix sense handling during completionMike Christie1-2/+1
2017-07-07target: add helper to copy sense to se_cmd bufferMike Christie1-0/+18
2017-07-07target: do not require a transport_complete for SCF_TRANSPORT_TASK_SENSEMike Christie1-2/+2