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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-08
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+2
2021-04-28
scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not found
Bodo Stroesser
1
-2
/
+2
2021-04-28
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
28
-432
/
+741
2021-04-28
Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2021-04-15
scsi: target: tcm_fc: Fix a kernel-doc header
Bart Van Assche
1
-1
/
+1
2021-04-15
scsi: target: Shorten ALUA error messages
Bart Van Assche
1
-8
/
+3
2021-04-15
scsi: target: Fix two format specifiers
Bart Van Assche
1
-4
/
+2
2021-04-15
scsi: target: Compare explicitly with SAM_STAT_GOOD
Bart Van Assche
1
-1
/
+1
2021-04-12
scsi: target: tcmu: Make data_pages_per_blk changeable via configfs
Bodo Stroesser
1
-2
/
+53
2021-04-12
scsi: target: tcmu: Replace block size definitions with new udev members
Bodo Stroesser
1
-37
/
+45
2021-04-12
scsi: target: tcmu: Remove function tcmu_get_block_page()
Bodo Stroesser
1
-7
/
+1
2021-04-12
scsi: target: tcmu: Support DATA_BLOCK_SIZE = N * PAGE_SIZE
Bodo Stroesser
1
-89
/
+116
2021-04-12
scsi: target: tcmu: Prepare for PAGE_SIZE != DATA_BLOCK_SIZE
Bodo Stroesser
1
-41
/
+41
2021-04-12
scsi: target: tcmu: Adjust names of variables and definitions
Bodo Stroesser
1
-17
/
+22
2021-04-12
Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging
Martin K. Petersen
1
-2
/
+2
2021-04-06
block: stop calling blk_queue_bounce for passthrough requests
Christoph Hellwig
1
-2
/
+2
2021-04-05
scsi: target: Make the virtual LUN 0 device
Konstantin Shelekhin
2
-6
/
+2
2021-04-05
scsi: target: Add the DUMMY flag to rd_mcp
Konstantin Shelekhin
2
-4
/
+24
2021-04-05
scsi: target: iscsi: Fix zero tag inside a trace event
Roman Bolshakov
1
-2
/
+1
2021-04-05
Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging
Martin K. Petersen
1
-1
/
+8
2021-03-24
scsi: target: pscsi: Clean up after failure in pscsi_map_sg()
Martin Wilck
1
-0
/
+8
2021-03-24
scsi: target: pscsi: Avoid OOM in pscsi_map_sg()
Martin Wilck
1
-1
/
+0
2021-03-18
scsi: target: Fix htmldocs warning in target_submit_prep()
Mike Christie
1
-0
/
+1
2021-03-15
scsi: target: tcmu: Adjust parameter in call to tcmu_blocks_release()
Bodo Stroesser
1
-1
/
+1
2021-03-09
scsi: target: core: file: Don't duplicate memset(0xff)
Chaitanya Kulkarni
1
-2
/
+1
2021-03-09
scsi: target: core: pr: Initialize arrays at declaration time
Chaitanya Kulkarni
1
-23
/
+13
2021-03-09
scsi: target: configfs: Initialize arrays at declaration time
Chaitanya Kulkarni
1
-18
/
+7
2021-03-09
scsi: target: iscsi: Initialize arrays at declaration time
Chaitanya Kulkarni
1
-2
/
+1
2021-03-09
scsi: target: iscsi: Remove unused macro PRINT_BUF
Chaitanya Kulkarni
1
-17
/
+0
2021-03-09
scsi: target: iscsi: Remove unused macro TEXT_LEN
Chaitanya Kulkarni
1
-1
/
+0
2021-03-09
scsi: target: iscsi: Remove unused macro ISCSI_INST_LAST_FAILURE_TYPE
Chaitanya Kulkarni
1
-1
/
+0
2021-03-09
scsi: target: core: Remove unused macros NONE and ISPRINT
Chaitanya Kulkarni
1
-3
/
+0
2021-03-09
scsi: target: core: Get rid of warning in compare_and_write_do_cmp()
Chaitanya Kulkarni
1
-2
/
+2
2021-03-09
scsi: target: pscsi: Remove unused macro ISPRINT
Chaitanya Kulkarni
1
-2
/
+0
2021-03-09
scsi: target: pscsi: Fix warning in pscsi_complete_cmd()
Chaitanya Kulkarni
1
-1
/
+2
2021-03-09
scsi: target: iblock: Fix type of logs_per_phys
Chaitanya Kulkarni
1
-1
/
+1
2021-03-09
scsi: target: iblock: Trim line longer than 80 characters
Chaitanya Kulkarni
1
-1
/
+2
2021-03-09
scsi: target: iblock: Remove an extra argument
Chaitanya Kulkarni
1
-17
/
+17
2021-03-09
scsi: target: tcmu: Use GFP_NOIO while handling cmds or holding cmdr_lock
Bodo Stroesser
1
-2
/
+2
2021-03-09
scsi: target: tcmu: Replace radix_tree with XArray
Bodo Stroesser
1
-18
/
+16
2021-03-09
scsi: target: tcmu: Replace IDR by XArray
Bodo Stroesser
1
-15
/
+15
2021-03-04
scsi: target: core: Make completion affinity configurable
Mike Christie
3
-2
/
+68
2021-03-04
scsi: target: core: Flush submission work during TMR processing
Mike Christie
1
-0
/
+4
2021-03-04
scsi: target: tcmu: Add backend plug/unplug callouts
Mike Christie
1
-2
/
+25
2021-03-04
scsi: target: iblock: Add backend plug/unplug callouts
Mike Christie
2
-1
/
+53
2021-03-04
scsi: target: core: Fix backend plugging
Mike Christie
1
-1
/
+42
2021-03-04
scsi: target: tcm_loop: Use LIO wq cmd submission helper
Mike Christie
2
-17
/
+6
2021-03-04
scsi: target: tcm_loop: Use block cmd allocator for se_cmds
Mike Christie
1
-11
/
+8
2021-03-04
scsi: target: core: Add workqueue based cmd submission
Mike Christie
3
-3
/
+50
2021-03-04
scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()
Mike Christie
5
-10
/
+14
[next]