summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_user.c
Commit message (Expand)AuthorAgeFilesLines
* tcmu: free old string on reconfigBryant G. Ly2017-07-301-0/+2
* tcmu: Fix possible to/from address overflow when doing the memcpyXiubo Li2017-07-301-6/+5
* tcmu: clean up the code and with one small fixXiubo Li2017-07-111-13/+11
* tcmu: Fix possbile memory leak / OOPs when recalculating cmd base sizeXiubo Li2017-07-111-7/+5
* tcmu: Fix dev_config_storeBryant G. Ly2017-07-091-8/+24
* tcmu: fix sense handling during completionMike Christie2017-07-061-2/+1
* tcmu: Fix flushing cmd entry dcache pageXiubo Li2017-07-061-2/+2
* tcmu: fix multiple uio open/close sequencesMike Christie2017-07-061-1/+5
* tcmu: drop configured check in destroyMike Christie2017-07-061-4/+2
* tcmu: perfom device add, del and reconfig synchronouslyMike Christie2017-07-061-20/+193
* target: break up free_device callbackMike Christie2017-07-061-3/+9
* tcmu: reconfigure netlink attr changesMike Christie2017-07-061-29/+44
* tcmu: make array tcmu_attrib_attrs static constColin Ian King2017-07-061-1/+1
* tcmu: Fix module removal due to stuck unmap_thread thread againXiubo Li2017-07-061-1/+1
* tcmu: Add Type of reconfig into netlinkBryant G. Ly2017-07-061-6/+14
* tcmu: Make dev_config configurableBryant G. Ly2017-07-061-0/+41
* tcmu: Make dev_size configurable via userspaceBryant G. Ly2017-07-061-5/+54
* tcmu: Add netlink for device reconfigurationBryant G. Ly2017-07-061-0/+12
* tcmu: Support emulate_write_cacheBryant G. Ly2017-07-061-0/+30
* tcmu: fix crash during device removalMike Christie2017-05-231-13/+33
* tcmu: fix module removal due to stuck threadMike Christie2017-05-041-0/+3
* tcmu: Recalculate the tcmu_cmd size to save cmd area memoriesXiubo Li2017-05-021-11/+41
* tcmu: Add global data block pool supportXiubo Li2017-05-011-128/+336
* tcmu: Add dynamic growing data area feature supportXiubo Li2017-05-011-101/+237
* tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI caseXiubo Li2017-04-021-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/+0
* tcmu: Convert cmd_time_out into backend device attributeNicholas Bellinger2017-03-181-26/+68
* tcmu: make cmd timeout configurableMike Christie2017-03-181-6/+35
* tcmu: add helper to check if dev was configuredMike Christie2017-03-181-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-02-281-3/+1
|\
| * idr: Return the deleted entry from idr_removeMatthew Wilcox2017-02-131-3/+1
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-3/+3
|/
* Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-211-3/+2
|\
| * target/user: Fix use-after-free of tcmu_cmds if they are expiredAndy Grover2016-12-151-2/+0
| * 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/+21
|\ \ | |/
| * target/user: Fix comments to not refer to data ringAndy Grover2016-10-191-7/+5
| * target/user: Return an error if cmd data size is too largeAndy Grover2016-10-191-3/+6
| * target/user: Use sense_reason_t in tcmu_queue_cmd_ringAndy Grover2016-10-191-19/+10
* | 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/+0
|/
* target/user: Report capability of handling out-of-order completions to userspaceSheng Yang2016-03-101-0/+1
* target/user: Fix size_t format-spec build warningNicholas Bellinger2016-03-101-3/+2
* target/user: Don't free expired command when time outSheng Yang2016-03-101-8/+17
OpenPOWER on IntegriCloud