summaryrefslogtreecommitdiff
path: root/fs/efivarfs
AgeCommit message (Expand)AuthorFilesLines
2025-01-22efivarfs: add variable resync after hibernationJames Bottomley3-4/+156
2025-01-22efivarfs: abstract initial variable creation routineJames Bottomley1-12/+20
2025-01-19Merge branch 'efivarfs' into nextArd Biesheuvel5-232/+179
2025-01-19efivarfs: fix error on write to new variable leaving remnantsJames Bottomley3-9/+53
2025-01-19efivarfs: remove unused efivarfs_listJames Bottomley4-116/+21
2025-01-19efivarfs: move variable lifetime management into the inodesJames Bottomley4-72/+48
2025-01-19efivarfs: prevent setting of zero size on the inodes in the cacheJames Bottomley1-0/+17
2025-01-09efivarfs: make variable_is_present use dcache lookupJames Bottomley3-24/+33
2025-01-09efivarfs: add helper to convert from UC16 name and GUID to utf8 nameJames Bottomley3-14/+29
2025-01-09efivarfs: remove unused efi_variable.Attributes and efivar_entry.kobjJames Bottomley2-3/+1
2024-12-15Merge tag 'efi-fixes-for-v6.13-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+1
2024-12-09efivarfs: Fix error on non-existent fileJames Bottomley3-5/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-07-02efivarfs: Convert to new uid/gid option parsing helpersEric Sandeen1-8/+4
2024-04-13efi: Clear up misconceptions about a maximum variable name sizeTim Schumacher1-2/+3
2024-04-13efivarfs: Remove unused internal struct membersTim Schumacher1-4/+1
2024-02-25efivarfs: Drop 'duplicates' bool parameter on efivar_init()Ard Biesheuvel3-6/+4
2024-02-25efivarfs: Drop redundant cleanup on fill_super() failureArd Biesheuvel1-6/+1
2024-02-25efivarfs: Request at most 512 bytes for variable namesTim Schumacher1-6/+11
2023-12-11efivarfs: automatically update super block flagMasahisa Kojima2-0/+29
2023-12-11efivarfs: Move efivarfs list into superblock s_fs_infoArd Biesheuvel4-15/+18
2023-12-11efivarfs: Free s_fs_info on unmountArd Biesheuvel1-0/+3
2023-12-11efivarfs: Move efivar availability check into FS context initArd Biesheuvel1-6/+3
2023-12-11efivarfs: force RO when remounting if SetVariable is not supportedIlias Apalodimas1-0/+12
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+2
2023-11-04Merge tag 'efi-next-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+81
2023-10-28fs: report f_fsid from s_dev for "simple" filesystemsAmir Goldstein1-0/+2
2023-10-20efivarfs: Add uid/gid mount optionsJiao Zhou3-0/+81
2023-10-18efivarfs: convert to new timestamp accessorsJeff Layton2-2/+2
2023-09-11efivarfs: fix statfs() on efivarfsHeinrich Schuchardt1-4/+10
2023-07-13efivarfs: convert to ctime accessor functionsJeff Layton2-2/+2
2023-07-10efivarfs: update ctime when mtime changes on a writeJeff Layton1-1/+1
2023-05-17efivarfs: expose used and total sizeAnisse Astier1-1/+38
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+6
2023-01-26efivarfs: always register filesystemJohan Hovold1-3/+6
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-17efi: efivars: drop kobject from efivars_register()Johan Hovold1-1/+1
2022-12-01efi: vars: prohibit reading random seed variablesJason A. Donenfeld2-0/+7
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 Biesheuvel3-1/+779
2022-06-24efi: vars: Use locking version to iterate over efivars linked listsArd Biesheuvel1-6/+3
2022-06-24efi: vars: Don't drop lock in the middle of efivar_init()Ard Biesheuvel1-4/+2
2021-04-12efivars: convert to fileattrMiklos Szeredi2-77/+44
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-11-25efivarfs: revert "fix memory leak in efivarfs_create()"Ard Biesheuvel2-1/+2
2020-10-26efivarfs: fix memory leak in efivarfs_create()Vamshi K Sthambamkadi1-0/+1
2020-09-25efivarfs: Replace invalid slashes with exclamation marks in dentries.Michael Schaller1-0/+3