summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2020-08-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+1
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-08-04scsi: target: Make iscsit_register_transport() return voidMax Gurtovoy1-3/+1
2020-07-28scsi: target: tcmu: Make TMR notification optionalBodo Stroesser1-0/+38
2020-07-28scsi: target: tcmu: Implement tmr_notify callbackBodo Stroesser1-9/+216
2020-07-28scsi: target: tcmu: Fix and simplify timeout handlingBodo Stroesser1-36/+23
2020-07-28scsi: target: tcmu: Factor out new helper ring_insert_paddingBodo Stroesser1-21/+30
2020-07-28scsi: target: tcmu: Do not queue aborted commandsBodo Stroesser1-3/+4
2020-07-28scsi: target: tcmu: Use priv pointer in se_cmdBodo Stroesser1-2/+5
2020-07-28scsi: target: Add tmr_notify backend functionBodo Stroesser2-1/+16
2020-07-28scsi: target: Modify core_tmr_abort_task()Bodo Stroesser1-8/+14
2020-07-28scsi: target: iscsi: Fix inconsistent debug messageHou Pu1-1/+1
2020-07-28scsi: target: iscsi: Fix login error when receivingHou Pu1-4/+30
2020-07-13scsi: target: Remove unused variable 'tpg'Wei Yongjun1-2/+0
2020-07-08scsi: target: cxgbit: Remove tx flow control codeVarun Prakash3-23/+4
2020-07-08scsi: target: cxgbit: Check connection state before issuing hardware commandVarun Prakash1-8/+24
2020-07-08scsi: target: Handle short iSIDsMike Christie1-5/+16
2020-07-08scsi: target: Fix iscsi transport id buf len calculationMike Christie1-1/+1
2020-07-08scsi: target: Fix iscsi transport id buffer setupMike Christie1-37/+35
2020-07-08scsi: target: Fix iscsi transport id parsingMike Christie1-18/+4
2020-07-08scsi: target: Fix crash during SPEC_I_PT handlingMike Christie1-16/+19
2020-07-08scsi: target: Fix xcopy sess release leakMike Christie3-3/+16
2020-07-08scsi: target: Check enforce_pr_isids during registrationMike Christie1-9/+15
2020-06-29scsi: target: tcmu: Fix crash on ARM during cmd completionBodo Stroesser1-1/+8
2020-06-19scsi: target: tcmu: Fix crash in tcmu_flush_dcache_range on ARMBodo Stroesser1-1/+1
2020-06-19scsi: target: tcmu: Optimize use of flush_dcache_pageBodo Stroesser1-4/+7
2020-06-19scsi: target: tcmu: Remove unnecessary bit TCMU_CMD_BIT_INFLIGHTBodo Stroesser1-2/+0
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-1/+1
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-44/+76
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-09scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb()Sudhakar Panneerselvam3-5/+5
2020-06-09scsi: target: Fix NULL pointer dereferenceSudhakar Panneerselvam3-13/+39
2020-06-09scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam5-26/+24
2020-06-09scsi: target: Factor out a new helper, target_cmd_init_cdb()Sudhakar Panneerselvam1-4/+12
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-167/+198
2020-06-02scsi: target: tcmu: Fix size in calls to tcmu_flush_dcache_rangeBodo Stroesser1-2/+2
2020-05-28ipv4: add ip_sock_set_freebindChristoph Hellwig1-10/+3
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig1-12/+3
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig2-9/+2
2020-05-26scsi: target: tcmu: Fix a use after free in tcmu_check_expired_queue_cmd()Dan Carpenter1-3/+3
2020-05-19scsi: target: tcmu: Userspace must not complete queued commandsBodo Stroesser1-83/+71
2020-05-19scsi: target: core: Add initiatorname to NON_EXISTENT_LUN errorLance Digby1-4/+6
2020-05-14scsi: target: Put lun_ref at end of tmr processingBodo Stroesser1-0/+1
2020-05-11scsi: target: loopback: Fix READ with data and sensebytesBodo Stroesser1-21/+15
2020-05-07scsi: target: tcmu: Make pgr_support and alua_support attributes writableBodo Stroesser2-2/+56
2020-05-07scsi: target: Make transport_flags per deviceBodo Stroesser8-23/+23
2020-05-07scsi: target: tcmu: Add attributes enforce_pr_isids and force_pr_aptplBodo Stroesser2-10/+20
2020-05-07scsi: target: Add missing emulate_pr attribute to passthrough backendsBodo Stroesser1-0/+1
2020-04-24scsi: target: iscsi: Remove the iscsi_data_count structureMaurizio Lombardi1-24/+6