summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_user.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: Change return type to vm_fault_tSouptick Joarder2018-04-191-1/+1
* tcmu: Fix trailing semicolonLuis de Bethencourt2018-01-181-1/+1
* tcmu: fix cmd user after freeMike Christie2018-01-181-2/+1Star
* tcmu: allow userspace to reset ringMike Christie2018-01-171-4/+166
* tcmu: fix error return code in tcmu_configure_device()Wei Yongjun2018-01-131-1/+3
* target_core_user: add cmd id to broken ring messageMike Christie2018-01-131-1/+2
* tcmu: prevent corruption when invalid data page requestedMike Christie2018-01-131-37/+6Star
* tcmu: allow max block and global max blocks to be settableMike Christie2018-01-131-19/+124
* tcmu: make ring buffer timer configurableMike Christie2018-01-131-34/+115
* tcmu: don't block submitting context for block waitsMike Christie2018-01-131-95/+169
* tcmu: simplify dbi thresh handlingMike Christie2018-01-131-19/+3Star
* tcmu: prep queue_cmd_ring to be used by unmap wqMike Christie2018-01-131-15/+27
* tcmu: clean up the scatter helperXiubo Li2018-01-131-5/+25
* tcmu: fix free block calculationMike Christie2018-01-131-3/+4
* tcmu: simplify scatter_data_area error handlingMike Christie2018-01-131-24/+7Star
* tcmu: release blocks for partially setup cmdsMike Christie2018-01-131-0/+7
* tcmu: remove commands_lockMike Christie2018-01-131-10/+3Star
* tcmu: move expired command completion to unmap threadMike Christie2018-01-131-9/+39
* tcmu: fix unmap thread raceMike Christie2018-01-131-33/+10Star
* tcmu: split unmap_thread_fnMike Christie2018-01-131-50/+70
* tcmu: merge common block release codeMike Christie2018-01-131-16/+8Star
* tcmu: fix page addr in tcmu_flush_dcache_rangetangwenji2018-01-131-2/+3
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-251-4/+3Star
|\
| * treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+3Star
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-11-251-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/+2Star
| * 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/+1Star
| * 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-311-0/+2
* tcmu: Fix possible to/from address overflow when doing the memcpyXiubo Li2017-07-311-6/+5Star
* tcmu: clean up the code and with one small fixXiubo Li2017-07-111-13/+11Star
* tcmu: Fix possbile memory leak / OOPs when recalculating cmd base sizeXiubo Li2017-07-111-7/+5Star
* tcmu: Fix dev_config_storeBryant G. Ly2017-07-101-8/+24
* tcmu: fix sense handling during completionMike Christie2017-07-071-2/+1Star
* tcmu: Fix flushing cmd entry dcache pageXiubo Li2017-07-071-2/+2
* tcmu: fix multiple uio open/close sequencesMike Christie2017-07-071-1/+5
* tcmu: drop configured check in destroyMike Christie2017-07-071-4/+2Star
* tcmu: perfom device add, del and reconfig synchronouslyMike Christie2017-07-071-20/+193
* target: break up free_device callbackMike Christie2017-07-071-3/+9
* tcmu: reconfigure netlink attr changesMike Christie2017-07-071-29/+44
* tcmu: make array tcmu_attrib_attrs static constColin Ian King2017-07-071-1/+1
* tcmu: Fix module removal due to stuck unmap_thread thread againXiubo Li2017-07-071-1/+1
* tcmu: Add Type of reconfig into netlinkBryant G. Ly2017-07-071-6/+14
* tcmu: Make dev_config configurableBryant G. Ly2017-07-071-0/+41
* tcmu: Make dev_size configurable via userspaceBryant G. Ly2017-07-071-5/+54
* tcmu: Add netlink for device reconfigurationBryant G. Ly2017-07-071-0/+12