summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf
Commit message (Expand)AuthorAgeFilesLines
* scsi: qedf: Fix error codes in qedf_alloc_global_queues()Dan Carpenter2021-08-161-5/+5
* scsi: qedf: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-7/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-112-9/+27
|\
| * scsi: qedf: Add check to synchronize abort and flushJaved Hasan2021-06-291-1/+21
| * scsi: qedf: Use DEVICE_ATTR_RO() macroZhen Lei2021-06-221-8/+6
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-023-11/+6
|\|
| * scsi: qedf: Add vendor identifier attributeJaved Hasan2021-06-101-0/+3
| * scsi: qedf: Update the max_id value in host structureSaurav Kashyap2021-06-071-0/+2
| * scsi: qedf: Use vzalloc() instead of vmalloc()/memset(0)Yang Yingliang2021-05-211-2/+1
| * scsi: qedf: Drop unnecessary NULL checks after container_of()Guenter Roeck2021-05-142-9/+0
* | scsi: qedf: Do not put host in qedf_vport_create() unconditionallyDaniel Wagner2021-06-011-11/+9
* | scsi: qedf: Add pointer checks in qedf_update_link_speed()Javed Hasan2021-05-141-1/+3
|/
* scsi: qedf: Use devlink to report errors and recoveryJaved Hasan2021-04-131-2/+3
* scsi: qedf: Enable devlink supportJaved Hasan2021-04-132-0/+14
* scsi: qedf: Remove unused include of linux/version.hTian Tao2021-04-052-3/+0
* scsi: qedf: Simplify bool comparisonYANG LI2021-01-131-1/+1
* scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann2020-10-291-1/+0
* scsi: qedf: Remove redundant assignment to variable 'rc'Jing Xiangfeng2020-10-021-1/+0
* Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen2020-09-151-1/+1
|\
| * scsi: qedf: Fix null ptr reference in qedf_stag_change_workYe Bin2020-08-241-1/+1
* | scsi: qedf: Retry qed->probe during recoverySaurav Kashyap2020-09-081-0/+11
* | scsi: qedf: Add schedule_hw_err_handler callback for fan failureSaurav Kashyap2020-09-082-0/+49
* | scsi: qedf: Return SUCCESS if stale rport is encounteredSaurav Kashyap2020-09-081-1/+1
* | scsi: qedf: FDMI attributes correctionJaved Hasan2020-09-082-25/+58
* | scsi: qedf: Fix for the session’s E_D_TOV valueJaved Hasan2020-09-081-1/+1
* | scsi: qedf: Correct the comment in qedf_initiate_elsSaurav Kashyap2020-09-081-1/+1
* | scsi: qedf: Change the debug parameter permission to read & writeJaved Hasan2020-09-081-1/+1
* | scsi: qedf: Fix race between ELS completion and flushing ELS requestSaurav Kashyap2020-08-202-0/+16
* | scsi: qedf: Don't process ELS completion if event is flushed or cleaned upSaurav Kashyap2020-08-201-0/+9
* | scsi: qedf: Initiate cleanup for ELS commands as wellSaurav Kashyap2020-08-201-0/+7
* | scsi: qedf: Send cleanup even for RRQ on timeoutSaurav Kashyap2020-08-201-1/+1
* | scsi: qedf: Do not kill timeout work for original I/O on RRQ completionSaurav Kashyap2020-08-201-4/+0
* | scsi: qedf: Check the validity of rjt frame before processingSaurav Kashyap2020-08-201-0/+5
* | scsi: qedf: Check for port type and role before processing an eventSaurav Kashyap2020-08-201-0/+11
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-063-42/+16
|\
| * scsi: qedf: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones2020-07-151-10/+8
| * scsi: qedf: Remove a whole host of unused variablesLee Jones2020-07-151-26/+4
| * scsi: qedf: Remove set but not checked variable 'tmp'Lee Jones2020-07-151-3/+2
| * scsi: qedf: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones2020-07-151-3/+2
* | qed, qede, qedf: convert link mode from u32 to ETHTOOL_LINK_MODEAlexander Lobakin2020-07-201-28/+50
|/
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-1/+1
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* | scsi: qedf: Remove redundant initialization of variable rcColin Ian King2020-06-021-1/+1
|/
* scsi: qedf: Get dev info after updating the paramsSaurav Kashyap2020-04-171-0/+7
* scsi: qedf: Fix crash when MFW calls for protocol stats while function is sti...Chad Dupuis2020-04-172-4/+32
* scsi: qedf: Add schedule recovery handlerChad Dupuis2020-04-172-0/+44
* scsi: qedf: Implement callback for bw_updateSaurav Kashyap2020-04-171-0/+27
* scsi: qedf: Honor status qualifier in FCP_RSP per specJaved Hasan2020-04-171-10/+34
* scsi: qedf: Acquire rport_lock for resetting the delay_timestampJaved Hasan2020-04-171-0/+4
* scsi: qedf: Increase the upper limit of retry delayJaved Hasan2020-04-171-1/+1