Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-23scsi: bfa: Stop using the SCSI pointerBart Van Assche
2022-02-15Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen
2022-02-01scsi: bfa: Replace snprintf() with sysfs_emit()Yang Guang
2022-01-25scsi: bfa: Remove useless DMA-32 fallback configurationChristophe JAILLET
2021-11-30scsi: bfa: Declare 'bfad_im_vport_attrs' staticBart Van Assche
2021-10-17scsi: bfa: Switch to attribute groupsBart Van Assche
2021-10-17scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche
2021-10-17scsi: bfa: Call scsi_done() directlyBart Van Assche
2021-05-22scsi: bfa: Fix inconsistent indentingJiapeng Chong
2021-05-22scsi: bfa: Fix typozuoqilin
2021-05-15scsi: bfa: Remove some unused variablesChristophe JAILLET
2021-04-06scsi: bfa: Remove unnecessary struct declarationsWan Jiabing
2021-03-25scsi: bfa: Fix a typo in two placesBhaskar Chowdhury
2021-03-25scsi: bfa: Fix warning comparing pointer to 0Jiapeng Chong
2021-03-16scsi: bfa: Move a large struct from the stack onto the heapLee Jones
2021-01-23scsi: bfa: Drop driver-defined SCSI status codesHannes Reinecke
2020-12-02scsi: bfa: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-10-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-10-08scsi: bfa: Fix error return in bfad_pci_init()Jing Xiangfeng
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-25scsi: bfa: Ensure a blank line precedes next function/headerLee Jones
2020-07-25scsi: bfa: Demote seemingly unintentional kerneldoc headerLee Jones
2020-07-25scsi: bfa: Demote seemingly unintentional kerneldoc headerLee Jones
2020-07-25scsi: bfa: Demote non-kerneldoc headers down to standard comment blocksLee Jones
2020-07-25scsi: bfa: Remove unused variable 'adisc'Lee Jones
2020-07-25scsi: bfa: Demote non-compliant kerneldoc headers to standard commentsLee Jones
2020-07-25scsi: bfa: Staticify non-external functionsLee Jones
2020-07-25scsi: bfa: Remove a few unused variables 'pgoff' and 't'Lee Jones
2020-07-25scsi: bfa: Demote seemingly unintentional kerneldoc headerLee Jones
2020-07-25scsi: bfa: Remove set but unused variable 'rp'Lee Jones
2020-07-25scsi: bfa: Staticify local functionsLee Jones
2020-07-25scsi: bfa: Staticify all local functionsLee Jones
2020-05-12scsi: bfa: Make bfad_iocmd_ioc_get_stats() staticJason Yan
2020-04-25scsi: bfa: Remove unneeded semicolon in bfa_fcs_rport.cJason Yan
2020-04-25scsi: bfa: Remove set but not used variable 'fchs'YueHaibing
2020-04-25scsi: bfa: Remove unneeded semicolon in bfa_fcs_lport_ns_sm_online()Jason Yan
2020-04-15scsi: bfa: bfad.c: make max_rport_logins staticJason Yan
2020-04-15scsi: bfa: bfad_attr.c: make two funcitons staticJason Yan
2020-04-15scsi: bfa: bfa_ioc_ct.c: make two funcitons staticJason Yan
2020-04-15scsi: bfa: bfa_fcs_lport.c: make bfa_fcport_get_loop_attr() staticJason Yan
2020-04-15scsi: bfa: bfa_fcpim.c: make two functions staticJason Yan
2020-04-15scsi: bfa: bfa_core.c: make bfa_isr_rspq() staticJason Yan
2020-04-15scsi: bfa: bfa_svc.c: make two functions staticJason Yan
2019-10-01scsi: bfa: Make restart_bfa staticYueHaibing
2019-10-01scsi: bfa: release allocated memory in case of errorNavid Emamdoost
2019-08-30scsi: bfa: remove redundant assignment to variable errorColin Ian King
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292Thomas Gleixner
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-04-09scsi: bfa: bfa_fcpim: Mark expected switch fall-throughsGustavo A. R. Silva
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon