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