Age | Commit message (Expand) | Author | Files | Lines |
2019-10-01 | scsi: bfa: Make restart_bfa static | YueHaibing | 1 | -2/+1 |
2019-10-01 | scsi: bfa: release allocated memory in case of error | Navid Emamdoost | 1 | -1/+3 |
2019-08-30 | scsi: bfa: remove redundant assignment to variable error | Colin Ian King | 1 | -1/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292 | Thomas Gleixner | 39 | -351/+39 |
2019-05-07 | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -3/+3 |
2019-04-09 | scsi: bfa: bfa_fcpim: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -3/+3 |
2019-04-08 | drivers: Remove explicit invocations of mmiowb() | Will Deacon | 3 | -6/+1 |
2019-03-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 4 | -42/+12 |
2019-03-02 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -5/+13 |
2019-02-26 | scsi: bfa: fix calls to dma_set_mask_and_coherent() | Hannes Reinecke | 1 | -5/+13 |
2019-01-29 | scsi: bfa: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -18/+0 |
2019-01-12 | scsi: bfa: bfa_ioc: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -6/+3 |
2019-01-12 | scsi: bfa: bfa_fcs_rport: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -12/+7 |
2019-01-12 | scsi: bfa: bfa_fcs_lport: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -6/+2 |
2019-01-08 | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 1 | -3/+3 |
2018-12-20 | scsi: bfa: clean up a couple of indentation issues | Colin Ian King | 1 | -2/+2 |
2018-12-19 | scsi: flip the default on use_clustering | Christoph Hellwig | 1 | -2/+0 |
2018-11-15 | scsi: bfa: use dma_set_mask_and_coherent | Christoph Hellwig | 1 | -11/+7 |
2018-10-25 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 4 | -119/+2 |
2018-10-17 | scsi: bfa: Avoid implicit enum conversion in bfad_im_post_vendor_event | Nathan Chancellor | 2 | -2/+2 |
2018-10-17 | scsi: bfa: Remove unused functions | Nathan Chancellor | 2 | -117/+0 |
2018-10-03 | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls | Oza Pawandeep | 1 | -2/+0 |
2018-07-11 | scsi: bfa: remove ScsiResult macro | Johannes Thumshirn | 2 | -12/+8 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 2 | -3/+4 |
2018-03-15 | scsi: bfa: remove VLA | Stephen Kitt | 1 | -1/+1 |
2018-01-31 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 18 | -180/+144 |
2018-01-11 | scsi: bfa: use ARRAY_SIZE for array sizing calculation on array __pciids | Colin Ian King | 1 | -1/+1 |
2018-01-04 | scsi: bfa: Use zeroing allocator rather than allocator/memset | Himanshu Jha | 2 | -8/+3 |
2017-12-15 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 3 | -4/+18 |
2017-12-12 | scsi: bfa: convert to strlcpy/strlcat | Arnd Bergmann | 8 | -98/+84 |
2017-12-08 | scsi: bfa: fix type conversion warning | Arnd Bergmann | 3 | -4/+16 |
2017-12-05 | scsi: bfa: remove unused pointer 'port' | Colin Ian King | 1 | -3/+0 |
2017-12-05 | scsi: bfa: use 64-bit times in bfa_aen_entry_s ABI | Arnd Bergmann | 1 | -2/+2 |
2017-12-05 | scsi: bfa: try to sanitize vendor netlink events | Arnd Bergmann | 2 | -11/+24 |
2017-12-05 | scsi: bfa: replace bfa_get_log_time() with ktime_get_real_seconds() | Arnd Bergmann | 1 | -22/+10 |
2017-12-05 | scsi: bfa: document overflow of io_profile_start_time | Arnd Bergmann | 3 | -6/+5 |
2017-12-05 | scsi: bfa: improve bfa_ioc_send_enable/disable data | Arnd Bergmann | 1 | -3/+5 |
2017-12-05 | scsi: bfa: use proper time accessor for stats_reset_time | Arnd Bergmann | 4 | -25/+9 |
2017-12-05 | scsi: bfa: use ktime_get_real_ts64 for firmware timestamp | Arnd Bergmann | 1 | -3/+3 |
2017-11-29 | scsi: bfa: fix access to bfad_im_port_s | Johannes Thumshirn | 1 | -2/+4 |
2017-11-22 | treewide: setup_timer() -> timer_setup() | Kees Cook | 2 | -4/+4 |
2017-11-22 | treewide: init_timer() -> setup_timer() | Kees Cook | 1 | -3/+1 |
2017-11-15 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -9/+3 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-17 | scsi: bfa: don't reset max_segments for every bsg request | Christoph Hellwig | 1 | -7/+0 |
2017-10-17 | scsi: bfa: integer overflow in debugfs | Dan Carpenter | 1 | -2/+3 |
2017-08-26 | scsi: bfa: move bus reset to target reset | Hannes Reinecke | 1 | -22/+15 |
2017-04-21 | scsi: bfa: use designated initializers | Kees Cook | 1 | -10/+21 |
2017-04-20 | scsi: bfa: remove bfa_module_s madness | Christoph Hellwig | 5 | -298/+108 |
2017-02-28 | scripts/spelling.txt: add "aligment" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |