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