index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo()
Dan Carpenter
2018-01-31
1
-0
/
+2
*
scsi: sym53c8xx_2: iterator underflow in sym_getsync()
Dan Carpenter
2018-01-31
1
-1
/
+1
*
scsi: bnx2fc: Fix check in SCSI completion handler for timed out request
Chad Dupuis
2018-01-31
1
-0
/
+1
*
scsi: csiostor: remove redundant assignment to pointer 'ln'
Colin Ian King
2018-01-31
1
-1
/
+1
*
scsi: ufs: Enable quirk to ignore sending WRITE_SAME command
Sujit Reddy Thumma
2018-01-31
1
-0
/
+2
*
scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info
Tyrel Datwyler
2018-01-31
1
-1
/
+1
*
scsi: qla2xxx: Fix memory corruption during hba reset test
Quinn Tran
2018-01-31
1
-0
/
+2
*
scsi: mpt3sas: fix an out of bound write
Tomas Henzl
2018-01-31
1
-1
/
+4
*
scsi: qla2xxx: Fix logo flag for qlt_free_session_done()
Himanshu Madhani
2018-01-23
1
-0
/
+1
*
scsi: arcmsr: avoid do_gettimeofday
Arnd Bergmann
2018-01-23
1
-27
/
+10
*
scsi: qedi: Drop cqe response during connection recovery
Manish Rangankar
2018-01-23
1
-1
/
+3
*
scsi: fas216: fix sense buffer initialization
Arnd Bergmann
2018-01-23
1
-1
/
+1
*
scsi: ibmvfc: Remove unneeded semicolons
Christopher Díaz Riveros
2018-01-23
1
-17
/
+17
*
scsi: hisi_sas: fix a bug in hisi_sas_dev_gone()
Xiang Chen
2018-01-23
1
-1
/
+0
*
scsi: hisi_sas: directly attached disk LED feature for v2 hw
Xiaofei Tan
2018-01-23
3
-0
/
+62
*
scsi: megaraid_sas: NVMe passthrough command support
Shivasharan S
2018-01-23
3
-5
/
+62
*
scsi: megaraid: use ktime_get_real for firmware time
Arnd Bergmann
2018-01-23
1
-4
/
+3
*
scsi: fnic: use 64-bit timestamps
Arnd Bergmann
2018-01-23
3
-32
/
+32
*
scsi: qedf: Fix error return code in __qedf_probe()
Wei Yongjun
2018-01-23
1
-0
/
+3
*
scsi: devinfo: fix format of the device list
Xose Vazquez Perez
2018-01-23
1
-4
/
+3
*
scsi: qla2xxx: Update driver version to 10.00.00.05-k
himanshu.madhani@cavium.com
2018-01-23
1
-1
/
+1
*
scsi: qla2xxx: Add XCB counters to debugfs
Anil Gurumurthy
2018-01-23
1
-0
/
+9
*
scsi: qla2xxx: Fix queue ID for async abort with Multiqueue
Darren Trapp
2018-01-23
3
-2
/
+15
*
scsi: qla2xxx: Fix warning for code intentation in __qla24xx_handle_gpdb_event()
himanshu.madhani@cavium.com
2018-01-17
1
-1
/
+1
*
scsi: qla2xxx: Fix warning during port_name debug print
himanshu.madhani@cavium.com
2018-01-17
1
-1
/
+1
*
scsi: qla2xxx: Fix warning in qla2x00_async_iocb_timeout()
himanshu.madhani@cavium.com
2018-01-17
1
-0
/
+4
*
scsi: qla2xxx: Fix recursion while sending terminate exchange
himanshu.madhani@cavium.com
2018-01-17
1
-1
/
+1
*
scsi: qla2xxx: Fix NULL pointer crash due to probe failure
himanshu.madhani@cavium.com
2018-01-17
1
-4
/
+4
*
scsi: mptsas: remove duplicated assignment to pointer head
Colin Ian King
2018-01-17
1
-1
/
+0
*
scsi: storvsc: missing error code in storvsc_probe()
Dan Carpenter
2018-01-17
1
-1
/
+3
*
scsi: mptfusion: Use snprintf() instead of open coded divisions
Andy Shevchenko
2018-01-17
1
-18
/
+7
*
scsi: mpt3sas: make function _get_st_from_smid static
Colin Ian King
2018-01-17
1
-1
/
+1
*
scsi: hisi_sas: make local symbol host_attrs static
Wei Yongjun
2018-01-17
1
-1
/
+1
*
scsi: scsi_debug: delay stress fix
Douglas Gilbert
2018-01-17
1
-26
/
+46
*
scsi: fnic: use kzalloc in fnic_fcoe_process_vlan_resp
Rasmus Villemoes
2018-01-17
1
-3
/
+1
*
scsi: megaraid_sas: driver version upgrade
Shivasharan S
2018-01-11
1
-2
/
+2
*
scsi: megaraid_sas: re-work DCMD refire code
Shivasharan S
2018-01-11
3
-19
/
+48
*
scsi: megaraid_sas: Expose fw_cmds_outstanding through sysfs
Shivasharan S
2018-01-11
1
-0
/
+13
*
scsi: megaraid_sas: Selectively apply stream detection based on IO type
Shivasharan S
2018-01-11
1
-10
/
+14
*
scsi: megaraid_sas: Update LD map after populating drv_map driver map copy
Shivasharan S
2018-01-11
4
-18
/
+22
*
scsi: megaraid_sas: Use megasas_wait_for_adapter_operational to detect contro...
Shivasharan S
2018-01-11
1
-58
/
+2
*
scsi: megaraid_sas: Avoid firing DCMDs while OCR is in progress
Shivasharan S
2018-01-11
2
-4
/
+2
*
scsi: megaraid_sas: unload flag should be set after scsi_remove_host is called
Shivasharan S
2018-01-11
1
-1
/
+1
*
scsi: megaraid_sas: Error handling for invalid ldcount provided by firmware i...
Shivasharan S
2018-01-11
1
-4
/
+12
*
scsi: megaraid_sas: Reset ldio_outstanding in megasas_resume
Shivasharan S
2018-01-11
1
-0
/
+1
*
scsi: megaraid_sas: Return the DCMD status from megasas_get_seq_num
Shivasharan S
2018-01-11
1
-14
/
+18
*
scsi: megaraid_sas: memset IOC INIT frame using correct size
Shivasharan S
2018-01-11
1
-1
/
+1
*
scsi: megaraid_sas: zero out IOC INIT and stream detection memory
Shivasharan S
2018-01-11
2
-2
/
+2
*
scsi: core: Change third __scsi_queue_insert() argument from int to bool
Bart Van Assche
2018-01-11
1
-4
/
+4
*
scsi: aacraid: Delay for rescan worker needs to be 10 seconds
Raghava Aditya Renukunta
2018-01-11
1
-1
/
+1
[next]