summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_user.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-251-4/+3
|\
| * treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-11-241-71/+137
|\ \ | |/ |/|
| * tcmu: Add a missing unlock on an error pathDan Carpenter2017-11-081-0/+1
| * tcmu: Fix some memory corruptionDan Carpenter2017-11-081-3/+2
| * tcmu: fix double se_cmd completionMike Christie2017-11-041-23/+31
| * target: Add netlink command reply supported option for each deviceKenjiro Nakayama2017-11-041-1/+58
| * target/tcmu: Use macro to call container_of in tcmu_cmd_time_out_showKenjiro Nakayama2017-11-041-2/+1
| * tcmu: fix crash when removing the tcmu deviceXiubo Li2017-11-041-45/+47
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* 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