Age | Commit message (Expand) | Author |
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 |
2021-04-12 | efivars: convert to fileattr | Miklos Szeredi |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner |
2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner |
2020-11-25 | efivarfs: revert "fix memory leak in efivarfs_create()" | Ard Biesheuvel |
2020-10-26 | efivarfs: fix memory leak in efivarfs_create() | Vamshi K Sthambamkadi |
2020-09-25 | efivarfs: Replace invalid slashes with exclamation marks in dentries. | Michael Schaller |
2020-07-09 | efi/efivars: Expose RT service availability via efivars abstraction | Ard Biesheuvel |
2020-06-15 | efivarfs: Don't return -EINTR when rate-limiting reads | Tony Luck |
2020-06-15 | efivarfs: Update inode modification time for successful writes | Tony Luck |
2020-02-23 | efi: Use more granular check for availability for variable services | Ard Biesheuvel |
2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2019-07-12 | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x... | Linus Torvalds |
2019-07-04 | vfs: Convert efivarfs to use the new mount API | David Howells |
2019-07-01 | vfs: create a generic checking and prep function for FS_IOC_SETFLAGS | Darrick J. Wong |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2018-07-22 | efivars: Call guid_parse() against guid_t type of variable | Andy Shevchenko |
2018-02-22 | efivarfs: Limit the rate for non-root to read files | Luck, Tony |
2017-07-11 | VFS: Kill off s_options and helpers | David Howells |
2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-09-27 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani |
2016-09-09 | fs/efivarfs: Fix double kfree() in error path | Matt Fleming |
2016-09-09 | efi: Don't use spinlocks for efi vars | Sylvain Chouleur |