index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
target
/
target_core_user.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-26
scsi: tcmu: Don't pass KERN_ERR to pr_err
Mike Christie
1
-1
/
+1
2018-06-26
scsi: tcmu: add module wide block/reset_netlink support
Mike Christie
1
-3
/
+97
2018-06-26
scsi: tcmu: misc nl code cleanup
Mike Christie
1
-12
/
+9
2018-06-26
scsi: tcmu: simplify nl interface
Mike Christie
1
-14
/
+12
2018-06-26
scsi: tcmu: track nl commands
Mike Christie
1
-29
/
+39
2018-06-26
scsi: tcmu: delete unused __wait
Mike Christie
1
-1
/
+0
2018-06-19
scsi: tcmu: remove useless code and clean up the code style.
Xiubo Li
1
-6
/
+2
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+3
2018-06-10
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-39
/
+121
2018-05-15
scsi: target: tcmu: fix error resetting qfull_time_out to default
Prasanna Kumar Kalever
1
-0
/
+2
2018-05-08
scsi: tcmu: refactor nl wr_cache attr with new helpers
Zhu Lingshan
1
-69
/
+20
2018-05-08
scsi: tcmu: refactor nl dev_size attr with new helpers
Zhu Lingshan
1
-2
/
+21
2018-05-08
scsi: tcmu: refactor nl dev_cfg attr with new nl helpers
Zhu Lingshan
1
-2
/
+22
2018-05-08
scsi: tcmu: refactor rm_device cmd with new nl helpers
Zhu Lingshan
1
-1
/
+15
2018-05-08
scsi: tcmu: refactor add_device cmd with new nl helpers
Zhu Lingshan
1
-1
/
+16
2018-05-08
scsi: tcmu: add new netlink events helpers
Zhu Lingshan
1
-0
/
+59
2018-04-21
scsi: target: target_core_user.[ch]: convert comments into DOC:
Randy Dunlap
1
-2
/
+6
2018-04-19
scsi: target: Change return type to vm_fault_t
Souptick Joarder
1
-1
/
+1
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-17
tcmu: allow userspace to reset ring
Mike Christie
1
-4
/
+166
2018-01-13
tcmu: fix error return code in tcmu_configure_device()
Wei Yongjun
1
-1
/
+3
2018-01-13
target_core_user: add cmd id to broken ring message
Mike Christie
1
-1
/
+2
2018-01-13
tcmu: prevent corruption when invalid data page requested
Mike Christie
1
-37
/
+6
2018-01-13
tcmu: allow max block and global max blocks to be settable
Mike Christie
1
-19
/
+124
2018-01-13
tcmu: make ring buffer timer configurable
Mike Christie
1
-34
/
+115
2018-01-13
tcmu: don't block submitting context for block waits
Mike Christie
1
-95
/
+169
2018-01-13
tcmu: simplify dbi thresh handling
Mike Christie
1
-19
/
+3
2018-01-13
tcmu: prep queue_cmd_ring to be used by unmap wq
Mike Christie
1
-15
/
+27
2018-01-13
tcmu: clean up the scatter helper
Xiubo Li
1
-5
/
+25
2018-01-13
tcmu: fix free block calculation
Mike Christie
1
-3
/
+4
2018-01-13
tcmu: simplify scatter_data_area error handling
Mike Christie
1
-24
/
+7
2018-01-13
tcmu: release blocks for partially setup cmds
Mike Christie
1
-0
/
+7
2018-01-13
tcmu: remove commands_lock
Mike Christie
1
-10
/
+3
2018-01-13
tcmu: move expired command completion to unmap thread
Mike Christie
1
-9
/
+39
2018-01-13
tcmu: fix unmap thread race
Mike Christie
1
-33
/
+10
2018-01-13
tcmu: split unmap_thread_fn
Mike Christie
1
-50
/
+70
2018-01-13
tcmu: merge common block release code
Mike Christie
1
-16
/
+8
2018-01-13
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-25
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-71
/
+137
2017-11-22
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-05
tcmu: fix double se_cmd completion
Mike Christie
1
-23
/
+31
2017-11-05
target: Add netlink command reply supported option for each device
Kenjiro Nakayama
1
-1
/
+58
2017-11-05
target/tcmu: Use macro to call container_of in tcmu_cmd_time_out_show
Kenjiro Nakayama
1
-2
/
+1
2017-11-05
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-31
tcmu: free old string on reconfig
Bryant G. Ly
1
-0
/
+2
[next]