aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_user.c
Commit message (Expand)AuthorAge
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-25
|\
| * treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-11-25
|\ \ | |/ |/|
| * tcmu: Add a missing unlock on an error pathDan Carpenter2017-11-08
| * tcmu: Fix some memory corruptionDan Carpenter2017-11-08
| * tcmu: fix double se_cmd completionMike Christie2017-11-04
| * target: Add netlink command reply supported option for each deviceKenjiro Nakayama2017-11-04
| * target/tcmu: Use macro to call container_of in tcmu_cmd_time_out_showKenjiro Nakayama2017-11-04
| * tcmu: fix crash when removing the tcmu deviceXiubo Li2017-11-04
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
|/
* tcmu: free old string on reconfigBryant G. Ly2017-07-30
* tcmu: Fix possible to/from address overflow when doing the memcpyXiubo Li2017-07-30
* tcmu: clean up the code and with one small fixXiubo Li2017-07-11
* tcmu: Fix possbile memory leak / OOPs when recalculating cmd base sizeXiubo Li2017-07-11
* tcmu: Fix dev_config_storeBryant G. Ly2017-07-09
* tcmu: fix sense handling during completionMike Christie2017-07-07
* tcmu: Fix flushing cmd entry dcache pageXiubo Li2017-07-07
* tcmu: fix multiple uio open/close sequencesMike Christie2017-07-07
* tcmu: drop configured check in destroyMike Christie2017-07-07
* tcmu: perfom device add, del and reconfig synchronouslyMike Christie2017-07-07
* target: break up free_device callbackMike Christie2017-07-07
* tcmu: reconfigure netlink attr changesMike Christie2017-07-07
* tcmu: make array tcmu_attrib_attrs static constColin Ian King2017-07-07
* tcmu: Fix module removal due to stuck unmap_thread thread againXiubo Li2017-07-07
* tcmu: Add Type of reconfig into netlinkBryant G. Ly2017-07-07
* tcmu: Make dev_config configurableBryant G. Ly2017-07-07
* tcmu: Make dev_size configurable via userspaceBryant G. Ly2017-07-07
* tcmu: Add netlink for device reconfigurationBryant G. Ly2017-07-07
* tcmu: Support emulate_write_cacheBryant G. Ly2017-07-07
* tcmu: fix crash during device removalMike Christie2017-05-23
* tcmu: fix module removal due to stuck threadMike Christie2017-05-04
* tcmu: Recalculate the tcmu_cmd size to save cmd area memoriesXiubo Li2017-05-02
* tcmu: Add global data block pool supportXiubo Li2017-05-02
* tcmu: Add dynamic growing data area feature supportXiubo Li2017-05-02
* tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI caseXiubo Li2017-04-02
* tcmu: Fix wrongly calculating of the base_command_sizeXiubo Li2017-03-30
* tcmu: Fix possible overwrite of t_data_sg's last iov[]Xiubo Li2017-03-30
* tcmu: Allow cmd_time_out to be set to zero (disabled)Nicholas Bellinger2017-03-30
* tcmu: Convert cmd_time_out into backend device attributeNicholas Bellinger2017-03-18
* tcmu: make cmd timeout configurableMike Christie2017-03-18
* tcmu: add helper to check if dev was configuredMike Christie2017-03-18
* tcmu: return on first Opt parse failureMike Christie2017-03-18
* tcmu: allow hw_max_sectors greater than 128Mike Christie2017-03-18
* Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-02-28
|\
| * idr: Return the deleted entry from idr_removeMatthew Wilcox2017-02-13
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-24
|/
* Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-21
|\
| * target/user: Fix use-after-free of tcmu_cmds if they are expiredAndy Grover2016-12-15
| * target/user: Add an #include directiveBart Van Assche2016-12-09
| * target/user: Fix a data type in tcmu_queue_cmd()Bart Van Assche2016-12-09