aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_user.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Merge 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-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+4
2019-03-27Merge 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-06scsi: target: tcmu: Switch to bitmap_zalloc()Andy Shevchenko1-5/+3
2019-03-06scsi: target: tcmu: wait for nl reply only if there are listeners or during an addCathy Avery1-5/+6
2019-01-22scsi: tcmu: fix use after freeXiubo Li1-1/+2
2019-01-11scsi: tcmu: avoid cmd/qfull timers updated whenever a new cmd comesXiubo Li1-27/+61
2018-12-07scsi: target/tcmu: Fix queue_cmd_ring() declarationBart Van Assche1-1/+1
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-140/+237
2018-07-30scsi: tcmu: use u64 for dev_sizeMike Christie1-13/+8
2018-07-30scsi: tcmu: use match_int for dev paramsMike Christie1-23/+14
2018-07-30scsi: tcmu: do not set max_blocks if data_bitmap has been setupMike Christie1-33/+40
2018-07-30scsi: tcmu: unmap if dev is configuredMike Christie1-0/+5
2018-07-30scsi: tcmu: check if dev is configured before block/resetMike Christie1-0/+10
2018-07-30scsi: tcmu: use lio core se_device configuration helperMike Christie1-8/+3
2018-07-30scsi: tcmu: initialize list headMike Christie1-0/+1
2018-07-30scsi: 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
2018-06-18scsi: tcmu: remove useless code and clean up the code style.Xiubo Li1-6/+2
2018-06-18scsi: target: tcmu: add read length supportbstroesser@ts.fujitsu.com1-8/+36
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-39/+121
2018-05-14scsi: target: tcmu: fix error resetting qfull_time_out to defaultPrasanna Kumar Kalever1-0/+2
2018-05-08scsi: tcmu: refactor nl wr_cache attr with new helpersZhu Lingshan1-69/+20
2018-05-08scsi: tcmu: refactor nl dev_size attr with new helpersZhu Lingshan1-2/+21
2018-05-08scsi: tcmu: refactor nl dev_cfg attr with new nl helpersZhu Lingshan1-2/+22
2018-05-08scsi: tcmu: refactor rm_device cmd with new nl helpersZhu Lingshan1-1/+15
2018-05-08scsi: tcmu: refactor add_device cmd with new nl helpersZhu Lingshan1-1/+16
2018-05-08scsi: tcmu: add new netlink events helpersZhu Lingshan1-0/+59
2018-04-20scsi: target: target_core_user.[ch]: convert comments into DOC:Randy Dunlap1-2/+6
2018-04-19scsi: target: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-01-18tcmu: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-01-18tcmu: fix cmd user after freeMike Christie1-2/+1
2018-01-16tcmu: allow userspace to reset ringMike Christie1-4/+166
2018-01-12tcmu: fix error return code in tcmu_configure_device()Wei Yongjun1-1/+3
2018-01-12target_core_user: add cmd id to broken ring messageMike Christie1-1/+2
2018-01-12tcmu: prevent corruption when invalid data page requestedMike Christie1-37/+6
2018-01-12tcmu: allow max block and global max blocks to be settableMike Christie1-19/+124
2018-01-12tcmu: make ring buffer timer configurableMike Christie1-34/+115
2018-01-12tcmu: don't block submitting context for block waitsMike Christie1-95/+169
2018-01-12tcmu: simplify dbi thresh handlingMike Christie1-19/+3