summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292Thomas Gleixner2019-06-0539-351/+39Star
* Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-3/+3
|\
| * scsi: bfa: bfa_fcpim: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-091-3/+3
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-083-6/+1Star
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-104-42/+12Star
|\
| * scsi: bfa: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-18/+0Star
| * scsi: bfa: bfa_ioc: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-121-6/+3Star
| * scsi: bfa: bfa_fcs_rport: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-121-12/+7Star
| * scsi: bfa: bfa_fcs_lport: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-121-6/+2Star
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-03-021-5/+13
|\ \
| * | scsi: bfa: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-261-5/+13
| |/
* / cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+3
|/
* scsi: bfa: clean up a couple of indentation issuesColin Ian King2018-12-201-2/+2
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-2/+0Star
* scsi: bfa: use dma_set_mask_and_coherentChristoph Hellwig2018-11-151-11/+7Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-10-254-119/+2Star
|\
| * scsi: bfa: Avoid implicit enum conversion in bfad_im_post_vendor_eventNathan Chancellor2018-10-172-2/+2
| * scsi: bfa: Remove unused functionsNathan Chancellor2018-10-172-117/+0Star
* | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-2/+0Star
|/
* scsi: bfa: remove ScsiResult macroJohannes Thumshirn2018-07-112-12/+8Star
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-3/+4
* scsi: bfa: remove VLAStephen Kitt2018-03-151-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-01-3118-180/+144Star
|\
| * scsi: bfa: use ARRAY_SIZE for array sizing calculation on array __pciidsColin Ian King2018-01-111-1/+1
| * scsi: bfa: Use zeroing allocator rather than allocator/memsetHimanshu Jha2018-01-042-8/+3Star
| * scsi: bfa: convert to strlcpy/strlcatArnd Bergmann2017-12-128-98/+84Star
| * scsi: bfa: remove unused pointer 'port'Colin Ian King2017-12-051-3/+0Star
| * scsi: bfa: use 64-bit times in bfa_aen_entry_s ABIArnd Bergmann2017-12-051-2/+2
| * scsi: bfa: try to sanitize vendor netlink eventsArnd Bergmann2017-12-052-11/+24
| * scsi: bfa: replace bfa_get_log_time() with ktime_get_real_seconds()Arnd Bergmann2017-12-051-22/+10Star
| * scsi: bfa: document overflow of io_profile_start_timeArnd Bergmann2017-12-053-6/+5Star
| * scsi: bfa: improve bfa_ioc_send_enable/disable dataArnd Bergmann2017-12-051-3/+5
| * scsi: bfa: use proper time accessor for stats_reset_timeArnd Bergmann2017-12-054-25/+9Star
| * scsi: bfa: use ktime_get_real_ts64 for firmware timestampArnd Bergmann2017-12-051-3/+3
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-12-153-4/+18
|\ \ | |/ |/|
| * scsi: bfa: fix type conversion warningArnd Bergmann2017-12-083-4/+16
| * scsi: bfa: fix access to bfad_im_port_sJohannes Thumshirn2017-11-291-2/+4
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-222-4/+4
* | treewide: init_timer() -> setup_timer()Kees Cook2017-11-221-3/+1Star
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-152-9/+3Star
|\
| * scsi: bfa: don't reset max_segments for every bsg requestChristoph Hellwig2017-10-171-7/+0Star
| * scsi: bfa: integer overflow in debugfsDan Carpenter2017-10-171-2/+3
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* scsi: bfa: move bus reset to target resetHannes Reinecke2017-08-251-22/+15Star
* scsi: bfa: use designated initializersKees Cook2017-04-211-10/+21
* scsi: bfa: remove bfa_module_s madnessChristoph Hellwig2017-04-205-298/+108Star
* scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-213-139/+48Star
|\
| * scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-071-0/+2
| * scsi: bfa: remove bfa_fcs_mod_sChristoph Hellwig2017-01-102-139/+46Star