index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
storvsc_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-23
scsi: storvsc: Fix ring buffer size calculation
Michael Kelley
1
-5
/
+7
2023-08-30
Merge branch '6.5/scsi-fixes' into 6.6/scsi-staging
Martin K. Petersen
1
-4
/
+13
2023-08-25
scsi: storvsc: Handle additional SRB status values
Michael Kelley
1
-0
/
+7
2023-08-24
scsi: core: Improve type safety of scsi_rescan_device()
Bart Van Assche
1
-1
/
+1
2023-07-31
scsi: storvsc: Fix handling of virtual Fibre Channel timeouts
Michael Kelley
1
-4
/
+0
2023-07-23
scsi: storvsc: Limit max_sectors for virtual Fibre Channel devices
Michael Kelley
1
-0
/
+4
2023-07-11
scsi: storvsc: Handle SRB status value 0x30
Michael Kelley
1
-0
/
+2
2023-06-14
scsi: storvsc: Always set no_report_opcodes
Michael Kelley
1
-0
/
+2
2023-05-16
scsi: storvsc: Don't pass unused PFNs to Hyper-V host
Michael Kelley
1
-4
/
+4
2023-03-06
scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file
Michael Kelley
1
-0
/
+16
2023-02-21
Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-3
/
+1
2023-01-17
Drivers: hv: Make remove callback of hyperv driver void returned
Dawei Li
1
-3
/
+1
2022-12-30
Merge branch '6.2/scsi-queue' into 6.2/scsi-fixes
Martin K. Petersen
1
-0
/
+3
2022-12-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+2
2022-12-14
scsi: storvsc: Fix swiotlb bounce buffer leak in confidential VM
Michael Kelley
1
-0
/
+3
2022-11-11
scsi: storvsc: Fix handling of srb_status and capacity change events
Michael Kelley
1
-35
/
+34
2022-10-22
scsi: core: Change the return type of .eh_timed_out()
Bart Van Assche
1
-2
/
+2
2022-10-10
Merge tag 'hyperv-next-signed-20221009' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-1
/
+10
2022-10-07
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2022-09-23
scsi: storvsc: remove an extraneous "to" in a comment
wangjianli
1
-1
/
+1
2022-09-23
Drivers: hv: vmbus: Optimize vmbus_on_event
Saurabh Sengar
1
-0
/
+9
2022-09-06
scsi: storvsc: Drop DID_TARGET_FAILURE use
Mike Christie
1
-1
/
+1
2022-08-11
scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wq
Saurabh Sengar
1
-1
/
+1
2022-06-16
scsi: storvsc: Correct reporting of Hyper-V I/O size limits
Saurabh Sengar
1
-5
/
+22
2022-06-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2022-05-26
scsi: storvsc: Removing Pre Win8 related logic
Saurabh Sengar
1
-116
/
+39
2022-05-23
scsi: storvsc: Fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-11
scsi: storvsc: Remove support for Hyper-V 2008 and 2008R2/Win7
Michael Kelley
1
-27
/
+9
2022-01-10
scsi: storvsc: Fix storvsc_queuecommand() memory leak
Juan Vazquez
1
-5
/
+12
2022-01-05
scsi: storvsc: Fix unsigned comparison to zero
YueHaibing
1
-4
/
+2
2021-12-20
scsi: storvsc: Add Isolation VM support for storvsc driver
Tianyu Lan
1
-16
/
+21
2021-11-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+2
2021-10-16
scsi: storvsc_drv: Call scsi_done() directly
Bart Van Assche
1
-2
/
+2
2021-10-12
scsi: storvsc: Fix validation for unsolicited incoming packets
Andrea Parri (Microsoft)
1
-9
/
+23
2021-09-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+2
2021-08-11
scsi: storvsc: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Martin K. Petersen
1
-2
/
+2
2021-08-09
scsi: storvsc: Log TEST_UNIT_READY errors as warnings
Michael Kelley
1
-2
/
+12
2021-07-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-63
/
+56
2021-06-15
scsi: storvsc: Correctly handle multiple flags in srb_status
Michael Kelley
1
-28
/
+33
2021-06-15
scsi: storvsc: Update error logging
Michael Kelley
1
-9
/
+10
2021-06-15
scsi: storvsc: Miscellaneous code cleanups
Michael Kelley
1
-26
/
+13
2021-05-14
scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDs
Andrea Parri (Microsoft)
1
-31
/
+63
2021-05-14
Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer
Andres Beltran
1
-0
/
+10
2021-03-17
scsi: storvsc: Enable scatterlist entry lengths > 4Kbytes
Michael Kelley
1
-43
/
+23
2021-03-04
scsi: storvsc: Parameterize number hardware queues
Melanie Plageman (Microsoft)
1
-2
/
+16
2021-01-22
scsi: storvsc: Return DID_ERROR for invalid commands
Hannes Reinecke
1
-1
/
+1
2021-01-07
scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callb...
Andrea Parri (Microsoft)
1
-0
/
+6
2021-01-07
scsi: storvsc: Resolve data race in storvsc_probe()
Andrea Parri (Microsoft)
1
-20
/
+25
2021-01-07
scsi: storvsc: Fix max_outstanding_req_per_channel for Win8 and newer
Andrea Parri (Microsoft)
1
-2
/
+5
2020-12-16
Merge tag 'hyperv-next-signed-20201214' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-3
/
+23
[next]