aboutsummaryrefslogtreecommitdiffstats
path: root/fs/efivarfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-25efivarfs: Replace invalid slashes with exclamation marks in dentries.Michael Schaller1-0/+3
2020-07-09efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel1-3/+3
2020-06-15efivarfs: Don't return -EINTR when rate-limiting readsTony Luck1-4/+2
2020-06-15efivarfs: Update inode modification time for successful writesTony Luck1-0/+1
2020-02-23efi: Use more granular check for availability for variable servicesArd Biesheuvel1-1/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+15
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-9/+17
2019-07-04vfs: Convert efivarfs to use the new mount APIDavid Howells1-10/+15
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-9/+17
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner4-16/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-07-22efivars: Call guid_parse() against guid_t type of variableAndy Shevchenko1-1/+3
2018-02-22efivarfs: Limit the rate for non-root to read filesLuck, Tony1-0/+6
2017-07-11VFS: Kill off s_options and helpersDavid Howells1-1/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-09fs/efivarfs: Fix double kfree() in error pathMatt Fleming1-3/+3
2016-09-09efi: Don't use spinlocks for efi varsSylvain Chouleur2-3/+11
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-2/+1
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-2/+2
2016-05-20fs/efivarfs/inode.c: use generic UUID libraryAndy Shevchenko1-37/+3
2016-05-07efivarfs: Make efivarfs_file_ioctl() staticPeter Jones1-1/+1
2016-05-07efi: Merge boolean flag argumentsJulia Lawall1-2/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-02-10efi: Make efivarfs entries immutable by defaultPeter Jones4-14/+98
2016-02-10efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones1-4/+3
2016-01-22wrappers for ->i_mutex accessAl Viro2-4/+4
2015-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-04-17efivarfs: Ensure VariableName is NUL-terminatedRoss Lagerwall1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2-3/+3
2015-01-29Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efiIngo Molnar2-1/+2
2015-01-12Merge tag 'rneri-efi-next' of https://github.com/ricardon/efi into nextMatt Fleming1-1/+1
2015-01-07efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov1-1/+1
2015-01-05fs: Make efivarfs a pseudo filesystem, built by default with EFILeif Lindholm1-0/+1
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2014-11-19kill f_dentry usesAl Viro1-2/+2
2014-11-11efivarfs: Allow unloading when build as moduleMathias Krause1-2/+9
2014-06-04fs/efivarfs/super.c: use static const for dentry_operationsFabian Frederick1-1/+1
2014-03-04efivarfs: 'efivarfs_file_write' function reorganizationGeyslan G. Bem1-9/+4
2013-11-15consolidate simple ->d_delete() instancesAl Viro1-10/+1
2013-07-14efivarfs: we can use simple_lookup() nowAl Viro1-13/+1
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-5/+4
2013-05-13efivarfs: Never return ENOENT from firmware againLingzhu Xiang1-2/+12
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-0/+4
2013-04-30Merge tag 'v3.9' into efi-for-tip2Matt Fleming1-1/+2
2013-04-20Merge remote-tracking branch 'efi/chainsaw' into x86/efiH. Peter Anvin6-0/+586
2013-04-17efi: split efisubsystem from efivarsTom Gundersen1-1/+1
2013-04-17efivarfs: Move to fs/efivarfsMatt Fleming6-0/+592