summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_user.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-31scsi: tcmu: use match_int for dev paramsMike Christie1-23/+14
2018-07-31scsi: tcmu: do not set max_blocks if data_bitmap has been setupMike Christie1-33/+40
2018-07-31scsi: tcmu: unmap if dev is configuredMike Christie1-0/+5
2018-07-31scsi: tcmu: check if dev is configured before block/resetMike Christie1-0/+10
2018-07-31scsi: tcmu: use lio core se_device configuration helperMike Christie1-8/+3
2018-07-31scsi: tcmu: initialize list headMike Christie1-0/+1
2018-07-31scsi: target_core_user: fix double unlockMike Christie1-1/+0
2018-06-26scsi: tcmu: Don't pass KERN_ERR to pr_errMike Christie1-1/+1
2018-06-26scsi: tcmu: add module wide block/reset_netlink supportMike Christie1-3/+97
2018-06-26scsi: tcmu: misc nl code cleanupMike Christie1-12/+9
2018-06-26scsi: tcmu: simplify nl interfaceMike Christie1-14/+12
2018-06-26scsi: tcmu: track nl commandsMike Christie1-29/+39
2018-06-26scsi: tcmu: delete unused __waitMike Christie1-1/+0