Age | Commit message (Expand) | Author |
2018-01-18 | tcmu: Fix trailing semicolon | Luis de Bethencourt |
2018-01-18 | tcmu: fix cmd user after free | Mike Christie |
2018-01-16 | tcmu: allow userspace to reset ring | Mike Christie |
2018-01-12 | tcmu: fix error return code in tcmu_configure_device() | Wei Yongjun |
2018-01-12 | target_core_user: add cmd id to broken ring message | Mike Christie |
2018-01-12 | tcmu: prevent corruption when invalid data page requested | Mike Christie |
2018-01-12 | tcmu: allow max block and global max blocks to be settable | Mike Christie |
2018-01-12 | tcmu: make ring buffer timer configurable | Mike Christie |
2018-01-12 | tcmu: don't block submitting context for block waits | Mike Christie |
2018-01-12 | tcmu: simplify dbi thresh handling | Mike Christie |
2018-01-12 | tcmu: prep queue_cmd_ring to be used by unmap wq | Mike Christie |
2018-01-12 | tcmu: clean up the scatter helper | Xiubo Li |
2018-01-12 | tcmu: fix free block calculation | Mike Christie |
2018-01-12 | tcmu: simplify scatter_data_area error handling | Mike Christie |
2018-01-12 | tcmu: release blocks for partially setup cmds | Mike Christie |
2018-01-12 | tcmu: remove commands_lock | Mike Christie |
2018-01-12 | tcmu: move expired command completion to unmap thread | Mike Christie |
2018-01-12 | tcmu: fix unmap thread race | Mike Christie |
2018-01-12 | tcmu: split unmap_thread_fn | Mike Christie |
2018-01-12 | tcmu: merge common block release code | Mike Christie |
2018-01-12 | tcmu: fix page addr in tcmu_flush_dcache_range | tangwenji |
2017-11-25 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2017-11-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds |
2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook |
2017-11-08 | tcmu: Add a missing unlock on an error path | Dan Carpenter |
2017-11-08 | tcmu: Fix some memory corruption | Dan Carpenter |
2017-11-04 | tcmu: fix double se_cmd completion | Mike Christie |
2017-11-04 | target: Add netlink command reply supported option for each device | Kenjiro Nakayama |
2017-11-04 | target/tcmu: Use macro to call container_of in tcmu_cmd_time_out_show | Kenjiro Nakayama |
2017-11-04 | tcmu: fix crash when removing the tcmu device | Xiubo Li |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland |
2017-07-30 | tcmu: free old string on reconfig | Bryant G. Ly |
2017-07-30 | tcmu: Fix possible to/from address overflow when doing the memcpy | Xiubo Li |
2017-07-11 | tcmu: clean up the code and with one small fix | Xiubo Li |
2017-07-11 | tcmu: Fix possbile memory leak / OOPs when recalculating cmd base size | Xiubo Li |
2017-07-09 | tcmu: Fix dev_config_store | Bryant G. Ly |
2017-07-06 | tcmu: fix sense handling during completion | Mike Christie |
2017-07-06 | tcmu: Fix flushing cmd entry dcache page | Xiubo Li |
2017-07-06 | tcmu: fix multiple uio open/close sequences | Mike Christie |
2017-07-06 | tcmu: drop configured check in destroy | Mike Christie |
2017-07-06 | tcmu: perfom device add, del and reconfig synchronously | Mike Christie |
2017-07-06 | target: break up free_device callback | Mike Christie |
2017-07-06 | tcmu: reconfigure netlink attr changes | Mike Christie |
2017-07-06 | tcmu: make array tcmu_attrib_attrs static const | Colin Ian King |
2017-07-06 | tcmu: Fix module removal due to stuck unmap_thread thread again | Xiubo Li |
2017-07-06 | tcmu: Add Type of reconfig into netlink | Bryant G. Ly |
2017-07-06 | tcmu: Make dev_config configurable | Bryant G. Ly |
2017-07-06 | tcmu: Make dev_size configurable via userspace | Bryant G. Ly |
2017-07-06 | tcmu: Add netlink for device reconfiguration | Bryant G. Ly |
2017-07-06 | tcmu: Support emulate_write_cache | Bryant G. Ly |