index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
efivarfs
Age
Commit message (
Expand
)
Author
2025-03-29
Merge tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-03-18
efivarfs: fix NULL dereference on resume
James Bottomley
2025-03-17
efivarfs: use I_MUTEX_CHILD nested lock to traverse variables on resume
Ard Biesheuvel
2025-03-07
efivarfs: Revert "allow creation of zero length files"
Ard Biesheuvel
2025-02-27
efivarfs: allow creation of zero length files
James Bottomley
2025-02-23
efivarfs: Defer PM notifier registration until .fill_super
Ard Biesheuvel
2025-01-22
efivarfs: add variable resync after hibernation
James Bottomley
2025-01-22
efivarfs: abstract initial variable creation routine
James Bottomley
2025-01-19
Merge branch 'efivarfs' into next
Ard Biesheuvel
2025-01-19
efivarfs: fix error on write to new variable leaving remnants
James Bottomley
2025-01-19
efivarfs: remove unused efivarfs_list
James Bottomley
2025-01-19
efivarfs: move variable lifetime management into the inodes
James Bottomley
2025-01-19
efivarfs: prevent setting of zero size on the inodes in the cache
James Bottomley
2025-01-09
efivarfs: make variable_is_present use dcache lookup
James Bottomley
2025-01-09
efivarfs: add helper to convert from UC16 name and GUID to utf8 name
James Bottomley
2025-01-09
efivarfs: remove unused efi_variable.Attributes and efivar_entry.kobj
James Bottomley
2024-12-15
Merge tag 'efi-fixes-for-v6.13-1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-12-09
efivarfs: Fix error on non-existent file
James Bottomley
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2024-07-02
efivarfs: Convert to new uid/gid option parsing helpers
Eric Sandeen
2024-04-13
efi: Clear up misconceptions about a maximum variable name size
Tim Schumacher
2024-04-13
efivarfs: Remove unused internal struct members
Tim Schumacher
2024-02-25
efivarfs: Drop 'duplicates' bool parameter on efivar_init()
Ard Biesheuvel
2024-02-25
efivarfs: Drop redundant cleanup on fill_super() failure
Ard Biesheuvel
2024-02-25
efivarfs: Request at most 512 bytes for variable names
Tim Schumacher
2023-12-11
efivarfs: automatically update super block flag
Masahisa Kojima
2023-12-11
efivarfs: Move efivarfs list into superblock s_fs_info
Ard Biesheuvel
2023-12-11
efivarfs: Free s_fs_info on unmount
Ard Biesheuvel
2023-12-11
efivarfs: Move efivar availability check into FS context init
Ard Biesheuvel
2023-12-11
efivarfs: force RO when remounting if SetVariable is not supported
Ilias Apalodimas
2023-11-07
Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-11-04
Merge tag 'efi-next-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-10-28
fs: report f_fsid from s_dev for "simple" filesystems
Amir Goldstein
2023-10-20
efivarfs: Add uid/gid mount options
Jiao Zhou
2023-10-18
efivarfs: convert to new timestamp accessors
Jeff Layton
2023-09-11
efivarfs: fix statfs() on efivarfs
Heinrich Schuchardt
2023-07-13
efivarfs: convert to ctime accessor functions
Jeff Layton
2023-07-10
efivarfs: update ctime when mtime changes on a write
Jeff Layton
2023-05-17
efivarfs: expose used and total size
Anisse Astier
2023-02-23
Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-01-26
efivarfs: always register filesystem
Johan Hovold
2023-01-19
fs: port ->fileattr_set() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
2023-01-17
efi: efivars: drop kobject from efivars_register()
Johan Hovold
2022-12-01
efi: vars: prohibit reading random seed variables
Jason A. Donenfeld
2022-10-21
efi: efivars: Fix variable writes without query_variable_store()
Ard Biesheuvel
2022-06-24
efi: vars: Move efivar caching layer into efivarfs
Ard Biesheuvel
2022-06-24
efi: vars: Use locking version to iterate over efivars linked lists
Ard Biesheuvel
2022-06-24
efi: vars: Don't drop lock in the middle of efivar_init()
Ard Biesheuvel
[next]