summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_user.c
AgeCommit message (Expand)Author
2018-01-18tcmu: Fix trailing semicolonLuis de Bethencourt
2018-01-18tcmu: fix cmd user after freeMike Christie
2018-01-16tcmu: allow userspace to reset ringMike Christie
2018-01-12tcmu: fix error return code in tcmu_configure_device()Wei Yongjun
2018-01-12target_core_user: add cmd id to broken ring messageMike Christie
2018-01-12tcmu: prevent corruption when invalid data page requestedMike Christie
2018-01-12tcmu: allow max block and global max blocks to be settableMike Christie
2018-01-12tcmu: make ring buffer timer configurableMike Christie
2018-01-12tcmu: don't block submitting context for block waitsMike Christie
2018-01-12tcmu: simplify dbi thresh handlingMike Christie
2018-01-12tcmu: prep queue_cmd_ring to be used by unmap wqMike Christie
2018-01-12tcmu: clean up the scatter helperXiubo Li
2018-01-12tcmu: fix free block calculationMike Christie
2018-01-12tcmu: simplify scatter_data_area error handlingMike Christie
2018-01-12tcmu: release blocks for partially setup cmdsMike Christie
2018-01-12tcmu: remove commands_lockMike Christie
2018-01-12tcmu: move expired command completion to unmap threadMike Christie
2018-01-12tcmu: fix unmap thread raceMike Christie
2018-01-12tcmu: split unmap_thread_fnMike Christie
2018-01-12tcmu: merge common block release codeMike Christie
2018-01-12tcmu: fix page addr in tcmu_flush_dcache_rangetangwenji
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-11-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-08tcmu: Add a missing unlock on an error pathDan Carpenter
2017-11-08tcmu: Fix some memory corruptionDan Carpenter
2017-11-04tcmu: fix double se_cmd completionMike Christie
2017-11-04target: Add netlink command reply supported option for each deviceKenjiro Nakayama
2017-11-04target/tcmu: Use macro to call container_of in tcmu_cmd_time_out_showKenjiro Nakayama
2017-11-04tcmu: fix crash when removing the tcmu deviceXiubo Li
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-07-30tcmu: free old string on reconfigBryant G. Ly
2017-07-30tcmu: Fix possible to/from address overflow when doing the memcpyXiubo Li
2017-07-11tcmu: clean up the code and with one small fixXiubo Li
2017-07-11tcmu: Fix possbile memory leak / OOPs when recalculating cmd base sizeXiubo Li
2017-07-09tcmu: Fix dev_config_storeBryant G. Ly
2017-07-06tcmu: fix sense handling during completionMike Christie
2017-07-06tcmu: Fix flushing cmd entry dcache pageXiubo Li
2017-07-06tcmu: fix multiple uio open/close sequencesMike Christie
2017-07-06tcmu: drop configured check in destroyMike Christie
2017-07-06tcmu: perfom device add, del and reconfig synchronouslyMike Christie
2017-07-06target: break up free_device callbackMike Christie
2017-07-06tcmu: reconfigure netlink attr changesMike Christie
2017-07-06tcmu: make array tcmu_attrib_attrs static constColin Ian King
2017-07-06tcmu: Fix module removal due to stuck unmap_thread thread againXiubo Li
2017-07-06tcmu: Add Type of reconfig into netlinkBryant G. Ly
2017-07-06tcmu: Make dev_config configurableBryant G. Ly
2017-07-06tcmu: Make dev_size configurable via userspaceBryant G. Ly
2017-07-06tcmu: Add netlink for device reconfigurationBryant G. Ly
2017-07-06tcmu: Support emulate_write_cacheBryant G. Ly