Age | Commit message (Expand) | Author | Files | Lines |
2025-05-26 | Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -145/+51 |
2025-05-09 | efivarfs: support freeze/thaw | Christian Brauner | 2 | -145/+51 |
2025-04-08 | Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFS | NeilBrown | 1 | -10/+5 |
2025-03-29 | Merge tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -6/+4 |
2025-03-18 | efivarfs: fix NULL dereference on resume | James Bottomley | 1 | -2/+48 |
2025-03-17 | efivarfs: use I_MUTEX_CHILD nested lock to traverse variables on resume | Ard Biesheuvel | 1 | -1/+1 |
2025-03-07 | efivarfs: Revert "allow creation of zero length files" | Ard Biesheuvel | 1 | -6/+4 |
2025-02-27 | efivarfs: allow creation of zero length files | James Bottomley | 1 | -4/+6 |
2025-02-23 | efivarfs: Defer PM notifier registration until .fill_super | Ard Biesheuvel | 1 | -1/+2 |
2025-01-22 | efivarfs: add variable resync after hibernation | James Bottomley | 3 | -4/+156 |
2025-01-22 | efivarfs: abstract initial variable creation routine | James Bottomley | 1 | -12/+20 |
2025-01-19 | Merge branch 'efivarfs' into next | Ard Biesheuvel | 5 | -232/+179 |
2025-01-19 | efivarfs: fix error on write to new variable leaving remnants | James Bottomley | 3 | -9/+53 |
2025-01-19 | efivarfs: remove unused efivarfs_list | James Bottomley | 4 | -116/+21 |
2025-01-19 | efivarfs: move variable lifetime management into the inodes | James Bottomley | 4 | -72/+48 |
2025-01-19 | efivarfs: prevent setting of zero size on the inodes in the cache | James Bottomley | 1 | -0/+17 |
2025-01-09 | efivarfs: make variable_is_present use dcache lookup | James Bottomley | 3 | -24/+33 |
2025-01-09 | efivarfs: add helper to convert from UC16 name and GUID to utf8 name | James Bottomley | 3 | -14/+29 |
2025-01-09 | efivarfs: remove unused efi_variable.Attributes and efivar_entry.kobj | James Bottomley | 2 | -3/+1 |
2024-12-15 | Merge tag 'efi-fixes-for-v6.13-1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -5/+1 |
2024-12-09 | efivarfs: Fix error on non-existent file | James Bottomley | 3 | -5/+1 |
2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 1 | -1/+1 |
2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 1 | -1/+0 |
2024-07-02 | efivarfs: Convert to new uid/gid option parsing helpers | Eric Sandeen | 1 | -8/+4 |
2024-04-13 | efi: Clear up misconceptions about a maximum variable name size | Tim Schumacher | 1 | -2/+3 |
2024-04-13 | efivarfs: Remove unused internal struct members | Tim Schumacher | 1 | -4/+1 |
2024-02-25 | efivarfs: Drop 'duplicates' bool parameter on efivar_init() | Ard Biesheuvel | 3 | -6/+4 |
2024-02-25 | efivarfs: Drop redundant cleanup on fill_super() failure | Ard Biesheuvel | 1 | -6/+1 |
2024-02-25 | efivarfs: Request at most 512 bytes for variable names | Tim Schumacher | 1 | -6/+11 |
2023-12-11 | efivarfs: automatically update super block flag | Masahisa Kojima | 2 | -0/+29 |
2023-12-11 | efivarfs: Move efivarfs list into superblock s_fs_info | Ard Biesheuvel | 4 | -15/+18 |
2023-12-11 | efivarfs: Free s_fs_info on unmount | Ard Biesheuvel | 1 | -0/+3 |
2023-12-11 | efivarfs: Move efivar availability check into FS context init | Ard Biesheuvel | 1 | -6/+3 |
2023-12-11 | efivarfs: force RO when remounting if SetVariable is not supported | Ilias Apalodimas | 1 | -0/+12 |
2023-11-07 | Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -0/+2 |
2023-11-04 | Merge tag 'efi-next-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -0/+81 |
2023-10-28 | fs: report f_fsid from s_dev for "simple" filesystems | Amir Goldstein | 1 | -0/+2 |
2023-10-20 | efivarfs: Add uid/gid mount options | Jiao Zhou | 3 | -0/+81 |
2023-10-18 | efivarfs: convert to new timestamp accessors | Jeff Layton | 2 | -2/+2 |
2023-09-11 | efivarfs: fix statfs() on efivarfs | Heinrich Schuchardt | 1 | -4/+10 |
2023-07-13 | efivarfs: convert to ctime accessor functions | Jeff Layton | 2 | -2/+2 |
2023-07-10 | efivarfs: update ctime when mtime changes on a write | Jeff Layton | 1 | -1/+1 |
2023-05-17 | efivarfs: expose used and total size | Anisse Astier | 1 | -1/+38 |
2023-02-23 | Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+6 |
2023-01-26 | efivarfs: always register filesystem | Johan Hovold | 1 | -3/+6 |
2023-01-19 | fs: port ->fileattr_set() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-17 | efi: efivars: drop kobject from efivars_register() | Johan Hovold | 1 | -1/+1 |
2022-12-01 | efi: vars: prohibit reading random seed variables | Jason A. Donenfeld | 2 | -0/+7 |
2022-10-21 | efi: efivars: Fix variable writes without query_variable_store() | Ard Biesheuvel | 1 | -16/+0 |
2022-06-24 | efi: vars: Move efivar caching layer into efivarfs | Ard Biesheuvel | 3 | -1/+779 |
2022-06-24 | efi: vars: Use locking version to iterate over efivars linked lists | Ard Biesheuvel | 1 | -6/+3 |
2022-06-24 | efi: vars: Don't drop lock in the middle of efivar_init() | Ard Biesheuvel | 1 | -4/+2 |
2021-04-12 | efivars: convert to fileattr | Miklos Szeredi | 2 | -77/+44 |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -2/+2 |
2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+1 |
2020-11-25 | efivarfs: revert "fix memory leak in efivarfs_create()" | Ard Biesheuvel | 2 | -1/+2 |
2020-10-26 | efivarfs: fix memory leak in efivarfs_create() | Vamshi K Sthambamkadi | 1 | -0/+1 |
2020-09-25 | efivarfs: Replace invalid slashes with exclamation marks in dentries. | Michael Schaller | 1 | -0/+3 |
2020-07-09 | efi/efivars: Expose RT service availability via efivars abstraction | Ard Biesheuvel | 1 | -3/+3 |
2020-06-15 | efivarfs: Don't return -EINTR when rate-limiting reads | Tony Luck | 1 | -4/+2 |
2020-06-15 | efivarfs: Update inode modification time for successful writes | Tony Luck | 1 | -0/+1 |
2020-02-23 | efi: Use more granular check for availability for variable services | Ard Biesheuvel | 1 | -1/+1 |
2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -10/+15 |
2019-07-12 | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x... | Linus Torvalds | 1 | -9/+17 |
2019-07-04 | vfs: Convert efivarfs to use the new mount API | David Howells | 1 | -10/+15 |
2019-07-01 | vfs: create a generic checking and prep function for FS_IOC_SETFLAGS | Darrick J. Wong | 1 | -9/+17 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 4 | -16/+4 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2018-07-22 | efivars: Call guid_parse() against guid_t type of variable | Andy Shevchenko | 1 | -1/+3 |
2018-02-22 | efivarfs: Limit the rate for non-root to read files | Luck, Tony | 1 | -0/+6 |
2017-07-11 | VFS: Kill off s_options and helpers | David Howells | 1 | -1/+0 |
2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2016-09-27 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 1 | -1/+1 |
2016-09-09 | fs/efivarfs: Fix double kfree() in error path | Matt Fleming | 1 | -3/+3 |
2016-09-09 | efi: Don't use spinlocks for efi vars | Sylvain Chouleur | 2 | -3/+11 |
2016-07-31 | get rid of 'parent' argument of ->d_compare() | Al Viro | 1 | -2/+1 |
2016-06-10 | vfs: make the string hashes salt the hash | Linus Torvalds | 1 | -2/+2 |
2016-05-20 | fs/efivarfs/inode.c: use generic UUID library | Andy Shevchenko | 1 | -37/+3 |
2016-05-07 | efivarfs: Make efivarfs_file_ioctl() static | Peter Jones | 1 | -1/+1 |
2016-05-07 | efi: Merge boolean flag arguments | Julia Lawall | 1 | -2/+1 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -2/+2 |
2016-02-10 | efi: Make efivarfs entries immutable by default | Peter Jones | 4 | -14/+98 |
2016-02-10 | efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version | Peter Jones | 1 | -4/+3 |
2016-01-22 | wrappers for ->i_mutex access | Al Viro | 2 | -4/+4 |
2015-05-06 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2015-04-17 | efivarfs: Ensure VariableName is NUL-terminated | Ross Lagerwall | 1 | -1/+1 |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2 | -3/+3 |
2015-01-29 | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin... | Ingo Molnar | 2 | -1/+2 |
2015-01-12 | Merge tag 'rneri-efi-next' of https://github.com/ricardon/efi into next | Matt Fleming | 1 | -1/+1 |
2015-01-07 | efi: Rename efi_guid_unparse to efi_guid_to_str | Borislav Petkov | 1 | -1/+1 |
2015-01-05 | fs: Make efivarfs a pseudo filesystem, built by default with EFI | Leif Lindholm | 1 | -0/+1 |
2014-12-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2014-11-19 | kill f_dentry uses | Al Viro | 1 | -2/+2 |
2014-11-11 | efivarfs: Allow unloading when build as module | Mathias Krause | 1 | -2/+9 |
2014-06-04 | fs/efivarfs/super.c: use static const for dentry_operations | Fabian Frederick | 1 | -1/+1 |
2014-03-04 | efivarfs: 'efivarfs_file_write' function reorganization | Geyslan G. Bem | 1 | -9/+4 |
2013-11-15 | consolidate simple ->d_delete() instances | Al Viro | 1 | -10/+1 |
2013-07-14 | efivarfs: we can use simple_lookup() now | Al Viro | 1 | -13/+1 |
2013-06-29 | Don't pass inode to ->d_hash() and ->d_compare() | Linus Torvalds | 1 | -5/+4 |
2013-05-13 | efivarfs: Never return ENOENT from firmware again | Lingzhu Xiang | 1 | -2/+12 |
2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -0/+4 |
2013-04-30 | Merge tag 'v3.9' into efi-for-tip2 | Matt Fleming | 1 | -1/+2 |
2013-04-20 | Merge remote-tracking branch 'efi/chainsaw' into x86/efi | H. Peter Anvin | 6 | -0/+586 |
2013-04-17 | efi: split efisubsystem from efivars | Tom Gundersen | 1 | -1/+1 |
2013-04-17 | efivarfs: Move to fs/efivarfs | Matt Fleming | 6 | -0/+592 |