aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_user.c
AgeCommit message (Expand)Author
2020-09-05scsi: target: tcmu: Optimize use of flush_dcache_pageBodo Stroesser
2020-09-05scsi: target: tcmu: Fix size in calls to tcmu_flush_dcache_rangeBodo Stroesser
2020-09-03scsi: target: tcmu: Fix crash on ARM during cmd completionBodo Stroesser
2020-08-26scsi: target: tcmu: Fix crash in tcmu_flush_dcache_range on ARMBodo Stroesser
2020-06-24scsi: target: tcmu: Fix a use after free in tcmu_check_expired_queue_cmd()Dan Carpenter
2020-06-24scsi: target: tcmu: Userspace must not complete queued commandsBodo Stroesser
2020-05-02scsi: target: tcmu: reset_ring should reset TCMU_DEV_BIT_BROKENBodo Stroesser
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-08-14scsi: target: tcmu: avoid use-after-free after command timeoutDmitry Fomichev
2019-08-07scsi: target: tcmu: clean the nl_cmd of the udev when nl send failsLi Zhong
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-06-20scsi: tcmu: Simplify tcmu_update_uio_info()Christophe JAILLET
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-22genetlink: make policy common to familyJohannes Berg
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-03-06scsi: target: tcmu: Switch to bitmap_zalloc()Andy Shevchenko
2019-03-06scsi: target: tcmu: wait for nl reply only if there are listeners or during a...Cathy Avery
2019-01-22scsi: tcmu: fix use after freeXiubo Li
2019-01-11scsi: tcmu: avoid cmd/qfull timers updated whenever a new cmd comesXiubo Li
2018-12-07scsi: target/tcmu: Fix queue_cmd_ring() declarationBart Van Assche
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-07-30scsi: tcmu: use u64 for dev_sizeMike Christie
2018-07-30scsi: tcmu: use match_int for dev paramsMike Christie
2018-07-30scsi: tcmu: do not set max_blocks if data_bitmap has been setupMike Christie
2018-07-30scsi: tcmu: unmap if dev is configuredMike Christie
2018-07-30scsi: tcmu: check if dev is configured before block/resetMike Christie
2018-07-30scsi: tcmu: use lio core se_device configuration helperMike Christie
2018-07-30scsi: tcmu: initialize list headMike Christie
2018-07-30scsi: target_core_user: fix double unlockMike Christie
2018-06-26scsi: tcmu: Don't pass KERN_ERR to pr_errMike Christie
2018-06-26scsi: tcmu: add module wide block/reset_netlink supportMike Christie
2018-06-26scsi: tcmu: misc nl code cleanupMike Christie
2018-06-26scsi: tcmu: simplify nl interfaceMike Christie
2018-06-26scsi: tcmu: track nl commandsMike Christie
2018-06-26scsi: tcmu: delete unused __waitMike Christie
2018-06-18scsi: tcmu: remove useless code and clean up the code style.Xiubo Li
2018-06-18scsi: target: tcmu: add read length supportbstroesser@ts.fujitsu.com
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-05-14scsi: target: tcmu: fix error resetting qfull_time_out to defaultPrasanna Kumar Kalever
2018-05-08scsi: tcmu: refactor nl wr_cache attr with new helpersZhu Lingshan
2018-05-08scsi: tcmu: refactor nl dev_size attr with new helpersZhu Lingshan
2018-05-08scsi: tcmu: refactor nl dev_cfg attr with new nl helpersZhu Lingshan
2018-05-08scsi: tcmu: refactor rm_device cmd with new nl helpersZhu Lingshan
2018-05-08scsi: tcmu: refactor add_device cmd with new nl helpersZhu Lingshan
2018-05-08scsi: tcmu: add new netlink events helpersZhu Lingshan
2018-04-20scsi: target: target_core_user.[ch]: convert comments into DOC:Randy Dunlap
2018-04-19scsi: target: Change return type to vm_fault_tSouptick Joarder