summaryrefslogtreecommitdiff
path: root/fs/efivarfs/super.c
AgeCommit message (Expand)Author
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-16convert efivarfsAl Viro
2025-11-12power: always freeze efivarfsChristian Brauner
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-08-28efivarfs: Fix slab-out-of-bounds in efivarfs_d_compareLi Nan
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-07-18efivarfs: Fix memory leak of efivarfs_fs_info in fs_context error pathsBreno Leitao
2025-06-11efivarfs: use DCACHE_DONTCACHE instead of always_delete_dentry()Al Viro
2025-06-10new helper: set_default_d_op()Al Viro
2025-05-26Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-09efivarfs: support freeze/thawChristian Brauner
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown
2025-03-18efivarfs: fix NULL dereference on resumeJames Bottomley
2025-03-17efivarfs: use I_MUTEX_CHILD nested lock to traverse variables on resumeArd Biesheuvel
2025-02-23efivarfs: Defer PM notifier registration until .fill_superArd Biesheuvel
2025-01-22efivarfs: add variable resync after hibernationJames Bottomley
2025-01-22efivarfs: abstract initial variable creation routineJames Bottomley
2025-01-19efivarfs: fix error on write to new variable leaving remnantsJames Bottomley
2025-01-19efivarfs: remove unused efivarfs_listJames Bottomley
2025-01-19efivarfs: move variable lifetime management into the inodesJames Bottomley
2025-01-09efivarfs: make variable_is_present use dcache lookupJames Bottomley
2025-01-09efivarfs: add helper to convert from UC16 name and GUID to utf8 nameJames Bottomley
2025-01-09efivarfs: remove unused efi_variable.Attributes and efivar_entry.kobjJames Bottomley
2024-12-09efivarfs: Fix error on non-existent fileJames Bottomley
2024-07-02efivarfs: Convert to new uid/gid option parsing helpersEric Sandeen
2024-02-25efivarfs: Drop 'duplicates' bool parameter on efivar_init()Ard Biesheuvel
2024-02-25efivarfs: Drop redundant cleanup on fill_super() failureArd Biesheuvel
2023-12-11efivarfs: automatically update super block flagMasahisa Kojima
2023-12-11efivarfs: Move efivarfs list into superblock s_fs_infoArd Biesheuvel
2023-12-11efivarfs: Free s_fs_info on unmountArd Biesheuvel
2023-12-11efivarfs: Move efivar availability check into FS context initArd Biesheuvel
2023-12-11efivarfs: force RO when remounting if SetVariable is not supportedIlias Apalodimas
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-11-04Merge tag 'efi-next-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-10-28fs: report f_fsid from s_dev for "simple" filesystemsAmir Goldstein
2023-10-20efivarfs: Add uid/gid mount optionsJiao Zhou
2023-09-11efivarfs: fix statfs() on efivarfsHeinrich Schuchardt
2023-05-17efivarfs: expose used and total sizeAnisse Astier
2023-01-26efivarfs: always register filesystemJohan Hovold
2023-01-17efi: efivars: drop kobject from efivars_register()Johan Hovold
2022-12-01efi: vars: prohibit reading random seed variablesJason A. Donenfeld
2022-06-24efi: vars: Use locking version to iterate over efivars linked listsArd Biesheuvel
2022-06-24efi: vars: Don't drop lock in the middle of efivar_init()Ard Biesheuvel
2020-11-25efivarfs: revert "fix memory leak in efivarfs_create()"Ard Biesheuvel
2020-10-26efivarfs: fix memory leak in efivarfs_create()Vamshi K Sthambamkadi
2020-09-25efivarfs: Replace invalid slashes with exclamation marks in dentries.Michael Schaller
2020-07-09efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel
2020-02-23efi: Use more granular check for availability for variable servicesArd Biesheuvel
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds