summaryrefslogtreecommitdiffstats
path: root/fs/efivarfs
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+1
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2026-01-19efivarfs: fix error propagation in efivar_entry_get()Kohei Enju-1/+1
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-7/+5
2025-11-16convert efivarfsAl Viro-7/+5
2025-11-12power: always freeze efivarfsChristian Brauner-0/+1
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik-1/+1
2025-08-28efivarfs: Fix slab-out-of-bounds in efivarfs_d_compareLi Nan-0/+4
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-2/+2
2025-07-18efivarfs: Fix memory leak of efivarfs_fs_info in fs_context error pathsBreno Leitao-0/+6
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner-2/+2
2025-06-11efivarfs: use DCACHE_DONTCACHE instead of always_delete_dentry()Al Viro-1/+1
2025-06-10new helper: set_default_d_op()Al Viro-1/+1
2025-05-26Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-145/+51
2025-05-09efivarfs: support freeze/thawChristian Brauner-145/+51
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown-10/+5
2025-03-29Merge tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+4
2025-03-18efivarfs: fix NULL dereference on resumeJames Bottomley-2/+48
2025-03-17efivarfs: use I_MUTEX_CHILD nested lock to traverse variables on resumeArd Biesheuvel-1/+1
2025-03-07efivarfs: Revert "allow creation of zero length files"Ard Biesheuvel-6/+4
2025-02-27efivarfs: allow creation of zero length filesJames Bottomley-4/+6
2025-02-23efivarfs: Defer PM notifier registration until .fill_superArd Biesheuvel-1/+2
2025-01-22efivarfs: add variable resync after hibernationJames Bottomley-4/+156
2025-01-22efivarfs: abstract initial variable creation routineJames Bottomley-12/+20
2025-01-19Merge branch 'efivarfs' into nextArd Biesheuvel-232/+179
2025-01-19efivarfs: fix error on write to new variable leaving remnantsJames Bottomley-9/+53
2025-01-19efivarfs: remove unused efivarfs_listJames Bottomley-116/+21
2025-01-19efivarfs: move variable lifetime management into the inodesJames Bottomley-72/+48
2025-01-19efivarfs: prevent setting of zero size on the inodes in the cacheJames Bottomley-0/+17
2025-01-09efivarfs: make variable_is_present use dcache lookupJames Bottomley-24/+33
2025-01-09efivarfs: add helper to convert from UC16 name and GUID to utf8 nameJames Bottomley-14/+29
2025-01-09efivarfs: remove unused efi_variable.Attributes and efivar_entry.kobjJames Bottomley-3/+1
2024-12-15Merge tag 'efi-fixes-for-v6.13-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+1
2024-12-09efivarfs: Fix error on non-existent fileJames Bottomley-5/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-07-02efivarfs: Convert to new uid/gid option parsing helpersEric Sandeen-8/+4
2024-04-13efi: Clear up misconceptions about a maximum variable name sizeTim Schumacher-2/+3
2024-04-13efivarfs: Remove unused internal struct membersTim Schumacher-4/+1
2024-02-25efivarfs: Drop 'duplicates' bool parameter on efivar_init()Ard Biesheuvel-6/+4
2024-02-25efivarfs: Drop redundant cleanup on fill_super() failureArd Biesheuvel-6/+1
2024-02-25efivarfs: Request at most 512 bytes for variable namesTim Schumacher-6/+11
2023-12-11efivarfs: automatically update super block flagMasahisa Kojima-0/+29
2023-12-11efivarfs: Move efivarfs list into superblock s_fs_infoArd Biesheuvel-15/+18
2023-12-11efivarfs: Free s_fs_info on unmountArd Biesheuvel-0/+3
2023-12-11efivarfs: Move efivar availability check into FS context initArd Biesheuvel-6/+3