summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_user.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-23scsi: target: tcmu: Fix memory leak caused by wrong uio usageBodo Stroesser1-3/+26
2021-02-23scsi: target: tcmu: Move some functions without code changeBodo Stroesser1-80/+80
2021-01-15scsi: target: tcmu: Fix use-after-free of se_cmd->privShin'ichiro Kawasaki1-3/+8
2020-12-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-89/+75
2020-10-30scsi: target: tcmu: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-27scsi: target: tcmu: scatter_/gather_data_area() reworkBodo Stroesser1-89/+75
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-3/+3
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-10-03scsi: target: tcmu: Fix warning: 'page' may be used uninitializedJohn Donnelly1-1/+1
2020-09-23scsi: target: tcmu: Optimize scatter_data_area()Bodo Stroesser1-76/+63
2020-09-23scsi: target: tcmu: Optimize queue_cmd_ring()Bodo Stroesser1-82/+102
2020-09-23scsi: target: tcmu: Join tcmu_cmd_get_data_length() and tcmu_cmd_get_block_cnt()Bodo Stroesser1-30/+23
2020-09-16scsi: target: tcmu: Add missing newline when printing parametersXiongfeng Wang1-1/+1
2020-07-29scsi: target: tcmu: Make TMR notification optionalBodo Stroesser1-0/+38
2020-07-29scsi: target: tcmu: Implement tmr_notify callbackBodo Stroesser1-9/+216
2020-07-29scsi: target: tcmu: Fix and simplify timeout handlingBodo Stroesser1-36/+23
2020-07-29scsi: target: tcmu: Factor out new helper ring_insert_paddingBodo Stroesser1-21/+30
2020-07-29scsi: target: tcmu: Do not queue aborted commandsBodo Stroesser1-3/+4
2020-07-29scsi: target: tcmu: Use priv pointer in se_cmdBodo Stroesser1-2/+5
2020-06-30scsi: target: tcmu: Fix crash on ARM during cmd completionBodo Stroesser1-1/+8
2020-06-20scsi: target: tcmu: Fix crash in tcmu_flush_dcache_range on ARMBodo Stroesser1-1/+1
2020-06-20scsi: target: tcmu: Optimize use of flush_dcache_pageBodo Stroesser1-4/+7
2020-06-20scsi: target: tcmu: Remove unnecessary bit TCMU_CMD_BIT_INFLIGHTBodo Stroesser1-2/+0
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2020-06-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-94/+83
2020-06-03scsi: target: tcmu: Fix size in calls to tcmu_flush_dcache_rangeBodo Stroesser1-2/+2
2020-05-26scsi: target: tcmu: Fix a use after free in tcmu_check_expired_queue_cmd()Dan Carpenter1-3/+3
2020-05-20scsi: target: tcmu: Userspace must not complete queued commandsBodo Stroesser1-83/+71
2020-05-08scsi: target: tcmu: Make pgr_support and alua_support attributes writableBodo Stroesser1-0/+2
2020-05-08scsi: target: Make transport_flags per deviceBodo Stroesser1-1/+1
2020-05-08scsi: target: tcmu: Add attributes enforce_pr_isids and force_pr_aptplBodo Stroesser1-10/+9
2020-04-13scsi: target: tcmu: reset_ring should reset TCMU_DEV_BIT_BROKENBodo Stroesser1-0/+1
2019-11-09scsi: target: tcmu: Prevent memory reclaim recursionDamien Le Moal1-3/+3
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+20
2019-08-15scsi: target: tcmu: avoid use-after-free after command timeoutDmitry Fomichev1-2/+7
2019-08-08scsi: target: tcmu: clean the nl_cmd of the udev when nl send failsLi Zhong1-0/+20
2019-07-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+7
2019-06-20scsi: tcmu: Simplify tcmu_update_uio_info()Christophe JAILLET1-9/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner1-13/+1
2019-04-28genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+4
2019-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+9
2019-03-22genetlink: make policy common to familyJohannes Berg1-4/+1
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+9
2019-03-07scsi: target: tcmu: Switch to bitmap_zalloc()Andy Shevchenko1-5/+3
2019-03-07scsi: target: tcmu: wait for nl reply only if there are listeners or during a...Cathy Avery1-5/+6
2019-01-23scsi: tcmu: fix use after freeXiubo Li1-1/+2
2019-01-12scsi: tcmu: avoid cmd/qfull timers updated whenever a new cmd comesXiubo Li1-27/+61
2018-12-08scsi: target/tcmu: Fix queue_cmd_ring() declarationBart Van Assche1-1/+1
2018-08-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-140/+237
2018-07-31scsi: tcmu: use u64 for dev_sizeMike Christie1-13/+8