summaryrefslogtreecommitdiffstats
path: root/fs/efivarfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* efivarfs: Drop 'duplicates' bool parameter on efivar_init()Ard Biesheuvel2024-02-251-1/+1
* efivarfs: Drop redundant cleanup on fill_super() failureArd Biesheuvel2024-02-251-6/+1
* efivarfs: automatically update super block flagMasahisa Kojima2023-12-111-0/+27
* efivarfs: Move efivarfs list into superblock s_fs_infoArd Biesheuvel2023-12-111-9/+10
* efivarfs: Free s_fs_info on unmountArd Biesheuvel2023-12-111-0/+3
* efivarfs: Move efivar availability check into FS context initArd Biesheuvel2023-12-111-6/+3
* efivarfs: force RO when remounting if SetVariable is not supportedIlias Apalodimas2023-12-111-0/+12
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+2
|\
| * fs: report f_fsid from s_dev for "simple" filesystemsAmir Goldstein2023-10-281-0/+2
* | Merge tag 'efi-next-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-041-0/+68
|\ \ | |/ |/|
| * efivarfs: Add uid/gid mount optionsJiao Zhou2023-10-201-0/+68
* | efivarfs: fix statfs() on efivarfsHeinrich Schuchardt2023-09-111-4/+10
|/
* efivarfs: expose used and total sizeAnisse Astier2023-05-171-1/+38
* efivarfs: always register filesystemJohan Hovold2023-01-261-3/+6
* efi: efivars: drop kobject from efivars_register()Johan Hovold2023-01-171-1/+1
* efi: vars: prohibit reading random seed variablesJason A. Donenfeld2022-12-011-0/+3
* efi: vars: Use locking version to iterate over efivars linked listsArd Biesheuvel2022-06-241-6/+3
* efi: vars: Don't drop lock in the middle of efivar_init()Ard Biesheuvel2022-06-241-4/+2
* efivarfs: revert "fix memory leak in efivarfs_create()"Ard Biesheuvel2020-11-251-1/+0
* efivarfs: fix memory leak in efivarfs_create()Vamshi K Sthambamkadi2020-10-261-0/+1
* efivarfs: Replace invalid slashes with exclamation marks in dentries.Michael Schaller2020-09-251-0/+3
* efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel2020-07-091-3/+3
* efi: Use more granular check for availability for variable servicesArd Biesheuvel2020-02-231-1/+1
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-10/+15
|\
| * vfs: Convert efivarfs to use the new mount APIDavid Howells2019-07-041-10/+15
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* VFS: Kill off s_options and helpersDavid Howells2017-07-111-1/+0
* fs/efivarfs: Fix double kfree() in error pathMatt Fleming2016-09-091-3/+3
* efi: Don't use spinlocks for efi varsSylvain Chouleur2016-09-091-2/+7
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-2/+1
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-2/+2
* efi: Merge boolean flag argumentsJulia Lawall2016-05-071-2/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* efi: Make efivarfs entries immutable by defaultPeter Jones2016-02-101-2/+7
* efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones2016-02-101-4/+3
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-061-1/+1
|\
| * efivarfs: Ensure VariableName is NUL-terminatedRoss Lagerwall2015-04-171-1/+1
* | VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
|/
* efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov2015-01-071-1/+1
* efivarfs: Allow unloading when build as moduleMathias Krause2014-11-111-2/+9
* fs/efivarfs/super.c: use static const for dentry_operationsFabian Frederick2014-06-041-1/+1
* consolidate simple ->d_delete() instancesAl Viro2013-11-151-10/+1
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-5/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-0/+2
* Merge tag 'v3.9' into efi-for-tip2Matt Fleming2013-04-301-1/+2
* efivarfs: Move to fs/efivarfsMatt Fleming2013-04-171-0/+267