aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa
AgeCommit message (Expand)Author
2022-04-15scsi: bfa: Replace snprintf() with sysfs_emit()Yang Guang
2020-01-14scsi: bfa: release allocated memory in case of errorNavid Emamdoost
2019-12-01scsi: bfa: Avoid implicit enum conversion in bfad_im_post_vendor_eventNathan Chancellor
2018-07-10scsi: bfa: remove ScsiResult macroJohannes Thumshirn
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-03-15scsi: bfa: remove VLAStephen Kitt
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-01-10scsi: bfa: use ARRAY_SIZE for array sizing calculation on array __pciidsColin Ian King
2018-01-04scsi: bfa: Use zeroing allocator rather than allocator/memsetHimanshu Jha
2017-12-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2017-12-11scsi: bfa: convert to strlcpy/strlcatArnd Bergmann
2017-12-07scsi: bfa: fix type conversion warningArnd Bergmann
2017-12-04scsi: bfa: remove unused pointer 'port'Colin Ian King
2017-12-04scsi: bfa: use 64-bit times in bfa_aen_entry_s ABIArnd Bergmann
2017-12-04scsi: bfa: try to sanitize vendor netlink eventsArnd Bergmann
2017-12-04scsi: bfa: replace bfa_get_log_time() with ktime_get_real_seconds()Arnd Bergmann
2017-12-04scsi: bfa: document overflow of io_profile_start_timeArnd Bergmann
2017-12-04scsi: bfa: improve bfa_ioc_send_enable/disable dataArnd Bergmann
2017-12-04scsi: bfa: use proper time accessor for stats_reset_timeArnd Bergmann
2017-12-04scsi: bfa: use ktime_get_real_ts64 for firmware timestampArnd Bergmann
2017-11-29scsi: bfa: fix access to bfad_im_port_sJohannes Thumshirn
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-16scsi: bfa: don't reset max_segments for every bsg requestChristoph Hellwig
2017-10-16scsi: bfa: integer overflow in debugfsDan Carpenter
2017-08-25scsi: bfa: move bus reset to target resetHannes Reinecke
2017-04-21scsi: bfa: use designated initializersKees Cook
2017-04-19scsi: bfa: remove bfa_module_s madnessChristoph Hellwig
2017-02-27scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig
2017-01-17Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley
2017-01-17scsi: bfa: fix wrongly initialized variable in bfad_im_bsg_els_ct_request()Johannes Thumshirn
2017-01-09scsi: bfa: remove bfa_fcs_mod_sChristoph Hellwig
2017-01-08Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley
2017-01-05scsi: bfa: Increase requested firmware version to 3.2.5.1Benjamin Poirier
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-21scsi: bfa: turn bfa_mem_{kva,dma}_setup into inline functionsArnd Bergmann
2016-11-17scsi: fc: use bsg_job_doneJohannes Thumshirn
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn
2016-11-17scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn
2016-11-17scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn
2016-09-02scsi: bfa: Do not dereference port before it is null checkedColin Ian King
2016-05-19scripts/spelling.txt: add "fimware" misspellingKees Cook
2016-05-09bfa: fix bfa_fcb_itnim_alloc() error handlingDan Carpenter
2016-02-23bfa: deinline __bfa_trc() and __bfa_trc32()Denys Vlasenko
2016-02-23bfa: use strncpy() instead of memcpy()Dan Carpenter