summaryrefslogtreecommitdiff
path: root/fs/efivarfs/vars.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-22efivarfs: add variable resync after hibernationJames Bottomley1-2/+4
2025-01-19efivarfs: remove unused efivarfs_listJames Bottomley1-78/+11
2025-01-19efivarfs: move variable lifetime management into the inodesJames Bottomley1-36/+3
2025-01-09efivarfs: make variable_is_present use dcache lookupJames Bottomley1-24/+2
2025-01-09efivarfs: add helper to convert from UC16 name and GUID to utf8 nameJames Bottomley1-0/+25
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-04-13efi: Clear up misconceptions about a maximum variable name sizeTim Schumacher1-2/+3
2024-02-25efivarfs: Drop 'duplicates' bool parameter on efivar_init()Ard Biesheuvel1-4/+2
2024-02-25efivarfs: Request at most 512 bytes for variable namesTim Schumacher1-6/+11
2023-12-11efivarfs: Move efivarfs list into superblock s_fs_infoArd Biesheuvel1-2/+3
2022-10-21efi: efivars: Fix variable writes without query_variable_store()Ard Biesheuvel1-16/+0
2022-06-24efi: vars: Move efivar caching layer into efivarfsArd Biesheuvel1-0/+738