aboutsummaryrefslogtreecommitdiffstats
path: root/fs/efivarfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-24efi: vars: Use locking version to iterate over efivars linked listsArd Biesheuvel1-6/+3
2022-06-24efi: vars: Don't drop lock in the middle of efivar_init()Ard Biesheuvel1-4/+2
2020-11-25efivarfs: revert "fix memory leak in efivarfs_create()"Ard Biesheuvel1-1/+0
2020-10-26efivarfs: fix memory leak in efivarfs_create()Vamshi K Sthambamkadi1-0/+1
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-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-04vfs: Convert efivarfs to use the new mount APIDavid Howells1-10/+15
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-07-11VFS: Kill off s_options and helpersDavid Howells1-1/+0
2016-09-09fs/efivarfs: Fix double kfree() in error pathMatt Fleming1-3/+3
2016-09-09efi: Don't use spinlocks for efi varsSylvain Chouleur1-2/+7
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-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 Jones1-2/+7
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 Viro1-2/+2
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 Howells1-1/+1
2015-01-07efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov1-1/+1
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
2013-11-15consolidate simple ->d_delete() instancesAl Viro1-10/+1
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-5/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2013-04-30Merge tag 'v3.9' into efi-for-tip2Matt Fleming1-1/+2
2013-04-17efivarfs: Move to fs/efivarfsMatt Fleming1-0/+267