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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-12
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+1
2023-12-21
pid: Split out pid_types.h
Kent Overstreet
1
-0
/
+1
2023-12-06
scsi: target: Enable READ CAPACITY for PR EARO
Benjamin Coddington
1
-0
/
+1
2023-11-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
14
-72
/
+128
2023-10-28
scsi: target: Convert to bdev_open_by_path()
Jan Kara
4
-22
/
+26
2023-10-25
scsi: target: core: Fix kernel-doc comment
Yang Li
1
-1
/
+1
2023-10-13
Merge patch series "scsi: target: Allow userspace to config cmd submission"
Martin K. Petersen
12
-68
/
+121
2023-10-13
scsi: target: Export fabric driver direct submit settings
Mike Christie
1
-0
/
+24
2023-10-13
scsi: target: core: Unexport target_queue_submission()
Mike Christie
1
-2
/
+1
2023-10-13
scsi: target: Allow userspace to request direct submissions
Mike Christie
4
-11
/
+55
2023-10-13
scsi: target: core: Kill transport_handle_cdb_direct()
Mike Christie
3
-21
/
+10
2023-10-13
scsi: target: core: Move buffer clearing hack
Mike Christie
1
-28
/
+21
2023-10-13
scsi: target: core: Move core_alua_check_nonop_delay() call
Mike Christie
3
-13
/
+6
2023-10-13
scsi: target: Have drivers report if they support direct submissions
Mike Christie
4
-0
/
+11
2023-10-13
scsi: target: iscs: Make write_pending_must_be_called a bit field
Mike Christie
1
-1
/
+1
2023-09-27
scsi: target: tcmu: Annotate struct tcmu_tmr with __counted_by
Kees Cook
1
-1
/
+1
2023-09-27
scsi: target: Remove the references to http://www.linux-iscsi.org/
Bart Van Assche
1
-3
/
+6
2023-09-27
scsi: target: core: Fix deadlock due to recursive locking
Junxiao Bi
1
-7
/
+4
2023-09-14
scsi: target: core: Fix target_cmd_counter leak
David Disseldorp
1
-0
/
+1
2023-09-14
Merge branch '6.6/scsi-staging' into 6.6/scsi-fixes
Martin K. Petersen
1
-12
/
+12
2023-09-05
scsi: target: Replace strlcpy() with strscpy()
Azeem Shaikh
1
-12
/
+12
2023-09-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
4
-66
/
+42
2023-08-22
scsi: target: Fix write perf due to unneeded throttling
Mike Christie
1
-1
/
+6
2023-08-10
bio-integrity: update the payload size in bio_integrity_add_page()
Jinyoung Choi
1
-2
/
+1
2023-07-31
Merge patch series "scsi: target: iscsi: Get rid of sprintf in iscsi_target_c...
Martin K. Petersen
1
-36
/
+36
2023-07-31
scsi: target: iscsi: Stop using sprintf() in iscsi_target_configfs.c
Konstantin Shelekhin
1
-9
/
+9
2023-07-31
scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()
Konstantin Shelekhin
1
-27
/
+27
2023-07-11
scsi: target: iscsi: Remove the unused netif_timeout attribute
Maurizio Lombardi
3
-29
/
+0
2023-07-08
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-3
/
+3
2023-06-30
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
10
-64
/
+448
2023-06-29
scsi: target: iblock: Quiet bool conversion warning with pr_preempt use
Mike Christie
1
-1
/
+1
2023-06-29
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-6
/
+9
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2
-11
/
+9
2023-06-25
scsi: target: iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
1
-6
/
+9
2023-06-22
scsi: target: tcmu: Replace strlcpy() with strscpy()
Azeem Shaikh
1
-2
/
+2
2023-06-15
scsi: target: core: Fix error path in target_setup_session()
Bob Pearson
1
-0
/
+2
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2
-5
/
+4
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
2
-8
/
+6
2023-06-05
block: introduce holder ops
Christoph Hellwig
2
-2
/
+3
2023-05-22
Merge patch series "Use block pr_ops in LIO"
Martin K. Petersen
6
-52
/
+436
2023-05-22
scsi: target: iscsi: Prevent login threads from racing between each other
Maurizio Lombardi
1
-1
/
+3
2023-05-22
scsi: target: iscsi: Fix hang in the iSCSI login code
Maurizio Lombardi
5
-91
/
+99
2023-05-17
scsi: target: Replace all non-returning strlcpy() with strscpy()
Azeem Shaikh
4
-12
/
+12
2023-04-12
scsi: target: Add block PR support to iblock
Mike Christie
1
-5
/
+266
2023-04-12
scsi: target: Report and detect unsupported PR commands
Mike Christie
2
-20
/
+72
2023-04-12
scsi: target: Pass struct target_opcode_descriptor to enabled
Mike Christie
1
-15
/
+25
2023-04-12
scsi: target: Allow backends to hook into PR handling
Mike Christie
1
-1
/
+61
2023-04-12
scsi: target: Rename sbc_ops to exec_cmd_ops
Mike Christie
5
-14
/
+15
2023-04-12
scsi: target: core: Fix invalid memory access
Maurizio Lombardi
1
-4
/
+3
2023-04-03
scsi: target: core: Remove unused 'prod_len' variable
Tom Rix
1
-5
/
+0
[next]