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: qla2xxx: Increase ql2xmaxqdepth to 64
Michael Hernandez
2017-08-25
1
-2
/
+2
*
scsi: qla2xxx: Enable Async TMF processing
himanshu.madhani@cavium.com
2017-08-25
1
-1
/
+1
*
scsi: qla2xxx: Cleanup NPIV host in target mode during config teardown
Quinn Tran
2017-08-25
2
-4
/
+8
*
scsi: qla2xxx: Add LR distance support from nvram bit
Joe Carnuccio
2017-08-25
3
-28
/
+61
*
scsi: qla2xxx: Add support for minimum link speed
Sawan Chandak
2017-08-25
5
-4
/
+91
*
scsi: qla2xxx: Remove potential macro parameter side-effect in ql_dump_regs()
Joe Carnuccio
2017-08-25
1
-2
/
+2
*
scsi: qla2xxx: Print correct mailbox registers in failed summary
Joe Carnuccio
2017-08-25
1
-12
/
+14
*
scsi: qla2xxx: Fix task mgmt handling for NPIV
Quinn Tran
2017-08-25
2
-1
/
+7
*
scsi: qla2xxx: Allow SNS fabric login to be retried
Joe Carnuccio
2017-08-25
1
-13
/
+5
*
scsi: qla2xxx: Add timeout ability to wait_for_sess_deletion().
Joe Carnuccio
2017-08-25
2
-3
/
+3
*
scsi: qla2xxx: Move logging default mask to execute once only.
Joe Carnuccio
2017-08-25
2
-2
/
+2
*
scsi: qla2xxx: Use sp->free instead of hard coded call.
Joe Carnuccio
2017-08-25
1
-4
/
+4
*
scsi: qla2xxx: Prevent sp->free null/uninitialized pointer dereference.
Joe Carnuccio
2017-08-25
2
-9
/
+10
*
scsi: qla2xxx: Add ability to autodetect SFP type
Quinn Tran
2017-08-25
7
-43
/
+361
*
scsi: qla2xxx: Use fabric name for Get Port Speed command
Quinn Tran
2017-08-25
1
-1
/
+1
*
scsi: qla2xxx: Change ha->wq max_active value to default
Quinn Tran
2017-08-25
1
-1
/
+1
*
scsi: qla2xxx: Remove extra register read
Quinn Tran
2017-08-25
2
-10
/
+0
*
scsi: qla2xxx: Fix NPIV host enable after chip reset
Quinn Tran
2017-08-25
4
-2
/
+9
*
scsi: qla2xxx: Use BIT_6 to acquire FAWWPN from switch
Sawan Chandak
2017-08-25
1
-1
/
+1
*
scsi: qla2xxx: Fix system panic due to pointer access problem
Duane Grigsby
2017-08-25
1
-2
/
+2
*
scsi: qla2xxx: Handle PCIe error for driver
Sawan Chandak
2017-08-25
1
-4
/
+28
*
scsi: qla2xxx: Fix WWPN/WWNN in debug message
Darren Trap
2017-08-25
1
-4
/
+4
*
scsi: qla2xxx: Add command completion for error path
Duane Grigsby
2017-08-25
6
-1
/
+25
*
scsi: qla2xxx: Update fw_started flags at qpair creation.
himanshu.madhani@cavium.com
2017-08-25
1
-0
/
+1
*
scsi: qla2xxx: Fix target multiqueue configuration
Michael Hernandez
2017-08-25
3
-2
/
+3
*
scsi: qla2xxx: Correction to vha->vref_count timeout
Joe Carnuccio
2017-08-25
1
-1
/
+1
*
scsi: megaraid_sas: driver version upgrade
Shivasharan S
2017-08-25
1
-2
/
+2
*
scsi: megaraid_sas: call megasas_dump_frame with correct IO frame size
Shivasharan S
2017-08-25
1
-1
/
+1
*
scsi: megaraid_sas: modified few prints in OCR and IOC INIT path
Shivasharan S
2017-08-25
1
-9
/
+14
*
scsi: megaraid_sas: replace internal FALSE/TRUE definitions with false/true
Shivasharan S
2017-08-25
1
-25
/
+15
*
scsi: megaraid_sas: Return pended IOCTLs with cmd_status MFI_STAT_WRONG_STATE...
Shivasharan S
2017-08-25
1
-1
/
+4
*
scsi: megaraid_sas: use vmalloc for crash dump buffers and driver's local RAI...
Shivasharan S
2017-08-25
3
-46
/
+88
*
scsi: megaraid_sas: Use SMID for Task abort case only
Shivasharan S
2017-08-25
1
-3
/
+3
*
scsi: megaraid_sas: Check valid aen class range to avoid kernel panic
Shivasharan S
2017-08-25
1
-0
/
+8
*
scsi: megaraid_sas: Fix endianness issues in DCMD handling
Shivasharan S
2017-08-25
1
-4
/
+5
*
scsi: megaraid_sas: Do not re-fire shutdown DCMD after OCR
Shivasharan S
2017-08-25
1
-0
/
+9
*
scsi: megaraid_sas: Call megasas_complete_cmd_dpc_fusion every 1 second while...
Shivasharan S
2017-08-25
1
-2
/
+1
*
scsi: megaraid_sas: Use synchronize_irq in target reset case
Shivasharan S
2017-08-25
1
-5
/
+1
*
scsi: megaraid_sas: set minimum value of resetwaittime to be 1 secs
Shivasharan S
2017-08-25
1
-1
/
+2
*
scsi: megaraid_sas: mismatch of allocated MFI frame size and length exposed i...
Shivasharan S
2017-08-25
1
-1
/
+1
*
scsi: lpfc: remove useless code in lpfc_sli4_bsg_link_diag_test
Gustavo A. R. Silva
2017-08-25
1
-6
/
+3
*
scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
Todd Poynor
2017-08-25
1
-3
/
+9
*
scsi: sg: recheck MMAP_IO request length with lock held
Todd Poynor
2017-08-25
1
-2
/
+5
*
scsi: hpsa: fix the device_id in hpsa_update_device_info()
Dan Carpenter
2017-08-25
1
-1
/
+1
*
scsi: aha1542: constify pnp_device_id
Arvind Yadav
2017-08-25
1
-1
/
+1
*
scsi: scsi-sysfs: Adjust error returned for adapter reset request
weiping zhang
2017-08-25
1
-0
/
+2
*
scsi: ch: add refcounting
Hannes Reinecke
2017-08-25
1
-3
/
+19
*
scsi: pmcraid: fix duplicated code for different branches
Gustavo A. R. Silva
2017-08-25
1
-6
/
+1
*
scsi: ncr5380: constify pnp_device_id
Arvind Yadav
2017-08-25
1
-1
/
+1
*
scsi: qedf: Update driver version to 8.20.5.0.
Chad Dupuis
2017-08-25
1
-3
/
+3
[prev]
[next]