aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+21
2022-09-25scsi: qedf: Populate sysfs attributes for vportSaurav Kashyap1-0/+21
2022-09-15scsi: qedf: Fix a UAF bug in __qedf_probe()Letu Ren1-5/+0
2022-05-23scsi: qedf: Fix typo in commentJulia Lawall1-1/+1
2022-05-19scsi: qedf: Remove redundant variable opColin Ian King1-2/+1
2022-05-16scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior1-5/+2
2022-04-26scsi: qedf: Remove an unneeded NULL check on list iteratorXiaomeng Tong1-3/+3
2022-04-25scsi: qedf: Remove unnecessary codeHaowen Bai1-2/+0
2022-02-22scsi: qedf: Stop using the SCSI pointerBart Van Assche3-15/+23
2022-01-24scsi: qedf: Change context reset messages to ratelimitedSaurav Kashyap1-2/+4
2022-01-24scsi: qedf: Fix refcount issue when LOGO is received during TMFSaurav Kashyap1-0/+1
2022-01-24scsi: qedf: Add stag_work to all the vportsSaurav Kashyap1-0/+1
2022-01-05scsi: qedf: Fix potential dereference of NULL pointerJiasheng Jiang1-0/+2
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-18/+20
2021-10-16scsi: qedf: Switch to attribute groupsBart Van Assche3-5/+14
2021-10-16scsi: qedf: Call scsi_done() directlyBart Van Assche1-13/+6
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin6-18/+18
2021-09-24qed: Don't ignore devlink allocation failuresLeon Romanovsky1-0/+2
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