summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+6
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche-1/+2
2025-10-06scsi: libfc: Prevent integer overflow in fc_fcp_recv_data()Dan Carpenter-1/+1
2025-09-24scsi: libfc: Fix potential buffer overflow in fc_ct_ms_fill()Alok Tiwari-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche-3/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-5/+5
2024-08-22scsi: Expand all create*_workqueue() invocationsBart Van Assche-2/+4
2024-02-26scsi: libfc: replace deprecated strncpy() with memcpy()Justin Stitt-6/+8
2023-12-05scsi: libfc: Map FC_TIMED_OUT to DID_TIME_OUTHannes Reinecke-2/+2
2023-12-05scsi: libfc: Fix up timeout error in fc_fcp_rec_error()Hannes Reinecke-1/+1
2023-12-05scsi: libfc: Don't schedule abort twiceHannes Reinecke-5/+11
2023-10-13scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup()Wenchao Hao-0/+6
2022-12-01scsi: libfc: Include the correct headerChristophe JAILLET-1/+1
2022-11-17scsi: libfc: Remove redundant variable ev_qualColin Ian King-3/+0
2022-05-16scsi: libfc: Remove get_cpu() semantics in fc_exch_em_alloc()Davidlohr Bueso-2/+1
2022-05-16scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior-34/+25
2022-03-08scsi: libfc: Fix use after free in fc_exch_abts_resp()Jianglei Nie-0/+1
2022-02-27scsi: libfc: Replace one-element arrays with flexible-array membersGustavo A. R. Silva-1/+1
2022-02-22scsi: libfc: Stop using the SCSI pointerBart Van Assche-15/+11
2021-10-16scsi: libfc: Call scsi_done() directlyBart Van Assche-3/+3
2021-06-28scsi: libfc: Fix array index out of bound exceptionJaved Hasan-5/+8
2021-06-10scsi: libfc: FDMI enhancementsJaved Hasan-6/+58
2021-06-10scsi: libfc: Add FDMI-2 attributesJaved Hasan-6/+248
2021-06-10scsi: libfc: Initialisation of RHBA and RPA attributesJaved Hasan-1/+23
2021-06-09scsi: libfc: Correct the condition check and invalid argument passedJaved Hasan-3/+5
2021-04-15scsi: libfc: Fix a format specifierBart Van Assche-1/+1
2021-03-15scsi: libfc: Fix misspelling of fc_fcp_destroy()Lee Jones-1/+1
2021-03-15scsi: libfc: Fix incorrect naming of fc_rport_adisc_resp()Lee Jones-1/+1
2021-03-15scsi: libfc: Fix some possible copy/paste issuesLee Jones-6/+6
2021-01-12scsi: libfc: Avoid invoking response handler twice if ep is already completedJaved Hasan-2/+14
2020-10-29scsi: libfc: Fix enum-conversion warningArnd Bergmann-1/+1
2020-10-29scsi: libfc: Work around -Warray-bounds warningArnd Bergmann-11/+19
2020-10-29scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann-6/+704
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-2/+2
2020-09-15scsi: libfc: Fix passing zero to 'PTR_ERR' warningYueHaibing-2/+2
2020-09-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-2/+0
2020-08-31scsi: libfc: Fix for double free()Javed Hasan-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-8/+8
2020-08-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-3/+9
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-12/+23
2020-08-04scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid casesJaved Hasan-3/+9
2020-07-15scsi: libfc: Provide missing and repair existing function documentationLee Jones-4/+7
2020-07-15scsi: libfc: Fix a couple of misdocumented function parametersLee Jones-2/+2
2020-07-15scsi: libfc: Repair function parameter documentationLee Jones-2/+5
2020-07-15scsi: libfc: trivial: Fix spelling mistake of 'discovery'Lee Jones-1/+1
2020-07-15scsi: libfc: Supply some missing kerneldoc struct/function attributes/paramsLee Jones-1/+6
2020-07-08scsi: libfc: fc_disc: Fix-up some incorrectly referenced function parametersLee Jones-3/+3