summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-6/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-21/+18
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche-4/+4
2025-11-12scsi: qedf: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari-5/+10
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh-2/+2
2025-05-08scsi: qedf: Use designated initializer for struct qed_fcoe_cb_opsKees Cook-1/+1
2025-01-02Merge patch series "scsi: Constify 'struct bin_attribute'"Martin K. Petersen-6/+6
2025-01-02scsi: qedf: Constify 'struct bin_attribute'Thomas Weißschuh-6/+6
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche-2/+3
2024-11-06scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb()Zhen Lei-0/+1
2024-10-03scsi: qedf: Remove dead codeLiao Chen-5/+0
2024-09-12scsi: qedf: Remove trailing space after \n newlineColin Ian King-1/+1
2024-08-22scsi: qedf: Simplify alloc_workqueue() invocationsBart Van Assche-9/+6
2024-08-22scsi: Expand all create*_workqueue() invocationsBart Van Assche-6/+7
2024-06-28kernel-wide: fix spelling mistakes like "assocative" -> "associative"Jesse Brandeburg-1/+1
2024-05-15scsi: qedf: Set qed_slowpath_params to zero before useSaurav Kashyap-0/+1
2024-05-15scsi: qedf: Wait for stag work during unloadSaurav Kashyap-3/+28
2024-05-15scsi: qedf: Don't process stag work during unload and recoverySaurav Kashyap-0/+16
2024-05-06scsi: qedf: Ensure the copied buf is NUL terminatedBui Quang Minh-1/+1
2024-04-24scsi: qedf: Make qedf_execute_tmf() non-preemptibleJohn Meneghini-3/+3
2024-03-10scsi: qedf: Replace deprecated strncpy() with strscpy()Justin Stitt-1/+1
2023-10-13Merge patch series "scsi: EH rework prep patches, part 1"Martin K. Petersen-66/+33
2023-10-13scsi: qedf: Use FC rport as argument for qedf_initiate_tmf()Hannes Reinecke-66/+33
2023-09-05scsi: qedf: Add synchronization between I/O completions and abortJaved Hasan-3/+14
2023-08-30Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen-0/+18
2023-08-24scsi: qedf: Remove unused declarationYue Haibing-1/+0
2023-08-07scsi: qedf: Fix firmware halt over suspend and resumeNilesh Javali-0/+18
2023-07-31scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directlyOleksandr Natalenko-6/+17
2023-07-31scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directlyOleksandr Natalenko-4/+3
2023-07-31scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read...Oleksandr Natalenko-4/+3
2023-05-08scsi: qedf: Fix NULL dereference in error handlingJinhong Zhu-2/+1
2023-04-02scsi: qedf: Remove unused 'num_handled' variableTom Rix-2/+0
2023-03-24scsi: qedf: Declare host template constBart Van Assche-1/+1
2022-10-22scsi: qedf: Remove set but unused variable 'page'Jiapeng Chong-3/+0
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-0/+21
2022-09-25scsi: qedf: Populate sysfs attributes for vportSaurav Kashyap-0/+21
2022-09-15scsi: qedf: Fix a UAF bug in __qedf_probe()Letu Ren-5/+0
2022-05-23scsi: qedf: Fix typo in commentJulia Lawall-1/+1
2022-05-19scsi: qedf: Remove redundant variable opColin Ian King-2/+1
2022-05-16scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior-5/+2
2022-04-26scsi: qedf: Remove an unneeded NULL check on list iteratorXiaomeng Tong-3/+3
2022-04-25scsi: qedf: Remove unnecessary codeHaowen Bai-2/+0
2022-02-22scsi: qedf: Stop using the SCSI pointerBart Van Assche-15/+23
2022-01-24scsi: qedf: Change context reset messages to ratelimitedSaurav Kashyap-2/+4
2022-01-24scsi: qedf: Fix refcount issue when LOGO is received during TMFSaurav Kashyap-0/+1
2022-01-24scsi: qedf: Add stag_work to all the vportsSaurav Kashyap-0/+1
2022-01-05scsi: qedf: Fix potential dereference of NULL pointerJiasheng Jiang-0/+2
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-18/+20
2021-10-16scsi: qedf: Switch to attribute groupsBart Van Assche-5/+14