aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_user.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+2
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-94/+83
2020-06-02scsi: target: tcmu: Fix size in calls to tcmu_flush_dcache_rangeGravatar Bodo Stroesser 1-2/+2
2020-05-26scsi: target: tcmu: Fix a use after free in tcmu_check_expired_queue_cmd()Gravatar Dan Carpenter 1-3/+3
2020-05-19scsi: target: tcmu: Userspace must not complete queued commandsGravatar Bodo Stroesser 1-83/+71
2020-05-07scsi: target: tcmu: Make pgr_support and alua_support attributes writableGravatar Bodo Stroesser 1-0/+2
2020-05-07scsi: target: Make transport_flags per deviceGravatar Bodo Stroesser 1-1/+1
2020-05-07scsi: target: tcmu: Add attributes enforce_pr_isids and force_pr_aptplGravatar Bodo Stroesser 1-10/+9
2020-04-13scsi: target: tcmu: reset_ring should reset TCMU_DEV_BIT_BROKENGravatar Bodo Stroesser 1-0/+1
2019-11-08scsi: target: tcmu: Prevent memory reclaim recursionGravatar Damien Le Moal 1-3/+3
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-0/+20
2019-08-14scsi: target: tcmu: avoid use-after-free after command timeoutGravatar Dmitry Fomichev 1-2/+7
2019-08-07scsi: target: tcmu: clean the nl_cmd of the udev when nl send failsGravatar Li Zhong 1-0/+20
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-9/+7
2019-06-20scsi: tcmu: Simplify tcmu_update_uio_info()Gravatar Christophe JAILLET 1-9/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Gravatar Thomas Gleixner 1-13/+1
2019-04-27genetlink: optionally validate strictly/dumpsGravatar Johannes Berg 1-0/+4
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-10/+9
2019-03-22genetlink: make policy common to familyGravatar Johannes Berg 1-4/+1
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-10/+9
2019-03-06scsi: target: tcmu: Switch to bitmap_zalloc()Gravatar Andy Shevchenko 1-5/+3
2019-03-06scsi: target: tcmu: wait for nl reply only if there are listeners or during a...Gravatar Cathy Avery 1-5/+6
2019-01-22scsi: tcmu: fix use after freeGravatar Xiubo Li 1-1/+2
2019-01-11scsi: tcmu: avoid cmd/qfull timers updated whenever a new cmd comesGravatar Xiubo Li 1-27/+61
2018-12-07scsi: target/tcmu: Fix queue_cmd_ring() declarationGravatar Bart Van Assche 1-1/+1
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-140/+237
2018-07-30scsi: tcmu: use u64 for dev_sizeGravatar Mike Christie 1-13/+8
2018-07-30scsi: tcmu: use match_int for dev paramsGravatar Mike Christie 1-23/+14
2018-07-30scsi: tcmu: do not set max_blocks if data_bitmap has been setupGravatar Mike Christie 1-33/+40
2018-07-30scsi: tcmu: unmap if dev is configuredGravatar Mike Christie 1-0/+5
2018-07-30scsi: tcmu: check if dev is configured before block/resetGravatar Mike Christie 1-0/+10
2018-07-30scsi: tcmu: use lio core se_device configuration helperGravatar Mike Christie 1-8/+3
2018-07-30scsi: tcmu: initialize list headGravatar Mike Christie 1-0/+1
2018-07-30scsi: target_core_user: fix double unlockGravatar Mike Christie 1-1/+0
2018-06-26scsi: tcmu: Don't pass KERN_ERR to pr_errGravatar Mike Christie 1-1/+1
2018-06-26scsi: tcmu: add module wide block/reset_netlink supportGravatar Mike Christie 1-3/+97
2018-06-26scsi: tcmu: misc nl code cleanupGravatar Mike Christie 1-12/+9
2018-06-26scsi: tcmu: simplify nl interfaceGravatar Mike Christie 1-14/+12
2018-06-26scsi: tcmu: track nl commandsGravatar Mike Christie 1-29/+39
2018-06-26scsi: tcmu: delete unused __waitGravatar Mike Christie 1-1/+0
2018-06-18scsi: tcmu: remove useless code and clean up the code style.Gravatar Xiubo Li 1-6/+2
2018-06-18scsi: target: tcmu: add read length supportGravatar bstroesser@ts.fujitsu.com 1-8/+36
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-2/+3
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-39/+121
2018-05-14scsi: target: tcmu: fix error resetting qfull_time_out to defaultGravatar Prasanna Kumar Kalever 1-0/+2
2018-05-08scsi: tcmu: refactor nl wr_cache attr with new helpersGravatar Zhu Lingshan 1-69/+20
2018-05-08scsi: tcmu: refactor nl dev_size attr with new helpersGravatar Zhu Lingshan 1-2/+21
2018-05-08scsi: tcmu: refactor nl dev_cfg attr with new nl helpersGravatar Zhu Lingshan 1-2/+22
2018-05-08scsi: tcmu: refactor rm_device cmd with new nl helpersGravatar Zhu Lingshan 1-1/+15
2018-05-08scsi: tcmu: refactor add_device cmd with new nl helpersGravatar Zhu Lingshan 1-1/+16