index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
target
/
target_core_user.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcmu: Fix trailing semicolon
Luis de Bethencourt
2018-01-18
1
-1
/
+1
*
tcmu: fix cmd user after free
Mike Christie
2018-01-18
1
-2
/
+1
*
tcmu: allow userspace to reset ring
Mike Christie
2018-01-16
1
-4
/
+166
*
tcmu: fix error return code in tcmu_configure_device()
Wei Yongjun
2018-01-12
1
-1
/
+3
*
target_core_user: add cmd id to broken ring message
Mike Christie
2018-01-12
1
-1
/
+2
*
tcmu: prevent corruption when invalid data page requested
Mike Christie
2018-01-12
1
-37
/
+6
*
tcmu: allow max block and global max blocks to be settable
Mike Christie
2018-01-12
1
-19
/
+124
*
tcmu: make ring buffer timer configurable
Mike Christie
2018-01-12
1
-34
/
+115
*
tcmu: don't block submitting context for block waits
Mike Christie
2018-01-12
1
-95
/
+169
*
tcmu: simplify dbi thresh handling
Mike Christie
2018-01-12
1
-19
/
+3
*
tcmu: prep queue_cmd_ring to be used by unmap wq
Mike Christie
2018-01-12
1
-15
/
+27
*
tcmu: clean up the scatter helper
Xiubo Li
2018-01-12
1
-5
/
+25
*
tcmu: fix free block calculation
Mike Christie
2018-01-12
1
-3
/
+4
*
tcmu: simplify scatter_data_area error handling
Mike Christie
2018-01-12
1
-24
/
+7
*
tcmu: release blocks for partially setup cmds
Mike Christie
2018-01-12
1
-0
/
+7
*
tcmu: remove commands_lock
Mike Christie
2018-01-12
1
-10
/
+3
*
tcmu: move expired command completion to unmap thread
Mike Christie
2018-01-12
1
-9
/
+39
*
tcmu: fix unmap thread race
Mike Christie
2018-01-12
1
-33
/
+10
*
tcmu: split unmap_thread_fn
Mike Christie
2018-01-12
1
-50
/
+70
*
tcmu: merge common block release code
Mike Christie
2018-01-12
1
-16
/
+8
*
tcmu: fix page addr in tcmu_flush_dcache_range
tangwenji
2018-01-12
1
-2
/
+3
*
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2017-11-25
1
-4
/
+3
|
\
|
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-4
/
+3
*
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2017-11-24
1
-71
/
+137
|
\
\
|
|
/
|
/
|
|
*
tcmu: Add a missing unlock on an error path
Dan Carpenter
2017-11-08
1
-0
/
+1
|
*
tcmu: Fix some memory corruption
Dan Carpenter
2017-11-08
1
-3
/
+2
|
*
tcmu: fix double se_cmd completion
Mike Christie
2017-11-04
1
-23
/
+31
|
*
target: Add netlink command reply supported option for each device
Kenjiro Nakayama
2017-11-04
1
-1
/
+58
|
*
target/tcmu: Use macro to call container_of in tcmu_cmd_time_out_show
Kenjiro Nakayama
2017-11-04
1
-2
/
+1
|
*
tcmu: fix crash when removing the tcmu device
Xiubo Li
2017-11-04
1
-45
/
+47
*
|
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-1
/
+1
|
/
*
tcmu: free old string on reconfig
Bryant G. Ly
2017-07-30
1
-0
/
+2
*
tcmu: Fix possible to/from address overflow when doing the memcpy
Xiubo Li
2017-07-30
1
-6
/
+5
*
tcmu: clean up the code and with one small fix
Xiubo Li
2017-07-11
1
-13
/
+11
*
tcmu: Fix possbile memory leak / OOPs when recalculating cmd base size
Xiubo Li
2017-07-11
1
-7
/
+5
*
tcmu: Fix dev_config_store
Bryant G. Ly
2017-07-09
1
-8
/
+24
*
tcmu: fix sense handling during completion
Mike Christie
2017-07-06
1
-2
/
+1
*
tcmu: Fix flushing cmd entry dcache page
Xiubo Li
2017-07-06
1
-2
/
+2
*
tcmu: fix multiple uio open/close sequences
Mike Christie
2017-07-06
1
-1
/
+5
*
tcmu: drop configured check in destroy
Mike Christie
2017-07-06
1
-4
/
+2
*
tcmu: perfom device add, del and reconfig synchronously
Mike Christie
2017-07-06
1
-20
/
+193
*
target: break up free_device callback
Mike Christie
2017-07-06
1
-3
/
+9
*
tcmu: reconfigure netlink attr changes
Mike Christie
2017-07-06
1
-29
/
+44
*
tcmu: make array tcmu_attrib_attrs static const
Colin Ian King
2017-07-06
1
-1
/
+1
*
tcmu: Fix module removal due to stuck unmap_thread thread again
Xiubo Li
2017-07-06
1
-1
/
+1
*
tcmu: Add Type of reconfig into netlink
Bryant G. Ly
2017-07-06
1
-6
/
+14
*
tcmu: Make dev_config configurable
Bryant G. Ly
2017-07-06
1
-0
/
+41
*
tcmu: Make dev_size configurable via userspace
Bryant G. Ly
2017-07-06
1
-5
/
+54
*
tcmu: Add netlink for device reconfiguration
Bryant G. Ly
2017-07-06
1
-0
/
+12
*
tcmu: Support emulate_write_cache
Bryant G. Ly
2017-07-06
1
-0
/
+30
[next]