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-09-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
10
-111
/
+243
2021-08-17
scsi: target: Fix sense key for invalid EXTENDED COPY request
Sergey Samoylenko
1
-11
/
+15
2021-08-17
scsi: target: Allows backend drivers to fail with specific sense codes
Sergey Samoylenko
1
-3
/
+12
2021-08-17
scsi: target: pscsi: Fix possible null-pointer dereference in pscsi_complete_...
Tuo Li
1
-9
/
+9
2021-08-11
Merge branch '5.14/scsi-fixes' into 5.15/scsi-staging
Martin K. Petersen
2
-19
/
+18
2021-08-11
scsi: tcm_loop: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
1
-2
/
+2
2021-08-03
scsi: target: core: Drop unnecessary se_cmd ASC/ASCQ members
David Disseldorp
2
-64
/
+55
2021-08-03
scsi: target: sbp: Drop incorrect ASC/ASCQ usage
David Disseldorp
1
-2
/
+2
2021-08-03
scsi: target: core: Avoid using lun_tg_pt_gp after unlock
David Disseldorp
1
-5
/
+5
2021-08-03
scsi: target: tcmu: Add new feature KEEP_BUF
Bodo Stroesser
1
-11
/
+139
2021-07-28
scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMON
Christoph Hellwig
1
-1
/
+1
2021-07-27
Merge 5.14-rc3 into driver-core-next
Greg Kroah-Hartman
2
-19
/
+18
2021-07-27
scsi: target: Remove redundant assignment to variable ret
Colin Ian King
3
-4
/
+4
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+2
2021-07-20
scsi: target: Fix NULL dereference on XCOPY completion
David Disseldorp
1
-1
/
+1
2021-07-18
scsi: target: Fix protect handling in WRITE SAME(32)
Dmitry Bogdanov
1
-18
/
+17
2021-07-09
Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-07-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
18
-98
/
+172
2021-06-30
block: remove REQ_OP_SCSI_{IN,OUT}
Christoph Hellwig
1
-1
/
+1
2021-06-18
scsi: target: iscsi: Remove redundant continue statement
Colin Ian King
1
-2
/
+0
2021-06-02
scsi: core: Introduce enums for the SAM and host status codes
Bart Van Assche
1
-1
/
+1
2021-05-31
scsi: target: core: Fix warning on realtime kernels
Maurizio Lombardi
1
-3
/
+1
2021-05-31
scsi: target: Use standard SAM status types
Hannes Reinecke
7
-22
/
+22
2021-05-31
scsi: core: Kill DRIVER_SENSE
Hannes Reinecke
1
-1
/
+0
2021-05-21
scsi: target: tcmu: Fix boolreturn.cocci warnings
kernel test robot
1
-1
/
+1
2021-05-21
scsi: target: iblock: Fix smp_processor_id() BUG messages
Mike Christie
1
-2
/
+2
2021-05-21
scsi: target: tcmu: Fix xarray RCU warning
Bodo Stroesser
1
-5
/
+7
2021-05-21
scsi: target: core: Avoid smp_processor_id() in preemptible code
Shin'ichiro Kawasaki
1
-1
/
+1
2021-05-15
scsi: target: core: Add the VERSION DESCRIPTOR fields to the INQUIRY data
Konstantin Shelekhin
1
-1
/
+33
2021-05-15
scsi: target: core: Bump INQUIRY VERSION to SPC-4
Konstantin Shelekhin
1
-1
/
+1
2021-05-15
scsi: target: core: Add configurable IEEE Company ID attribute
Sergey Samoylenko
3
-7
/
+62
2021-05-15
scsi: target: core: Unify NAA identifier generation
Sergey Samoylenko
3
-40
/
+26
2021-05-14
scsi: target: sbp_target: Remove redundant assignment to pg_size
Jiapeng Chong
1
-1
/
+0
2021-05-14
scsi: target: tcmu: Rename TCM_DEV_BIT_PLUGGED to TCMU_DEV_BIT_PLUGGED
Bodo Stroesser
1
-4
/
+4
2021-05-14
scsi: target: iscsi: Drop unnecessary container_of()
Guenter Roeck
1
-7
/
+0
2021-05-14
scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd()
Varun Prakash
2
-12
/
+28
2021-05-10
scsi: target: iscsi: Switch to kmemdup_nul()
Yang Yingliang
2
-6
/
+2
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
[next]