aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa/bfad_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-25scsi: bfa: Remove redundant NULL checkHaowen Bai1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292Thomas Gleixner1-9/+1
2019-01-29scsi: bfa: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-18/+0
2018-01-04scsi: bfa: Use zeroing allocator rather than allocator/memsetHimanshu Jha1-6/+2
2017-10-16scsi: bfa: integer overflow in debugfsDan Carpenter1-2/+3
2015-12-02bfa: File header and user visible string changesAnil Gurumurthy1-1/+1
2015-12-02bfa: Update copyright messagesAnil Gurumurthy1-2/+3
2014-11-20bfa: replace 2 kzalloc/copy_from_user by memdup_userFabian Frederick1-24/+6
2013-06-29bfa: switch to fixed_size_llseek()Al Viro1-25/+3
2013-06-16lseek(fd, n, SEEK_END) does *not* go to eof - nAl Viro1-1/+1
2012-01-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+1
2012-01-03switch debugfs to umode_tAl Viro1-1/+1
2011-12-15[SCSI] bfa: fix formating and checkpatch issuesJing Huang1-2/+1
2011-10-31scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker1-0/+1
2011-06-29[SCSI] bfa: Added HBA diagnostics support.Krishna Gudipati1-7/+7
2011-05-01[SCSI] bfa: Move debugfs initialization before bfa init.Krishna Gudipati1-20/+13
2010-12-21[SCSI] bfa: clean up one line functionsMaggie Zhang1-2/+2
2010-12-21[SCSI] bfa: fix regular sparse check warnings.Maggie1-5/+37
2010-10-25[SCSI] bfa: remove os wrapper functions and macrosJing Huang1-2/+2
2010-09-16[SCSI] bfa: cleanup driverKrishna Gudipati1-5/+5
2010-07-27[SCSI] bfa: add debugfs supportJing Huang1-0/+547