summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_user.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: tcmu: Make TMR notification optionalBodo Stroesser2020-07-281-0/+38
* scsi: target: tcmu: Implement tmr_notify callbackBodo Stroesser2020-07-281-9/+216
* scsi: target: tcmu: Fix and simplify timeout handlingBodo Stroesser2020-07-281-36/+23
* scsi: target: tcmu: Factor out new helper ring_insert_paddingBodo Stroesser2020-07-281-21/+30
* scsi: target: tcmu: Do not queue aborted commandsBodo Stroesser2020-07-281-3/+4
* scsi: target: tcmu: Use priv pointer in se_cmdBodo Stroesser2020-07-281-2/+5
* scsi: target: tcmu: Fix crash on ARM during cmd completionBodo Stroesser2020-06-291-1/+8
* scsi: target: tcmu: Fix crash in tcmu_flush_dcache_range on ARMBodo Stroesser2020-06-191-1/+1
* scsi: target: tcmu: Optimize use of flush_dcache_pageBodo Stroesser2020-06-191-4/+7
* scsi: target: tcmu: Remove unnecessary bit TCMU_CMD_BIT_INFLIGHTBodo Stroesser2020-06-191-2/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-131-2/+2
|\
| * scsi: target: tcmu: Fix size in calls to tcmu_flush_dcache_rangeBodo Stroesser2020-06-021-2/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-051-94/+83
|\|
| * scsi: target: tcmu: Fix a use after free in tcmu_check_expired_queue_cmd()Dan Carpenter2020-05-261-3/+3
| * scsi: target: tcmu: Userspace must not complete queued commandsBodo Stroesser2020-05-191-83/+71
| * scsi: target: tcmu: Make pgr_support and alua_support attributes writableBodo Stroesser2020-05-071-0/+2
| * scsi: target: Make transport_flags per deviceBodo Stroesser2020-05-071-1/+1
| * scsi: target: tcmu: Add attributes enforce_pr_isids and force_pr_aptplBodo Stroesser2020-05-071-10/+9
* | scsi: target: tcmu: reset_ring should reset TCMU_DEV_BIT_BROKENBodo Stroesser2020-04-131-0/+1
|/
* scsi: target: tcmu: Prevent memory reclaim recursionDamien Le Moal2019-11-081-3/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-09-211-0/+20
|\
| * scsi: target: tcmu: clean the nl_cmd of the udev when nl send failsLi Zhong2019-08-071-0/+20
* | scsi: target: tcmu: avoid use-after-free after command timeoutDmitry Fomichev2019-08-141-2/+7
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-9/+7
|\
| * scsi: tcmu: Simplify tcmu_update_uio_info()Christophe JAILLET2019-06-201-9/+7
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-13/+1
|/
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-271-10/+9
|\
| * Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-161-10/+9
| |\
| | * scsi: target: tcmu: Switch to bitmap_zalloc()Andy Shevchenko2019-03-061-5/+3
| | * scsi: target: tcmu: wait for nl reply only if there are listeners or during a...Cathy Avery2019-03-061-5/+6
* | | genetlink: make policy common to familyJohannes Berg2019-03-221-4/+1
|/ /
* | scsi: tcmu: fix use after freeXiubo Li2019-01-221-1/+2
* | scsi: tcmu: avoid cmd/qfull timers updated whenever a new cmd comesXiubo Li2019-01-111-27/+61
|/
* scsi: target/tcmu: Fix queue_cmd_ring() declarationBart Van Assche2018-12-071-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-151-140/+237
|\
| * scsi: tcmu: use u64 for dev_sizeMike Christie2018-07-301-13/+8
| * scsi: tcmu: use match_int for dev paramsMike Christie2018-07-301-23/+14
| * scsi: tcmu: do not set max_blocks if data_bitmap has been setupMike Christie2018-07-301-33/+40
| * scsi: tcmu: unmap if dev is configuredMike Christie2018-07-301-0/+5
| * scsi: tcmu: check if dev is configured before block/resetMike Christie2018-07-301-0/+10
| * scsi: tcmu: use lio core se_device configuration helperMike Christie2018-07-301-8/+3
| * scsi: tcmu: initialize list headMike Christie2018-07-301-0/+1
| * scsi: target_core_user: fix double unlockMike Christie2018-07-301-1/+0
| * scsi: tcmu: Don't pass KERN_ERR to pr_errMike Christie2018-06-261-1/+1
| * scsi: tcmu: add module wide block/reset_netlink supportMike Christie2018-06-261-3/+97
| * scsi: tcmu: misc nl code cleanupMike Christie2018-06-261-12/+9
| * scsi: tcmu: simplify nl interfaceMike Christie2018-06-261-14/+12
| * scsi: tcmu: track nl commandsMike Christie2018-06-261-29/+39
| * scsi: tcmu: delete unused __waitMike Christie2018-06-261-1/+0