index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: qla4xxx: Convert uses of __constant_cpu_to_<foo> to cpu_to_<foo>
Dwaipayan Ray
2021-08-01
5
-28
/
+28
*
scsi: BusLogic: Use %X for u32 sized integer rather than %lX
Colin Ian King
2021-08-01
1
-1
/
+1
*
scsi: BusLogic: Avoid unbounded vsprintf() use
Maciej W. Rozycki
2021-08-01
1
-1
/
+1
*
scsi: BusLogic: Fix missing pr_cont() use
Maciej W. Rozycki
2021-08-01
1
-2
/
+2
*
scsi: bsg-lib: Fix commands without data transfer in bsg_transport_sg_io_fn()
Christoph Hellwig
2021-08-01
1
-0
/
+1
*
scsi: bsg: Fix commands without data transfer in scsi_bsg_sg_io_fn()
Christoph Hellwig
2021-08-01
1
-0
/
+1
*
scsi: ufs: Allow async suspend/resume callbacks
Vincent Palomares
2021-07-31
1
-0
/
+1
*
scsi: lpfc: Fix possible ABBA deadlock in nvmet_xri_aborted()
James Smart
2021-07-31
1
-4
/
+7
*
scsi: qla2xxx: Fix spelling mistakes "allloc" -> "alloc"
Colin Ian King
2021-07-31
1
-2
/
+2
*
scsi: bsg: Move the whole request execution into the SCSI/transport handlers
Christoph Hellwig
2021-07-31
4
-131
/
+96
*
scsi: block: Remove the remaining SG_IO-related fields from struct request_queue
Christoph Hellwig
2021-07-31
6
-45
/
+43
*
scsi: block: Remove BLK_SCSI_MAX_CMDS
Christoph Hellwig
2021-07-31
1
-3
/
+0
*
scsi: bsg: Simplify device registration
Christoph Hellwig
2021-07-31
9
-277
/
+108
*
scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driver
Christoph Hellwig
2021-07-31
3
-66
/
+67
*
scsi: scsi_ioctl: Unexport sg_scsi_ioctl()
Christoph Hellwig
2021-07-29
3
-6
/
+3
*
scsi: scsi_ioctl: Factor SG_IO handling into a helper
Christoph Hellwig
2021-07-29
1
-16
/
+19
*
scsi: scsi_ioctl: Factor SCSI_IOCTL_GET_IDLUN handling into a helper
Christoph Hellwig
2021-07-29
1
-12
/
+16
*
scsi: scsi_ioctl: Consolidate the START STOP UNIT handling
Christoph Hellwig
2021-07-29
1
-38
/
+10
*
scsi: scsi_ioctl: Remove a very misleading comment
Christoph Hellwig
2021-07-29
1
-23
/
+0
*
scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMON
Christoph Hellwig
2021-07-29
7
-8
/
+11
*
scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsi
Christoph Hellwig
2021-07-29
5
-813
/
+741
*
scsi: scsi_ioctl: Simplify SCSI passthrough permission checking
Christoph Hellwig
2021-07-29
4
-124
/
+104
*
scsi: scsi_ioctl: Move scsi_command_size_tbl to scsi_common.c
Christoph Hellwig
2021-07-29
2
-8
/
+6
*
scsi: scsi_ioctl: Remove scsi_req_init()
Christoph Hellwig
2021-07-29
3
-18
/
+6
*
scsi: bsg: Move bsg_scsi_ops to drivers/scsi/
Christoph Hellwig
2021-07-29
10
-125
/
+129
*
scsi: bsg: Decouple from scsi_cmd_ioctl()
Christoph Hellwig
2021-07-29
2
-18
/
+22
*
scsi: block: Add a queue_max_bytes() helper
Christoph Hellwig
2021-07-29
2
-11
/
+7
*
scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()
Christoph Hellwig
2021-07-29
7
-48
/
+21
*
scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()
Christoph Hellwig
2021-07-29
4
-22
/
+5
*
scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()
Christoph Hellwig
2021-07-29
4
-18
/
+10
*
scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()
Christoph Hellwig
2021-07-29
4
-9
/
+3
*
scsi: st: Simplify ioctl handling
Christoph Hellwig
2021-07-29
1
-49
/
+29
*
scsi: core: Remove scsi_compat_ioctl()
Christoph Hellwig
2021-07-29
7
-53
/
+22
*
scsi: sg: Consolidate compat ioctl handling
Christoph Hellwig
2021-07-29
1
-22
/
+3
*
scsi: ch: Consolidate compat ioctl handling
Christoph Hellwig
2021-07-29
1
-51
/
+22
*
scsi: sd: Consolidate compat ioctl handling
Christoph Hellwig
2021-07-29
1
-45
/
+18
*
scsi: sr: Consolidate compat ioctl handling
Christoph Hellwig
2021-07-29
1
-55
/
+9
*
scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMAND
Christoph Hellwig
2021-07-29
1
-1
/
+4
*
scsi: qla2xxx: Update version to 10.02.00.107-k
Nilesh Javali
2021-07-27
1
-2
/
+2
*
scsi: qla2xxx: edif: Increment command and completion counts
Quinn Tran
2021-07-27
2
-2
/
+2
*
scsi: qla2xxx: edif: Add encryption to I/O path
Quinn Tran
2021-07-27
11
-71
/
+406
*
scsi: qla2xxx: edif: Add doorbell notification for app
Quinn Tran
2021-07-27
7
-4
/
+366
*
scsi: qla2xxx: edif: Add detection of secure device
Quinn Tran
2021-07-27
13
-28
/
+279
*
scsi: qla2xxx: edif: Add authentication pass + fail bsgs
Quinn Tran
2021-07-27
3
-8
/
+209
*
scsi: qla2xxx: edif: Add key update
Quinn Tran
2021-07-27
10
-7
/
+1668
*
scsi: qla2xxx: edif: Add extraction of auth_els from the wire
Quinn Tran
2021-07-27
6
-25
/
+427
*
scsi: qla2xxx: edif: Add send, receive, and accept for auth_els
Quinn Tran
2021-07-27
10
-40
/
+692
*
scsi: qla2xxx: edif: Add getfcinfo and statistic bsgs
Quinn Tran
2021-07-27
2
-1
/
+190
*
scsi: qla2xxx: edif: Add start + stop bsgs
Quinn Tran
2021-07-27
9
-24
/
+669
*
scsi: qla2xxx: Remove unused variable 'status'
Bill Wendling
2021-07-27
1
-2
/
+0
[next]