aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-15scsi: bfa: remove VLAStephen Kitt1-1/+1
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds18-180/+144
2018-01-10scsi: bfa: use ARRAY_SIZE for array sizing calculation on array __pciidsColin Ian King1-1/+1
2018-01-04scsi: bfa: Use zeroing allocator rather than allocator/memsetHimanshu Jha2-8/+3
2017-12-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-4/+18
2017-12-11scsi: bfa: convert to strlcpy/strlcatArnd Bergmann8-98/+84
2017-12-07scsi: bfa: fix type conversion warningArnd Bergmann3-4/+16
2017-12-04scsi: bfa: remove unused pointer 'port'Colin Ian King1-3/+0
2017-12-04scsi: bfa: use 64-bit times in bfa_aen_entry_s ABIArnd Bergmann1-2/+2
2017-12-04scsi: bfa: try to sanitize vendor netlink eventsArnd Bergmann2-11/+24
2017-12-04scsi: bfa: replace bfa_get_log_time() with ktime_get_real_seconds()Arnd Bergmann1-22/+10
2017-12-04scsi: bfa: document overflow of io_profile_start_timeArnd Bergmann3-6/+5
2017-12-04scsi: bfa: improve bfa_ioc_send_enable/disable dataArnd Bergmann1-3/+5
2017-12-04scsi: bfa: use proper time accessor for stats_reset_timeArnd Bergmann4-25/+9
2017-12-04scsi: bfa: use ktime_get_real_ts64 for firmware timestampArnd Bergmann1-3/+3
2017-11-29scsi: bfa: fix access to bfad_im_port_sJohannes Thumshirn1-2/+4
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook2-4/+4
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-3/+1
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-9/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-16scsi: bfa: don't reset max_segments for every bsg requestChristoph Hellwig1-7/+0
2017-10-16scsi: bfa: integer overflow in debugfsDan Carpenter1-2/+3
2017-08-25scsi: bfa: move bus reset to target resetHannes Reinecke1-22/+15
2017-04-21scsi: bfa: use designated initializersKees Cook1-10/+21
2017-04-19scsi: bfa: remove bfa_module_s madnessChristoph Hellwig5-298/+108
2017-02-27scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-139/+48
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-0/+2
2017-01-17Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley1-1/+1
2017-01-17scsi: bfa: fix wrongly initialized variable in bfad_im_bsg_els_ct_request()Johannes Thumshirn1-1/+1
2017-01-09scsi: bfa: remove bfa_fcs_mod_sChristoph Hellwig2-139/+46
2017-01-08Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley2-4/+4
2017-01-05scsi: bfa: Increase requested firmware version to 3.2.5.1Benjamin Poirier2-4/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-21scsi: bfa: turn bfa_mem_{kva,dma}_setup into inline functionsArnd Bergmann1-13/+17
2016-11-17scsi: fc: use bsg_job_doneJohannes Thumshirn1-2/+2
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2-7/+7
2016-11-17scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn1-4/+2
2016-11-17scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn1-2/+4
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn1-17/+23
2016-09-02scsi: bfa: Do not dereference port before it is null checkedColin Ian King1-2/+2
2016-05-19scripts/spelling.txt: add "fimware" misspellingKees Cook1-1/+1
2016-05-09bfa: fix bfa_fcb_itnim_alloc() error handlingDan Carpenter3-6/+8
2016-02-23bfa: deinline __bfa_trc() and __bfa_trc32()Denys Vlasenko2-37/+23
2016-02-23bfa: use strncpy() instead of memcpy()Dan Carpenter1-1/+1
2015-12-02bfa: Update driver version to 3.2.25.0Anil Gurumurthy1-1/+1
2015-12-02bfa: File header and user visible string changesAnil Gurumurthy39-89/+84
2015-12-02bfa: Fix for crash when bfa_itnim is NULLAnil Gurumurthy1-0/+26
2015-12-02bfa: Update copyright messagesAnil Gurumurthy39-78/+117
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-2/+0