1. 012d98d scsi: bfa: Remove useless DMA-32 fallback configuration by Christophe JAILLET · 3 years ago
  2. 69e6237 scsi: bfa: Declare 'bfad_im_vport_attrs' static by Bart Van Assche · 3 years, 1 month ago
  3. e73af23 scsi: bfa: Switch to attribute groups by Bart Van Assche · 3 years, 3 months ago
  4. af049df scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions by Bart Van Assche · 3 years, 3 months ago
  5. 4316b5b scsi: bfa: Call scsi_done() directly by Bart Van Assche · 3 years, 3 months ago
  6. 8f942f9 scsi: bfa: Fix inconsistent indenting by Jiapeng Chong · 3 years, 7 months ago
  7. 1ecc820 scsi: bfa: Fix typo by zuoqilin · 3 years, 7 months ago
  8. 4803bd0 scsi: bfa: Remove some unused variables by Christophe JAILLET · 3 years, 8 months ago
  9. c3b0d08 scsi: bfa: Remove unnecessary struct declarations by Wan Jiabing · 3 years, 9 months ago
  10. 9991ca0 scsi: bfa: Fix a typo in two places by Bhaskar Chowdhury · 3 years, 9 months ago
  11. 1630e75 scsi: bfa: Fix warning comparing pointer to 0 by Jiapeng Chong · 3 years, 10 months ago
  12. a7a11b6 scsi: bfa: Move a large struct from the stack onto the heap by Lee Jones · 3 years, 10 months ago
  13. eb74b93 scsi: bfa: Drop driver-defined SCSI status codes by Hannes Reinecke · 4 years ago
  14. 4c7bd25 scsi: bfa: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
  15. af99538 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 2 months ago
  16. f0f6c3a scsi: bfa: Fix error return in bfad_pci_init() by Jing Xiangfeng · 4 years, 3 months ago
  17. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  18. 64332c1 scsi: bfa: Ensure a blank line precedes next function/header by Lee Jones · 4 years, 5 months ago
  19. 20e73cb scsi: bfa: Demote seemingly unintentional kerneldoc header by Lee Jones · 4 years, 5 months ago
  20. 310531f scsi: bfa: Demote seemingly unintentional kerneldoc header by Lee Jones · 4 years, 5 months ago
  21. b1a187f scsi: bfa: Demote non-kerneldoc headers down to standard comment blocks by Lee Jones · 4 years, 5 months ago
  22. e95fcb7 scsi: bfa: Remove unused variable 'adisc' by Lee Jones · 4 years, 5 months ago
  23. eaefa33 scsi: bfa: Demote non-compliant kerneldoc headers to standard comments by Lee Jones · 4 years, 5 months ago
  24. 00025fc scsi: bfa: Staticify non-external functions by Lee Jones · 4 years, 5 months ago
  25. c7ccd03 scsi: bfa: Remove a few unused variables 'pgoff' and 't' by Lee Jones · 4 years, 5 months ago
  26. 7106de1 scsi: bfa: Demote seemingly unintentional kerneldoc header by Lee Jones · 4 years, 5 months ago
  27. 70b4de0 scsi: bfa: Remove set but unused variable 'rp' by Lee Jones · 4 years, 5 months ago
  28. 0aaaa04 scsi: bfa: Staticify local functions by Lee Jones · 4 years, 5 months ago
  29. 3bbd8ef scsi: bfa: Staticify all local functions by Lee Jones · 4 years, 5 months ago
  30. 1020264 scsi: bfa: Make bfad_iocmd_ioc_get_stats() static by Jason Yan · 4 years, 8 months ago
  31. f71ded0 scsi: bfa: Remove unneeded semicolon in bfa_fcs_rport.c by Jason Yan · 4 years, 8 months ago
  32. 0745c83 scsi: bfa: Remove set but not used variable 'fchs' by YueHaibing · 4 years, 8 months ago
  33. f166021 scsi: bfa: Remove unneeded semicolon in bfa_fcs_lport_ns_sm_online() by Jason Yan · 4 years, 8 months ago
  34. 4d5956f scsi: bfa: bfad.c: make max_rport_logins static by Jason Yan · 4 years, 9 months ago
  35. 938b184 scsi: bfa: bfad_attr.c: make two funcitons static by Jason Yan · 4 years, 9 months ago
  36. eae9b17 scsi: bfa: bfa_ioc_ct.c: make two funcitons static by Jason Yan · 4 years, 9 months ago
  37. 901ad27 scsi: bfa: bfa_fcs_lport.c: make bfa_fcport_get_loop_attr() static by Jason Yan · 4 years, 9 months ago
  38. 84a2fd2 scsi: bfa: bfa_fcpim.c: make two functions static by Jason Yan · 4 years, 9 months ago
  39. b9ddee1 scsi: bfa: bfa_core.c: make bfa_isr_rspq() static by Jason Yan · 4 years, 9 months ago
  40. 037773f scsi: bfa: bfa_svc.c: make two functions static by Jason Yan · 4 years, 9 months ago
  41. 7cd4cb9 scsi: bfa: Make restart_bfa static by YueHaibing · 5 years ago
  42. 0e62395 scsi: bfa: release allocated memory in case of error by Navid Emamdoost · 5 years ago
  43. 5f6b4e1e scsi: bfa: remove redundant assignment to variable error by Colin Ian King · 5 years ago
  44. 52fa7bf treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292 by Thomas Gleixner · 6 years ago
  45. b4b52b8 Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 6 years ago
  46. 8fabc0e scsi: bfa: bfa_fcpim: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  47. fb24ea5 drivers: Remove explicit invocations of mmiowb() by Will Deacon · 6 years ago
  48. 92fff53 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  49. df49fd0 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  50. 11ea382 scsi: bfa: fix calls to dma_set_mask_and_coherent() by Hannes Reinecke · 6 years ago
  51. 8389f12 scsi: bfa: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  52. f1b1dce scsi: bfa: bfa_ioc: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  53. d14e4cd scsi: bfa: bfa_fcs_rport: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  54. 8425811 scsi: bfa: bfa_fcs_lport: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  55. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  56. 009b715 scsi: bfa: clean up a couple of indentation issues by Colin Ian King · 6 years ago
  57. 2a3d4eb scsi: flip the default on use_clustering by Christoph Hellwig · 6 years ago
  58. a69b080 scsi: bfa: use dma_set_mask_and_coherent by Christoph Hellwig · 6 years ago
  59. d49f8a5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  60. 761c830 scsi: bfa: Avoid implicit enum conversion in bfad_im_post_vendor_event by Nathan Chancellor · 6 years ago
  61. 6498cbc scsi: bfa: Remove unused functions by Nathan Chancellor · 6 years ago
  62. 62b36c3 PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls by Oza Pawandeep · 6 years ago
  63. 55c9d37 scsi: bfa: remove ScsiResult macro by Johannes Thumshirn · 6 years ago
  64. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  65. 1929e82 scsi: bfa: remove VLA by Stephen Kitt · 7 years ago
  66. 28bc6fb Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  67. bcb8724 scsi: bfa: use ARRAY_SIZE for array sizing calculation on array __pciids by Colin Ian King · 7 years ago
  68. bde70f3 scsi: bfa: Use zeroing allocator rather than allocator/memset by Himanshu Jha · 7 years ago
  69. 66dbbd7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  70. 8c5a50e scsi: bfa: convert to strlcpy/strlcat by Arnd Bergmann · 7 years ago
  71. 48d8328 scsi: bfa: fix type conversion warning by Arnd Bergmann · 7 years ago
  72. 02000b1 scsi: bfa: remove unused pointer 'port' by Colin Ian King · 7 years ago
  73. 92328253 scsi: bfa: use 64-bit times in bfa_aen_entry_s ABI by Arnd Bergmann · 7 years ago
  74. 6d4bc34 scsi: bfa: try to sanitize vendor netlink events by Arnd Bergmann · 7 years ago
  75. 0e9680f scsi: bfa: replace bfa_get_log_time() with ktime_get_real_seconds() by Arnd Bergmann · 7 years ago
  76. aa22a52 scsi: bfa: document overflow of io_profile_start_time by Arnd Bergmann · 7 years ago
  77. 03d32af scsi: bfa: improve bfa_ioc_send_enable/disable data by Arnd Bergmann · 7 years ago
  78. 8f604a0 scsi: bfa: use proper time accessor for stats_reset_time by Arnd Bergmann · 7 years ago
  79. 7e75f60 scsi: bfa: use ktime_get_real_ts64 for firmware timestamp by Arnd Bergmann · 7 years ago
  80. 4534982 scsi: bfa: fix access to bfad_im_port_s by Johannes Thumshirn · 7 years ago
  81. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  82. b9eaf18 treewide: init_timer() -> setup_timer() by Kees Cook · 7 years ago
  83. 670ffcc Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  84. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  85. b8d897a scsi: bfa: don't reset max_segments for every bsg request by Christoph Hellwig · 7 years ago
  86. 3e35127 scsi: bfa: integer overflow in debugfs by Dan Carpenter · 7 years ago
  87. 1b7092f scsi: bfa: move bus reset to target reset by Hannes Reinecke · 7 years ago
  88. b34b10a scsi: bfa: use designated initializers by Kees Cook · 8 years ago
  89. c7c3524 scsi: bfa: remove bfa_module_s madness by Christoph Hellwig · 8 years ago
  90. 550116d scripts/spelling.txt: add "aligment" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  91. cdc1947 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  92. b6a05c8 scsi: remove eh_timed_out methods in the transport template by Christoph Hellwig · 8 years ago
  93. 9208b75 Merge remote-tracking branch 'mkp-scsi/fixes' into fixes by James Bottomley · 8 years ago
  94. 4633773 scsi: bfa: fix wrongly initialized variable in bfad_im_bsg_els_ct_request() by Johannes Thumshirn · 8 years ago
  95. 984dc46 scsi: bfa: remove bfa_fcs_mod_s by Christoph Hellwig · 8 years ago
  96. a47fff1 Merge remote-tracking branch 'mkp-scsi/fixes' into fixes by James Bottomley · 8 years ago
  97. 2d1148f scsi: bfa: Increase requested firmware version to 3.2.5.1 by Benjamin Poirier · 8 years ago
  98. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  99. 2244459 scsi: bfa: turn bfa_mem_{kva,dma}_setup into inline functions by Arnd Bergmann · 8 years ago
  100. 0654816 scsi: fc: use bsg_job_done by Johannes Thumshirn · 8 years ago