aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-04target: Suppress gcc 7 fallthrough warningsBart Van Assche3-2/+5
2017-11-04target: Move a declaration of a global variable into a header fileBart Van Assche2-2/+1
2017-11-04tcmu: fix double se_cmd completionMike Christie1-23/+31
2017-11-04target: return SAM_STAT_TASK_SET_FULL for TCM_OUT_OF_RESOURCESMike Christie1-7/+9
2017-11-04target: fix ALUA state file path truncationDavid Disseldorp2-32/+28
2017-11-04target: fix PR state file path truncationDavid Disseldorp1-9/+7
2017-11-04cxgbit: Abort the TCP connection in case of data out timeoutVarun Prakash3-0/+55
2017-11-04target: Add netlink command reply supported option for each deviceKenjiro Nakayama1-1/+58
2017-11-04target/tcmu: Use macro to call container_of in tcmu_cmd_time_out_showKenjiro Nakayama1-2/+1
2017-11-04tcmu: fix crash when removing the tcmu deviceXiubo Li1-45/+47
2017-11-04iscsi-target: fix memory leak in iscsit_release_discovery_tpg()tangwenji1-2/+5
2017-11-04iscsi-target: fix memory leak in lio_target_tiqn_addtpg()tangwenji1-1/+2
2017-11-04target:fix condition return in core_pr_dump_initiator_port()tangwenji1-1/+3
2017-11-04target: fix match_token option in target_core_configfs.ctangwenji1-7/+7
2017-11-04target: add sense code INSUFFICIENT REGISTRATION RESOURCEStangwenji2-8/+23
2017-11-04target: fix double unmap data sg in core_scsi3_emulate_pro_register_and_move()tangwenji1-2/+0
2017-11-04target: fix buffer offset in core_scsi3_pri_read_full_statustangwenji1-0/+1
2017-11-04target: fix null pointer regression in core_tmr_drain_tmr_listtangwenji1-1/+2
2017-11-04target/file: Do not return error for UNMAP if length is zeroJiang Yi1-0/+4
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-3/+5
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2017-09-04fs: 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-09target: Fix node_acl demo-mode + uncached dynamic shutdown regressionNicholas Bellinger2-4/+4
2017-08-06iscsi-target: Fix iscsi_np reset hung task during parallel deleteNicholas Bellinger2-2/+6
2017-07-30cxgbit: fix sg_nents calculationVarun Prakash1-5/+7
2017-07-30iscsi-target: fix invalid flags in text responseVarun Prakash1-2/+2
2017-07-30iscsi-target: fix memory leak in iscsit_setup_text_cmd()Varun Prakash1-0/+1
2017-07-30cxgbit: add missing __kfree_skb()Varun Prakash1-4/+12
2017-07-30tcmu: free old string on reconfigBryant G. Ly1-0/+2
2017-07-30tcmu: 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/tytso/randomLinus Torvalds2-11/+25
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds30-600/+1121
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-1/+1
2017-07-11Merge 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-10target: export lio pgr/alua support as device attrMike Christie1-0/+24
2017-07-09target: Fix return sense reason in target_scsi3_emulate_pr_outTang Wenji1-5/+5
2017-07-09target: Fix cmd size for PR-OUT in passthrough_parse_cdbTang Wenji2-2/+2
2017-07-09tcmu: Fix dev_config_storeBryant G. Ly1-8/+24
2017-07-06target: pscsi: Introduce TYPE_ZBC supportDamien Le Moal1-6/+11
2017-07-06target: Use macro for WRITE_VERIFY_32 operation codesDamien Le Moal1-1/+1
2017-07-06target: fix SAM_STAT_BUSY/TASK_SET_FULL handlingMike Christie1-3/+11
2017-07-06target: remove transport_completeMike Christie1-6/+0
2017-07-06pscsi: finish cmd processing from pscsi_req_doneMike Christie2-26/+16
2017-07-06tcmu: fix sense handling during completionMike Christie1-2/+1
2017-07-06target: add helper to copy sense to se_cmd bufferMike Christie1-0/+18
2017-07-06target: do not require a transport_complete for SCF_TRANSPORT_TASK_SENSEMike Christie1-2/+2