summaryrefslogtreecommitdiff
path: root/fs/efivarfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-231-3/+6
|\
| * efivarfs: always register filesystemJohan Hovold2023-01-261-3/+6
| * efi: efivars: drop kobject from efivars_register()Johan Hovold2023-01-171-1/+1
* | fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
|/
* efi: vars: prohibit reading random seed variablesJason A. Donenfeld2022-12-012-0/+7
* efi: efivars: Fix variable writes without query_variable_store()Ard Biesheuvel2022-10-211-16/+0
* efi: vars: Move efivar caching layer into efivarfsArd Biesheuvel2022-06-243-1/+779
* 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
* efivars: convert to fileattrMiklos Szeredi2021-04-122-77/+44
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-2/+2
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* efivarfs: revert "fix memory leak in efivarfs_create()"Ard Biesheuvel2020-11-252-1/+2
* 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
* efivarfs: Don't return -EINTR when rate-limiting readsTony Luck2020-06-151-4/+2
* efivarfs: Update inode modification time for successful writesTony Luck2020-06-151-0/+1
* 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
* | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2019-07-121-9/+17
|\ \
| * | vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-9/+17
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-194-16/+4
|/ /
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* efivars: Call guid_parse() against guid_t type of variableAndy Shevchenko2018-07-221-1/+3
* efivarfs: Limit the rate for non-root to read filesLuck, Tony2018-02-221-0/+6
* VFS: Kill off s_options and helpersDavid Howells2017-07-111-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | fs/efivarfs: Fix double kfree() in error pathMatt Fleming2016-09-091-3/+3
* | efi: Don't use spinlocks for efi varsSylvain Chouleur2016-09-092-3/+11
|/
* 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
* fs/efivarfs/inode.c: use generic UUID libraryAndy Shevchenko2016-05-201-37/+3
* efivarfs: Make efivarfs_file_ioctl() staticPeter Jones2016-05-071-1/+1
* 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-104-14/+98
* 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-222-4/+4
* 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-152-3/+3
|/
* Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-01-292-1/+2
|\
| * Merge tag 'rneri-efi-next' of https://github.com/ricardon/efi into nextMatt Fleming2015-01-121-1/+1
| |\
| | * efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov2015-01-071-1/+1
| * | fs: Make efivarfs a pseudo filesystem, built by default with EFILeif Lindholm2015-01-051-0/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-101-2/+2
|\ \ | |/ |/|