index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
2023-09-27
scsi: target: tcmu: Annotate struct tcmu_tmr with __counted_by
Kees Cook
1
-1
/
+1
2023-06-22
scsi: target: tcmu: Replace strlcpy() with strscpy()
Azeem Shaikh
1
-2
/
+2
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
1
-0
/
+1
2022-05-20
scsi: target: tcmu: Avoid holding XArray lock when calling lock_page
Bodo Stroesser
1
-5
/
+5
2022-05-02
scsi: target: tcmu: Fix possible data corruption
Xiaoguang Wang
1
-3
/
+37
2022-03-30
scsi: target: tcmu: Fix possible page UAF
Xiaoguang Wang
1
-1
/
+2
2022-02-23
scsi: target: tcmu: Make cmd_ring_size changeable via configfs
Guixin Liu
1
-10
/
+63
2021-10-19
scsi: target: tcmu: Allocate zeroed pages for data area
Bodo Stroesser
1
-2
/
+2
2021-10-05
scsi: target: tcmu: Use struct_size() helper in kmalloc()
Gustavo A. R. Silva
1
-2
/
+1
2021-08-03
scsi: target: tcmu: Add new feature KEEP_BUF
Bodo Stroesser
1
-11
/
+139
2021-07-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-5
/
+5
2021-05-22
scsi: target: tcmu: Fix boolreturn.cocci warnings
kernel test robot
1
-1
/
+1
2021-05-21
scsi: target: tcmu: Fix xarray RCU warning
Bodo Stroesser
1
-5
/
+7
2021-05-15
scsi: target: tcmu: Rename TCM_DEV_BIT_PLUGGED to TCMU_DEV_BIT_PLUGGED
Bodo Stroesser
1
-4
/
+4
2021-04-29
scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not found
Bodo Stroesser
1
-2
/
+2
2021-04-13
scsi: target: tcmu: Make data_pages_per_blk changeable via configfs
Bodo Stroesser
1
-2
/
+53
2021-04-13
scsi: target: tcmu: Replace block size definitions with new udev members
Bodo Stroesser
1
-37
/
+45
2021-04-13
scsi: target: tcmu: Remove function tcmu_get_block_page()
Bodo Stroesser
1
-7
/
+1
2021-04-13
scsi: target: tcmu: Support DATA_BLOCK_SIZE = N * PAGE_SIZE
Bodo Stroesser
1
-89
/
+116
2021-04-13
scsi: target: tcmu: Prepare for PAGE_SIZE != DATA_BLOCK_SIZE
Bodo Stroesser
1
-41
/
+41
2021-04-13
scsi: target: tcmu: Adjust names of variables and definitions
Bodo Stroesser
1
-17
/
+22
2021-03-16
scsi: target: tcmu: Adjust parameter in call to tcmu_blocks_release()
Bodo Stroesser
1
-1
/
+1
2021-03-10
scsi: target: tcmu: Use GFP_NOIO while handling cmds or holding cmdr_lock
Bodo Stroesser
1
-2
/
+2
2021-03-10
scsi: target: tcmu: Replace radix_tree with XArray
Bodo Stroesser
1
-18
/
+16
2021-03-10
scsi: target: tcmu: Replace IDR by XArray
Bodo Stroesser
1
-15
/
+15
2021-03-05
scsi: target: tcmu: Add backend plug/unplug callouts
Mike Christie
1
-2
/
+25
2021-02-23
scsi: target: tcmu: Fix memory leak caused by wrong uio usage
Bodo Stroesser
1
-3
/
+26
2021-02-23
scsi: target: tcmu: Move some functions without code change
Bodo Stroesser
1
-80
/
+80
2021-01-15
scsi: target: tcmu: Fix use-after-free of se_cmd->priv
Shin'ichiro Kawasaki
1
-3
/
+8
2020-12-17
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-89
/
+75
2020-10-30
scsi: target: tcmu: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-27
scsi: target: tcmu: scatter_/gather_data_area() rework
Bodo Stroesser
1
-89
/
+75
2020-10-16
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-3
/
+3
2020-10-03
genetlink: move to smaller ops wherever possible
Jakub Kicinski
1
-3
/
+3
2020-10-03
scsi: target: tcmu: Fix warning: 'page' may be used uninitialized
John Donnelly
1
-1
/
+1
2020-09-23
scsi: target: tcmu: Optimize scatter_data_area()
Bodo Stroesser
1
-76
/
+63
2020-09-23
scsi: target: tcmu: Optimize queue_cmd_ring()
Bodo Stroesser
1
-82
/
+102
2020-09-23
scsi: target: tcmu: Join tcmu_cmd_get_data_length() and tcmu_cmd_get_block_cnt()
Bodo Stroesser
1
-30
/
+23
2020-09-16
scsi: target: tcmu: Add missing newline when printing parameters
Xiongfeng Wang
1
-1
/
+1
2020-07-29
scsi: target: tcmu: Make TMR notification optional
Bodo Stroesser
1
-0
/
+38
2020-07-29
scsi: target: tcmu: Implement tmr_notify callback
Bodo Stroesser
1
-9
/
+216
2020-07-29
scsi: target: tcmu: Fix and simplify timeout handling
Bodo Stroesser
1
-36
/
+23
2020-07-29
scsi: target: tcmu: Factor out new helper ring_insert_padding
Bodo Stroesser
1
-21
/
+30
2020-07-29
scsi: target: tcmu: Do not queue aborted commands
Bodo Stroesser
1
-3
/
+4
2020-07-29
scsi: target: tcmu: Use priv pointer in se_cmd
Bodo Stroesser
1
-2
/
+5
2020-06-30
scsi: target: tcmu: Fix crash on ARM during cmd completion
Bodo Stroesser
1
-1
/
+8
2020-06-20
scsi: target: tcmu: Fix crash in tcmu_flush_dcache_range on ARM
Bodo Stroesser
1
-1
/
+1
2020-06-20
scsi: target: tcmu: Optimize use of flush_dcache_page
Bodo Stroesser
1
-4
/
+7
2020-06-20
scsi: target: tcmu: Remove unnecessary bit TCMU_CMD_BIT_INFLIGHT
Bodo Stroesser
1
-2
/
+0
[next]