Age | Commit message (Expand) | Author | Files | Lines |
2021-03-16 | scsi: aacraid: Fix a few incorrectly named functions | Lee Jones | 1 | -4/+4 |
2021-03-16 | scsi: aic94xx: Fix a couple of misnamed function names | Lee Jones | 1 | -2/+2 |
2021-03-16 | scsi: fcoe: Fix a couple of incorrectly named functions | Lee Jones | 1 | -2/+2 |
2021-03-16 | scsi: megaraid_mbox: Fix function name megaraid_queue_command_lck() in descri... | Lee Jones | 1 | -1/+1 |
2021-03-16 | scsi: fcoe: Fix function name fcoe_set_vport_symbolic_name() in description | Lee Jones | 1 | -1/+1 |
2021-03-16 | scsi: megaraid_sas: Fix a bunch of misnamed functions in their headers | Lee Jones | 1 | -5/+6 |
2021-03-16 | scsi: megaraid_mm: Fix incorrect function name in header | Lee Jones | 1 | -1/+1 |
2021-03-10 | scsi: FlashPoint: Fix typo | zuoqilin | 1 | -1/+1 |
2021-03-10 | scsi: ibmvfc: Switch to using kobj_to_dev() | Jiapeng Chong | 1 | -1/+1 |
2021-03-10 | scsi: ufs: Remove duplicate include in ufshcd | Zhang Yunkai | 1 | -1/+0 |
2021-03-10 | scsi: qla4xxx: Fix a typo | Bhaskar Chowdhury | 1 | -1/+1 |
2021-03-10 | scsi: pm80xx: Replace magic numbers with device state defines | Igor Pylypiv | 1 | -4/+4 |
2021-03-10 | scsi: pm80xx: Remove list entry from pm8001_ccb_info | Igor Pylypiv | 1 | -1/+0 |
2021-03-05 | scsi: storvsc: Parameterize number hardware queues | Melanie Plageman (Microsoft) | 1 | -2/+16 |
2021-03-05 | scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changes | James Smart | 14 | -17/+17 |
2021-03-05 | scsi: lpfc: Update lpfc version to 12.8.0.8 | James Smart | 1 | -2/+2 |
2021-03-05 | scsi: lpfc: Correct function header comments related to ndlp reference counting | James Smart | 1 | -88/+71 |
2021-03-05 | scsi: lpfc: Reduce LOG_TRACE_EVENT logging for vports | James Smart | 1 | -4/+4 |
2021-03-05 | scsi: lpfc: Change wording of invalid pci reset log message | James Smart | 1 | -1/+1 |
2021-03-05 | scsi: lpfc: Fix crash caused by switch reboot | James Smart | 1 | -3/+2 |
2021-03-05 | scsi: lpfc: Fix pt2pt state transition causing rmmod hang | James Smart | 1 | -1/+11 |
2021-03-05 | scsi: lpfc: Fix nodeinfo debugfs output | James Smart | 1 | -4/+7 |
2021-03-05 | scsi: lpfc: Fix ADISC handling that never frees nodes | James Smart | 1 | -26/+7 |
2021-03-05 | scsi: lpfc: Fix PLOGI ACC to be transmit after REG_LOGIN | James Smart | 1 | -169/+70 |
2021-03-05 | scsi: lpfc: Fix dropped FLOGI during pt2pt discovery recovery | James Smart | 5 | -3/+22 |
2021-03-05 | scsi: lpfc: Fix status returned in lpfc_els_retry() error exit path | James Smart | 1 | -1/+1 |
2021-03-05 | scsi: lpfc: Fix use after free in lpfc_els_free_iocb | James Smart | 1 | -171/+177 |
2021-03-05 | scsi: lpfc: Fix null pointer dereference in lpfc_prep_els_iocb() | James Smart | 1 | -26/+24 |
2021-03-05 | scsi: lpfc: Fix unnecessary null check in lpfc_release_scsi_buf | James Smart | 1 | -1/+1 |
2021-03-05 | scsi: lpfc: Fix pt2pt connection does not recover after LOGO | James Smart | 1 | -2/+7 |
2021-03-05 | scsi: lpfc: Fix lpfc_els_retry() possible null pointer dereference | James Smart | 1 | -1/+1 |
2021-03-05 | scsi: lpfc: Fix FLOGI failure due to accessing a freed node | James Smart | 1 | -1/+2 |
2021-03-05 | scsi: lpfc: Fix stale node accesses on stale RRQ request | James Smart | 3 | -35/+16 |
2021-03-05 | scsi: lpfc: Fix reftag generation sizing errors | James Smart | 1 | -38/+52 |
2021-03-05 | scsi: lpfc: Fix vport indices in lpfc_find_vport_by_vpid() | James Smart | 1 | -2/+2 |
2021-03-05 | scsi: lpfc: Fix incorrect dbde assignment when building target abts wqe | James Smart | 1 | -1/+0 |
2021-03-05 | scsi: scsi_debug: Fix cmd duration calculation | Douglas Gilbert | 1 | -5/+6 |
2021-03-05 | scsi: core: Set shost as hctx driver_data | Kashyap Desai | 1 | -6/+13 |
2021-03-05 | scsi: scsi_debug: Add new defer type for mq_poll | Douglas Gilbert | 1 | -54/+94 |
2021-03-05 | scsi: scsi_debug: mq_poll support | Kashyap Desai | 1 | -0/+130 |
2021-03-05 | scsi: megaraid_sas: mq_poll support | Kashyap Desai | 4 | -11/+123 |
2021-03-05 | scsi: core: Add mq_poll support to SCSI layer | Kashyap Desai | 1 | -0/+16 |
2021-03-05 | scsi: target: core: Add gfp_t arg to target_cmd_init_cdb() | Mike Christie | 1 | -1/+2 |
2021-03-05 | scsi: target: qla2xxx: Convert to new submission API | Mike Christie | 1 | -4/+12 |
2021-03-05 | scsi: target: ibmvscsi_tgt: Convert to new submission API | Mike Christie | 1 | -12/+3 |
2021-03-05 | scsi: core: Replace sdev->device_busy with sbitmap | Ming Lei | 6 | -22/+48 |
2021-03-05 | scsi: core: Make sure sdev->queue_depth is <= max(shost->can_queue, 1024) | Ming Lei | 1 | -0/+11 |
2021-03-05 | scsi: core: Add scsi_device_busy() wrapper | Ming Lei | 4 | -5/+5 |
2021-03-05 | scsi: megaraid_sas: Replace sdev_busy with local counter | Kashyap Desai | 2 | -8/+41 |
2021-03-05 | scsi: blk-mq: Return budget token from .get_budget callback | Ming Lei | 1 | -5/+11 |