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