aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-16scsi: qedf: Fix error codes in qedf_alloc_global_queues()Dan Carpenter1-5/+5
2021-08-11scsi: qedf: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-7/+1
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-9/+27
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-11/+6
2021-06-29scsi: qedf: Add check to synchronize abort and flushJaved Hasan1-1/+21
2021-06-22scsi: qedf: Use DEVICE_ATTR_RO() macroZhen Lei1-8/+6
2021-06-10scsi: qedf: Add vendor identifier attributeJaved Hasan1-0/+3
2021-06-07scsi: qedf: Update the max_id value in host structureSaurav Kashyap1-0/+2
2021-06-01scsi: qedf: Do not put host in qedf_vport_create() unconditionallyDaniel Wagner1-11/+9
2021-05-21scsi: qedf: Use vzalloc() instead of vmalloc()/memset(0)Yang Yingliang1-2/+1
2021-05-14scsi: qedf: Add pointer checks in qedf_update_link_speed()Javed Hasan1-1/+3
2021-05-14scsi: qedf: Drop unnecessary NULL checks after container_of()Guenter Roeck2-9/+0
2021-04-13scsi: qedf: Use devlink to report errors and recoveryJaved Hasan1-2/+3
2021-04-13scsi: qedf: Enable devlink supportJaved Hasan2-0/+14
2021-04-05scsi: qedf: Remove unused include of linux/version.hTian Tao2-3/+0
2021-01-13scsi: qedf: Simplify bool comparisonYANG LI1-1/+1
2020-10-29scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann1-1/+0
2020-10-02scsi: qedf: Remove redundant assignment to variable 'rc'Jing Xiangfeng1-1/+0
2020-09-15Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen1-1/+1
2020-09-08scsi: qedf: Retry qed->probe during recoverySaurav Kashyap1-0/+11
2020-09-08scsi: qedf: Add schedule_hw_err_handler callback for fan failureSaurav Kashyap2-0/+49
2020-09-08scsi: qedf: Return SUCCESS if stale rport is encounteredSaurav Kashyap1-1/+1
2020-09-08scsi: qedf: FDMI attributes correctionJaved Hasan2-25/+58
2020-09-08scsi: qedf: Fix for the session’s E_D_TOV valueJaved Hasan1-1/+1
2020-09-08scsi: qedf: Correct the comment in qedf_initiate_elsSaurav Kashyap1-1/+1
2020-09-08scsi: qedf: Change the debug parameter permission to read & writeJaved Hasan1-1/+1
2020-08-24scsi: qedf: Fix null ptr reference in qedf_stag_change_workYe Bin1-1/+1
2020-08-20scsi: qedf: Fix race between ELS completion and flushing ELS requestSaurav Kashyap2-0/+16
2020-08-20scsi: qedf: Don't process ELS completion if event is flushed or cleaned upSaurav Kashyap1-0/+9
2020-08-20scsi: qedf: Initiate cleanup for ELS commands as wellSaurav Kashyap1-0/+7
2020-08-20scsi: qedf: Send cleanup even for RRQ on timeoutSaurav Kashyap1-1/+1
2020-08-20scsi: qedf: Do not kill timeout work for original I/O on RRQ completionSaurav Kashyap1-4/+0
2020-08-20scsi: qedf: Check the validity of rjt frame before processingSaurav Kashyap1-0/+5
2020-08-20scsi: qedf: Check for port type and role before processing an eventSaurav Kashyap1-0/+11
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-42/+16
2020-07-20qed, qede, qedf: convert link mode from u32 to ETHTOOL_LINK_MODEAlexander Lobakin1-28/+50
2020-07-15scsi: qedf: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-10/+8
2020-07-15scsi: qedf: Remove a whole host of unused variablesLee Jones1-26/+4
2020-07-15scsi: qedf: Remove set but not checked variable 'tmp'Lee Jones1-3/+2
2020-07-15scsi: qedf: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-3/+2
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-02scsi: qedf: Remove redundant initialization of variable rcColin Ian King1-1/+1
2020-04-17scsi: qedf: Get dev info after updating the paramsSaurav Kashyap1-0/+7
2020-04-17scsi: qedf: Fix crash when MFW calls for protocol stats while function is still probingChad Dupuis2-4/+32
2020-04-17scsi: qedf: Add schedule recovery handlerChad Dupuis2-0/+44
2020-04-17scsi: qedf: Implement callback for bw_updateSaurav Kashyap1-0/+27
2020-04-17scsi: qedf: Honor status qualifier in FCP_RSP per specJaved Hasan1-10/+34
2020-04-17scsi: qedf: Acquire rport_lock for resetting the delay_timestampJaved Hasan1-0/+4
2020-04-17scsi: qedf: Increase the upper limit of retry delayJaved Hasan1-1/+1