index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
target
(
follow
)
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
2021-07-03
18
-98
/
+172
|
\
|
*
scsi: target: iscsi: Remove redundant continue statement
Colin Ian King
2021-06-19
1
-2
/
+0
|
*
scsi: core: Introduce enums for the SAM and host status codes
Bart Van Assche
2021-06-03
1
-1
/
+1
|
*
scsi: target: Use standard SAM status types
Hannes Reinecke
2021-06-01
7
-22
/
+22
|
*
scsi: core: Kill DRIVER_SENSE
Hannes Reinecke
2021-06-01
1
-1
/
+0
|
*
scsi: target: tcmu: Fix boolreturn.cocci warnings
kernel test robot
2021-05-21
1
-1
/
+1
|
*
scsi: target: core: Add the VERSION DESCRIPTOR fields to the INQUIRY data
Konstantin Shelekhin
2021-05-15
1
-1
/
+33
|
*
scsi: target: core: Bump INQUIRY VERSION to SPC-4
Konstantin Shelekhin
2021-05-15
1
-1
/
+1
|
*
scsi: target: core: Add configurable IEEE Company ID attribute
Sergey Samoylenko
2021-05-15
3
-7
/
+62
|
*
scsi: target: core: Unify NAA identifier generation
Sergey Samoylenko
2021-05-15
3
-40
/
+26
|
*
scsi: target: sbp_target: Remove redundant assignment to pg_size
Jiapeng Chong
2021-05-15
1
-1
/
+0
|
*
scsi: target: tcmu: Rename TCM_DEV_BIT_PLUGGED to TCMU_DEV_BIT_PLUGGED
Bodo Stroesser
2021-05-15
1
-4
/
+4
|
*
scsi: target: iscsi: Drop unnecessary container_of()
Guenter Roeck
2021-05-15
1
-7
/
+0
|
*
scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd()
Varun Prakash
2021-05-15
2
-12
/
+28
|
*
scsi: target: iscsi: Switch to kmemdup_nul()
Yang Yingliang
2021-05-10
2
-6
/
+2
*
|
scsi: target: core: Fix warning on realtime kernels
Maurizio Lombardi
2021-06-01
1
-3
/
+1
*
|
scsi: target: iblock: Fix smp_processor_id() BUG messages
Mike Christie
2021-05-21
1
-2
/
+2
*
|
scsi: target: tcmu: Fix xarray RCU warning
Bodo Stroesser
2021-05-21
1
-5
/
+7
*
|
scsi: target: core: Avoid smp_processor_id() in preemptible code
Shin'ichiro Kawasaki
2021-05-21
1
-1
/
+1
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-05-08
1
-2
/
+2
|
\
|
*
scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not found
Bodo Stroesser
2021-04-29
1
-2
/
+2
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-04-29
28
-432
/
+741
|
\
|
|
*
scsi: target: tcm_fc: Fix a kernel-doc header
Bart Van Assche
2021-04-16
1
-1
/
+1
|
*
scsi: target: Shorten ALUA error messages
Bart Van Assche
2021-04-16
1
-8
/
+3
|
*
scsi: target: Fix two format specifiers
Bart Van Assche
2021-04-16
1
-4
/
+2
|
*
scsi: target: Compare explicitly with SAM_STAT_GOOD
Bart Van Assche
2021-04-16
1
-1
/
+1
|
*
scsi: target: tcmu: Make data_pages_per_blk changeable via configfs
Bodo Stroesser
2021-04-13
1
-2
/
+53
|
*
scsi: target: tcmu: Replace block size definitions with new udev members
Bodo Stroesser
2021-04-13
1
-37
/
+45
|
*
scsi: target: tcmu: Remove function tcmu_get_block_page()
Bodo Stroesser
2021-04-13
1
-7
/
+1
|
*
scsi: target: tcmu: Support DATA_BLOCK_SIZE = N * PAGE_SIZE
Bodo Stroesser
2021-04-13
1
-89
/
+116
|
*
scsi: target: tcmu: Prepare for PAGE_SIZE != DATA_BLOCK_SIZE
Bodo Stroesser
2021-04-13
1
-41
/
+41
|
*
scsi: target: tcmu: Adjust names of variables and definitions
Bodo Stroesser
2021-04-13
1
-17
/
+22
|
*
Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging
Martin K. Petersen
2021-04-13
1
-2
/
+2
|
|
\
|
*
|
scsi: target: Make the virtual LUN 0 device
Konstantin Shelekhin
2021-04-06
2
-6
/
+2
|
*
|
scsi: target: Add the DUMMY flag to rd_mcp
Konstantin Shelekhin
2021-04-06
2
-4
/
+24
|
*
|
Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging
Martin K. Petersen
2021-04-06
1
-1
/
+8
|
|
\
\
|
*
|
|
scsi: target: Fix htmldocs warning in target_submit_prep()
Mike Christie
2021-03-19
1
-0
/
+1
|
*
|
|
scsi: target: tcmu: Adjust parameter in call to tcmu_blocks_release()
Bodo Stroesser
2021-03-16
1
-1
/
+1
|
*
|
|
scsi: target: core: file: Don't duplicate memset(0xff)
Chaitanya Kulkarni
2021-03-10
1
-2
/
+1
|
*
|
|
scsi: target: core: pr: Initialize arrays at declaration time
Chaitanya Kulkarni
2021-03-10
1
-23
/
+13
|
*
|
|
scsi: target: configfs: Initialize arrays at declaration time
Chaitanya Kulkarni
2021-03-10
1
-18
/
+7
|
*
|
|
scsi: target: iscsi: Initialize arrays at declaration time
Chaitanya Kulkarni
2021-03-10
1
-2
/
+1
|
*
|
|
scsi: target: iscsi: Remove unused macro PRINT_BUF
Chaitanya Kulkarni
2021-03-10
1
-17
/
+0
|
*
|
|
scsi: target: iscsi: Remove unused macro TEXT_LEN
Chaitanya Kulkarni
2021-03-10
1
-1
/
+0
|
*
|
|
scsi: target: iscsi: Remove unused macro ISCSI_INST_LAST_FAILURE_TYPE
Chaitanya Kulkarni
2021-03-10
1
-1
/
+0
|
*
|
|
scsi: target: core: Remove unused macros NONE and ISPRINT
Chaitanya Kulkarni
2021-03-10
1
-3
/
+0
|
*
|
|
scsi: target: core: Get rid of warning in compare_and_write_do_cmp()
Chaitanya Kulkarni
2021-03-10
1
-2
/
+2
|
*
|
|
scsi: target: pscsi: Remove unused macro ISPRINT
Chaitanya Kulkarni
2021-03-10
1
-2
/
+0
|
*
|
|
scsi: target: pscsi: Fix warning in pscsi_complete_cmd()
Chaitanya Kulkarni
2021-03-10
1
-1
/
+2
|
*
|
|
scsi: target: iblock: Fix type of logs_per_phys
Chaitanya Kulkarni
2021-03-10
1
-1
/
+1
[next]