summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_user.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-121-9/+7Star
|\
| * scsi: tcmu: Simplify tcmu_update_uio_info()Christophe JAILLET2019-06-201-9/+7Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-13/+1Star
|/
* 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-281-10/+9Star
|\
| * Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-161-10/+9Star
| |\
| | * scsi: target: tcmu: Switch to bitmap_zalloc()Andy Shevchenko2019-03-071-5/+3Star
| | * scsi: target: tcmu: wait for nl reply only if there are listeners or during a...Cathy Avery2019-03-071-5/+6
* | | genetlink: make policy common to familyJohannes Berg2019-03-221-4/+1Star
|/ /
* | scsi: tcmu: fix use after freeXiubo Li2019-01-231-1/+2
* | scsi: tcmu: avoid cmd/qfull timers updated whenever a new cmd comesXiubo Li2019-01-121-27/+61
|/
* scsi: target/tcmu: Fix queue_cmd_ring() declarationBart Van Assche2018-12-081-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-161-140/+237
|\
| * scsi: tcmu: use u64 for dev_sizeMike Christie2018-07-311-13/+8Star
| * scsi: tcmu: use match_int for dev paramsMike Christie2018-07-311-23/+14Star
| * scsi: tcmu: do not set max_blocks if data_bitmap has been setupMike Christie2018-07-311-33/+40
| * scsi: tcmu: unmap if dev is configuredMike Christie2018-07-311-0/+5
| * scsi: tcmu: check if dev is configured before block/resetMike Christie2018-07-311-0/+10
| * scsi: tcmu: use lio core se_device configuration helperMike Christie2018-07-311-8/+3Star
| * scsi: tcmu: initialize list headMike Christie2018-07-311-0/+1
| * scsi: target_core_user: fix double unlockMike Christie2018-07-311-1/+0Star
| * 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/+9Star
| * scsi: tcmu: simplify nl interfaceMike Christie2018-06-261-14/+12Star
| * scsi: tcmu: track nl commandsMike Christie2018-06-261-29/+39
| * scsi: tcmu: delete unused __waitMike Christie2018-06-261-1/+0Star
| * scsi: tcmu: remove useless code and clean up the code style.Xiubo Li2018-06-191-6/+2Star
* | scsi: target: tcmu: add read length supportbstroesser@ts.fujitsu.com2018-06-191-8/+36
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-39/+121
|\
| * scsi: tcmu: refactor nl wr_cache attr with new helpersZhu Lingshan2018-05-081-69/+20Star
| * scsi: tcmu: refactor nl dev_size attr with new helpersZhu Lingshan2018-05-081-2/+21
| * scsi: tcmu: refactor nl dev_cfg attr with new nl helpersZhu Lingshan2018-05-081-2/+22
| * scsi: tcmu: refactor rm_device cmd with new nl helpersZhu Lingshan2018-05-081-1/+15
| * scsi: tcmu: refactor add_device cmd with new nl helpersZhu Lingshan2018-05-081-1/+16
| * scsi: tcmu: add new netlink events helpersZhu Lingshan2018-05-081-0/+59
| * scsi: target: target_core_user.[ch]: convert comments into DOC:Randy Dunlap2018-04-211-2/+6
| * scsi: target: Change return type to vm_fault_tSouptick Joarder2018-04-191-1/+1
* | scsi: target: tcmu: fix error resetting qfull_time_out to defaultPrasanna Kumar Kalever2018-05-151-0/+2
|/
* tcmu: Fix trailing semicolonLuis de Bethencourt2018-01-181-1/+1
* tcmu: fix cmd user after freeMike Christie2018-01-181-2/+1Star
* tcmu: allow userspace to reset ringMike Christie2018-01-171-4/+166
* tcmu: fix error return code in tcmu_configure_device()Wei Yongjun2018-01-131-1/+3
* target_core_user: add cmd id to broken ring messageMike Christie2018-01-131-1/+2
* tcmu: prevent corruption when invalid data page requestedMike Christie2018-01-131-37/+6Star
* tcmu: allow max block and global max blocks to be settableMike Christie2018-01-131-19/+124
* tcmu: make ring buffer timer configurableMike Christie2018-01-131-34/+115
* tcmu: don't block submitting context for block waitsMike Christie2018-01-131-95/+169
* tcmu: simplify dbi thresh handlingMike Christie2018-01-131-19/+3Star