summaryrefslogtreecommitdiffstats
path: root/fs/efivarfs
Commit message (Expand)AuthorAgeFilesLines
* efivarfs: Drop 'duplicates' bool parameter on efivar_init()Ard Biesheuvel2024-02-253-6/+4
* efivarfs: Drop redundant cleanup on fill_super() failureArd Biesheuvel2024-02-251-6/+1
* efivarfs: Request at most 512 bytes for variable namesTim Schumacher2024-02-251-6/+11
* efivarfs: automatically update super block flagMasahisa Kojima2023-12-112-0/+29
* efivarfs: Move efivarfs list into superblock s_fs_infoArd Biesheuvel2023-12-114-15/+18
* 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-043-0/+81
|\ \
| * | efivarfs: Add uid/gid mount optionsJiao Zhou2023-10-203-0/+81
* | | efivarfs: convert to new timestamp accessorsJeff Layton2023-10-182-2/+2
| |/ |/|
* | efivarfs: fix statfs() on efivarfsHeinrich Schuchardt2023-09-111-4/+10
|/
* efivarfs: convert to ctime accessor functionsJeff Layton2023-07-132-2/+2
* efivarfs: update ctime when mtime changes on a writeJeff Layton2023-07-101-1/+1
* efivarfs: expose used and total sizeAnisse Astier2023-05-171-1/+38
* 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
|/