index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: remove the gendisk argument to blk_execute_rq
Christoph Hellwig
2021-11-29
1
-1
/
+1
*
scsi: target: configfs: Delete unnecessary checks for NULL
Dan Carpenter
2021-11-18
1
-8
/
+8
*
scsi: target: core: Use RCU helpers for INQUIRY t10_alua_tg_pt_gp
Mike Christie
2021-11-18
1
-7
/
+7
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-11-12
2
-23
/
+24
|
\
|
*
scsi: target: core: Remove from tmr_list during LUN unlink
Dmitry Bogdanov
2021-10-26
2
-23
/
+24
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-11-05
15
-183
/
+279
|
\
|
|
*
scsi: target: core: Stop using bdevname()
Christoph Hellwig
2021-10-19
1
-3
/
+1
|
*
scsi: target: Perform ALUA group changes in one step
Mike Christie
2021-10-18
1
-7
/
+16
|
*
scsi: target: Replace lun_tg_pt_gp_lock with rcu in I/O path
Mike Christie
2021-10-18
1
-27
/
+34
|
*
scsi: target: Fix alua_tg_pt_gps_count tracking
Mike Christie
2021-10-18
1
-1
/
+0
|
*
scsi: target: Fix ordered tag handling
Mike Christie
2021-10-18
3
-22
/
+57
|
*
scsi: target: Fix ordered CMD_T_SENT handling
Mike Christie
2021-10-18
1
-5
/
+5
|
*
scsi: target: tcmu: Allocate zeroed pages for data area
Bodo Stroesser
2021-10-18
1
-2
/
+2
|
*
scsi: target: cxgbit: Enable Delayed ACK
Varun Prakash
2021-10-18
2
-10
/
+26
|
*
scsi: target: cxgbit: Increase max DataSegmentLength
Varun Prakash
2021-10-18
1
-5
/
+12
|
*
scsi: target: tcm_loop: Call scsi_done() directly
Bart Van Assche
2021-10-16
1
-2
/
+2
|
*
Merge branch '5.15/scsi-fixes' into 5.16/scsi-staging
Martin K. Petersen
2021-10-12
2
-13
/
+21
|
|
\
|
*
|
scsi: target: tcmu: Use struct_size() helper in kmalloc()
Gustavo A. R. Silva
2021-10-04
1
-2
/
+1
|
*
|
scsi: target: sbp: Replace enable attr with ops.enable
Dmitry Bogdanov
2021-10-04
1
-25
/
+5
|
*
|
scsi: target: iscsi: Replace tpg enable attr with ops.enable
Dmitry Bogdanov
2021-10-04
1
-59
/
+32
|
*
|
scsi: target: core: Add common tpg/enable attribute
Dmitry Bogdanov
2021-10-04
2
-2
/
+77
|
*
|
scsi: target: core: Make logs less verbose
Konstantin Shelekhin
2021-10-04
1
-4
/
+4
|
*
|
scsi: target: Remove unused function arguments
Li Feng
2021-09-14
1
-8
/
+6
*
|
|
Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
1
-2
/
+2
|
\
\
\
|
*
|
|
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
2021-10-25
1
-2
/
+2
*
|
|
|
Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...
Linus Torvalds
2021-11-01
1
-4
/
+3
|
\
\
\
\
|
*
|
|
|
block: remove blk_{get,put}_request
Christoph Hellwig
2021-10-29
1
-2
/
+2
|
*
|
|
|
scsi: add a scsi_alloc_request helper
Christoph Hellwig
2021-10-22
1
-2
/
+1
|
|
/
/
/
*
/
/
/
target/iblock: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
1
-2
/
+2
|
/
/
/
*
|
|
block: move struct request to blk-mq.h
Christoph Hellwig
2021-10-18
2
-0
/
+2
*
|
|
block: move integrity handling out of <linux/blkdev.h>
Christoph Hellwig
2021-10-18
1
-0
/
+1
|
|
/
|
/
|
*
|
scsi: target: Fix spelling mistake "CONFLIFT" -> "CONFLICT"
Colin Ian King
2021-09-22
1
-1
/
+1
*
|
scsi: target: Fix the pgr/alua_support_store functions
Maurizio Lombardi
2021-09-13
1
-12
/
+20
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-09-02
10
-111
/
+243
|
\
|
*
scsi: target: Fix sense key for invalid EXTENDED COPY request
Sergey Samoylenko
2021-08-17
1
-11
/
+15
|
*
scsi: target: Allows backend drivers to fail with specific sense codes
Sergey Samoylenko
2021-08-17
1
-3
/
+12
|
*
scsi: target: pscsi: Fix possible null-pointer dereference in pscsi_complete_...
Tuo Li
2021-08-17
1
-9
/
+9
|
*
Merge branch '5.14/scsi-fixes' into 5.15/scsi-staging
Martin K. Petersen
2021-08-11
2
-19
/
+18
|
|
\
|
*
|
scsi: tcm_loop: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
2021-08-11
1
-2
/
+2
|
*
|
scsi: target: core: Drop unnecessary se_cmd ASC/ASCQ members
David Disseldorp
2021-08-03
2
-64
/
+55
|
*
|
scsi: target: sbp: Drop incorrect ASC/ASCQ usage
David Disseldorp
2021-08-03
1
-2
/
+2
|
*
|
scsi: target: core: Avoid using lun_tg_pt_gp after unlock
David Disseldorp
2021-08-03
1
-5
/
+5
|
*
|
scsi: target: tcmu: Add new feature KEEP_BUF
Bodo Stroesser
2021-08-03
1
-11
/
+139
|
*
|
scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMON
Christoph Hellwig
2021-07-28
1
-1
/
+1
|
*
|
scsi: target: Remove redundant assignment to variable ret
Colin Ian King
2021-07-27
3
-4
/
+4
*
|
|
Merge 5.14-rc3 into driver-core-next
Greg Kroah-Hartman
2021-07-27
2
-19
/
+18
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
scsi: target: Fix NULL dereference on XCOPY completion
David Disseldorp
2021-07-20
1
-1
/
+1
|
*
|
scsi: target: Fix protect handling in WRITE SAME(32)
Dmitry Bogdanov
2021-07-18
1
-18
/
+17
|
|
/
*
/
bus: Make remove callback return void
Uwe Kleine-König
2021-07-21
1
-3
/
+2
|
/
*
Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-07-09
1
-1
/
+1
|
\
[next]