aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_user.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-30tcmu: free old string on reconfigBryant G. Ly1-0/+2
2017-07-30tcmu: Fix possible to/from address overflow when doing the memcpyXiubo Li1-6/+5
2017-07-11tcmu: clean up the code and with one small fixXiubo Li1-13/+11
2017-07-11tcmu: Fix possbile memory leak / OOPs when recalculating cmd base sizeXiubo Li1-7/+5
2017-07-09tcmu: Fix dev_config_storeBryant G. Ly1-8/+24
2017-07-06tcmu: fix sense handling during completionMike Christie1-2/+1
2017-07-06tcmu: Fix flushing cmd entry dcache pageXiubo Li1-2/+2
2017-07-06tcmu: fix multiple uio open/close sequencesMike Christie1-1/+5
2017-07-06tcmu: drop configured check in destroyMike Christie1-4/+2
2017-07-06tcmu: perfom device add, del and reconfig synchronouslyMike Christie1-20/+193
2017-07-06target: break up free_device callbackMike Christie1-3/+9
2017-07-06tcmu: reconfigure netlink attr changesMike Christie1-29/+44
2017-07-06tcmu: make array tcmu_attrib_attrs static constColin Ian King1-1/+1
2017-07-06tcmu: Fix module removal due to stuck unmap_thread thread againXiubo Li1-1/+1
2017-07-06tcmu: Add Type of reconfig into netlinkBryant G. Ly1-6/+14
2017-07-06tcmu: Make dev_config configurableBryant G. Ly1-0/+41
2017-07-06tcmu: Make dev_size configurable via userspaceBryant G. Ly1-5/+54
2017-07-06tcmu: Add netlink for device reconfigurationBryant G. Ly1-0/+12
2017-07-06tcmu: Support emulate_write_cacheBryant G. Ly1-0/+30
2017-05-23tcmu: fix crash during device removalMike Christie1-13/+33
2017-05-04tcmu: fix module removal due to stuck threadMike Christie1-0/+3
2017-05-02tcmu: Recalculate the tcmu_cmd size to save cmd area memoriesXiubo Li1-11/+41
2017-05-01tcmu: Add global data block pool supportXiubo Li1-128/+336
2017-05-01tcmu: Add dynamic growing data area feature supportXiubo Li1-101/+237
2017-04-02tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI caseXiubo Li1-15/+33
2017-03-30tcmu: Fix wrongly calculating of the base_command_sizeXiubo Li1-2/+8
2017-03-30tcmu: Fix possible overwrite of t_data_sg's last iov[]Xiubo Li1-11/+23
2017-03-30tcmu: Allow cmd_time_out to be set to zero (disabled)Nicholas Bellinger1-5/+0
2017-03-18tcmu: Convert cmd_time_out into backend device attributeNicholas Bellinger1-26/+68
2017-03-18tcmu: make cmd timeout configurableMike Christie1-6/+35
2017-03-18tcmu: add helper to check if dev was configuredMike Christie1-2/+6
2017-03-18tcmu: return on first Opt parse failureMike Christie1-0/+3
2017-03-18tcmu: allow hw_max_sectors greater than 128Mike Christie1-19/+35
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-3/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+3
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox1-3/+1
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bvanassche/linuxLinus Torvalds1-3/+2
2016-12-15target/user: Fix use-after-free of tcmu_cmds if they are expiredAndy Grover1-2/+0
2016-12-09target/user: Add an #include directiveBart Van Assche1-0/+1
2016-12-09target/user: Fix a data type in tcmu_queue_cmd()Bart Van Assche1-1/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-29/+21
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg1-0/+1
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-10-19target/user: Fix comments to not refer to data ringAndy Grover1-7/+5
2016-10-19target/user: Return an error if cmd data size is too largeAndy Grover1-3/+6
2016-10-19target/user: Use sense_reason_t in tcmu_queue_cmd_ringAndy Grover1-19/+10
2016-03-10target/user: Report capability of handling out-of-order completions to userspaceSheng Yang1-0/+1
2016-03-10target/user: Fix size_t format-spec build warningNicholas Bellinger1-3/+2
2016-03-10target/user: Don't free expired command when time outSheng Yang1-8/+17