index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-08-15
1
-140
/
+237
|
\
|
*
scsi: tcmu: use u64 for dev_size
Mike Christie
2018-07-30
1
-13
/
+8
|
*
scsi: tcmu: use match_int for dev params
Mike Christie
2018-07-30
1
-23
/
+14
|
*
scsi: tcmu: do not set max_blocks if data_bitmap has been setup
Mike Christie
2018-07-30
1
-33
/
+40
|
*
scsi: tcmu: unmap if dev is configured
Mike Christie
2018-07-30
1
-0
/
+5
|
*
scsi: tcmu: check if dev is configured before block/reset
Mike Christie
2018-07-30
1
-0
/
+10
|
*
scsi: tcmu: use lio core se_device configuration helper
Mike Christie
2018-07-30
1
-8
/
+3
|
*
scsi: tcmu: initialize list head
Mike Christie
2018-07-30
1
-0
/
+1
|
*
scsi: target_core_user: fix double unlock
Mike Christie
2018-07-30
1
-1
/
+0
|
*
scsi: tcmu: Don't pass KERN_ERR to pr_err
Mike Christie
2018-06-26
1
-1
/
+1
|
*
scsi: tcmu: add module wide block/reset_netlink support
Mike Christie
2018-06-26
1
-3
/
+97
|
*
scsi: tcmu: misc nl code cleanup
Mike Christie
2018-06-26
1
-12
/
+9
|
*
scsi: tcmu: simplify nl interface
Mike Christie
2018-06-26
1
-14
/
+12
|
*
scsi: tcmu: track nl commands
Mike Christie
2018-06-26
1
-29
/
+39
|
*
scsi: tcmu: delete unused __wait
Mike Christie
2018-06-26
1
-1
/
+0
|
*
scsi: tcmu: remove useless code and clean up the code style.
Xiubo Li
2018-06-18
1
-6
/
+2
*
|
scsi: target: tcmu: add read length support
bstroesser@ts.fujitsu.com
2018-06-18
1
-8
/
+36
|
/
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-2
/
+3
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-06-10
1
-39
/
+121
|
\
|
*
scsi: tcmu: refactor nl wr_cache attr with new helpers
Zhu Lingshan
2018-05-08
1
-69
/
+20
|
*
scsi: tcmu: refactor nl dev_size attr with new helpers
Zhu Lingshan
2018-05-08
1
-2
/
+21
|
*
scsi: tcmu: refactor nl dev_cfg attr with new nl helpers
Zhu Lingshan
2018-05-08
1
-2
/
+22
|
*
scsi: tcmu: refactor rm_device cmd with new nl helpers
Zhu Lingshan
2018-05-08
1
-1
/
+15
|
*
scsi: tcmu: refactor add_device cmd with new nl helpers
Zhu Lingshan
2018-05-08
1
-1
/
+16
|
*
scsi: tcmu: add new netlink events helpers
Zhu Lingshan
2018-05-08
1
-0
/
+59
|
*
scsi: target: target_core_user.[ch]: convert comments into DOC:
Randy Dunlap
2018-04-20
1
-2
/
+6
|
*
scsi: target: Change return type to vm_fault_t
Souptick Joarder
2018-04-19
1
-1
/
+1
*
|
scsi: target: tcmu: fix error resetting qfull_time_out to default
Prasanna Kumar Kalever
2018-05-14
1
-0
/
+2
|
/
*
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
|
\
[next]