summaryrefslogtreecommitdiff
path: root/drivers/scsi/qedf
AgeCommit message (Expand)Author
2023-10-13Merge patch series "scsi: EH rework prep patches, part 1"Martin K. Petersen
2023-10-13scsi: qedf: Use FC rport as argument for qedf_initiate_tmf()Hannes Reinecke
2023-09-05scsi: qedf: Add synchronization between I/O completions and abortJaved Hasan
2023-08-30Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen
2023-08-24scsi: qedf: Remove unused declarationYue Haibing
2023-08-07scsi: qedf: Fix firmware halt over suspend and resumeNilesh Javali
2023-07-31scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directlyOleksandr Natalenko
2023-07-31scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directlyOleksandr Natalenko
2023-07-31scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read...Oleksandr Natalenko
2023-05-08scsi: qedf: Fix NULL dereference in error handlingJinhong Zhu
2023-04-02scsi: qedf: Remove unused 'num_handled' variableTom Rix
2023-03-24scsi: qedf: Declare host template constBart Van Assche
2022-10-22scsi: qedf: Remove set but unused variable 'page'Jiapeng Chong
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-09-25scsi: qedf: Populate sysfs attributes for vportSaurav Kashyap
2022-09-15scsi: qedf: Fix a UAF bug in __qedf_probe()Letu Ren
2022-05-23scsi: qedf: Fix typo in commentJulia Lawall
2022-05-19scsi: qedf: Remove redundant variable opColin Ian King
2022-05-16scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior
2022-04-26scsi: qedf: Remove an unneeded NULL check on list iteratorXiaomeng Tong
2022-04-25scsi: qedf: Remove unnecessary codeHaowen Bai
2022-02-22scsi: qedf: Stop using the SCSI pointerBart Van Assche
2022-01-24scsi: qedf: Change context reset messages to ratelimitedSaurav Kashyap
2022-01-24scsi: qedf: Fix refcount issue when LOGO is received during TMFSaurav Kashyap
2022-01-24scsi: qedf: Add stag_work to all the vportsSaurav Kashyap
2022-01-05scsi: qedf: Fix potential dereference of NULL pointerJiasheng Jiang
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-10-16scsi: qedf: Switch to attribute groupsBart Van Assche
2021-10-16scsi: qedf: Call scsi_done() directlyBart Van Assche
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin
2021-09-24qed: Don't ignore devlink allocation failuresLeon Romanovsky
2021-08-16scsi: qedf: Fix error codes in qedf_alloc_global_queues()Dan Carpenter
2021-08-11scsi: qedf: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-06-29scsi: qedf: Add check to synchronize abort and flushJaved Hasan
2021-06-22scsi: qedf: Use DEVICE_ATTR_RO() macroZhen Lei
2021-06-10scsi: qedf: Add vendor identifier attributeJaved Hasan
2021-06-07scsi: qedf: Update the max_id value in host structureSaurav Kashyap
2021-06-01scsi: qedf: Do not put host in qedf_vport_create() unconditionallyDaniel Wagner
2021-05-21scsi: qedf: Use vzalloc() instead of vmalloc()/memset(0)Yang Yingliang
2021-05-14scsi: qedf: Add pointer checks in qedf_update_link_speed()Javed Hasan
2021-05-14scsi: qedf: Drop unnecessary NULL checks after container_of()Guenter Roeck
2021-04-13scsi: qedf: Use devlink to report errors and recoveryJaved Hasan
2021-04-13scsi: qedf: Enable devlink supportJaved Hasan
2021-04-05scsi: qedf: Remove unused include of linux/version.hTian Tao
2021-01-13scsi: qedf: Simplify bool comparisonYANG LI
2020-10-29scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann
2020-10-02scsi: qedf: Remove redundant assignment to variable 'rc'Jing Xiangfeng
2020-09-15Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen