summaryrefslogtreecommitdiffstats
path: root/fs/efivarfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5 days1-6/+4
|\
| * efivarfs: Revert "allow creation of zero length files"Ard Biesheuvel2025-03-071-6/+4
* | efivarfs: fix NULL dereference on resumeJames Bottomley2025-03-181-2/+48
* | efivarfs: use I_MUTEX_CHILD nested lock to traverse variables on resumeArd Biesheuvel2025-03-171-1/+1
|/
* efivarfs: allow creation of zero length filesJames Bottomley2025-02-271-4/+6
* efivarfs: Defer PM notifier registration until .fill_superArd Biesheuvel2025-02-231-1/+2
* efivarfs: add variable resync after hibernationJames Bottomley2025-01-223-4/+156
* efivarfs: abstract initial variable creation routineJames Bottomley2025-01-221-12/+20
* Merge branch 'efivarfs' into nextArd Biesheuvel2025-01-195-232/+179
|\
| * efivarfs: fix error on write to new variable leaving remnantsJames Bottomley2025-01-193-9/+53
| * efivarfs: remove unused efivarfs_listJames Bottomley2025-01-194-116/+21
| * efivarfs: move variable lifetime management into the inodesJames Bottomley2025-01-194-72/+48
| * efivarfs: make variable_is_present use dcache lookupJames Bottomley2025-01-093-24/+33
| * efivarfs: add helper to convert from UC16 name and GUID to utf8 nameJames Bottomley2025-01-093-14/+29
| * efivarfs: remove unused efi_variable.Attributes and efivar_entry.kobjJames Bottomley2025-01-092-3/+1
* | efivarfs: prevent setting of zero size on the inodes in the cacheJames Bottomley2025-01-191-0/+17
|/
* Merge tag 'efi-fixes-for-v6.13-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-12-153-5/+1
|\
| * efivarfs: Fix error on non-existent fileJames Bottomley2024-12-093-5/+1
* | module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-1/+1
|/
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* efivarfs: Convert to new uid/gid option parsing helpersEric Sandeen2024-07-021-8/+4
* efi: Clear up misconceptions about a maximum variable name sizeTim Schumacher2024-04-131-2/+3
* efivarfs: Remove unused internal struct membersTim Schumacher2024-04-131-4/+1
* efivarfs: Drop 'duplicates' bool parameter on efivar_init()Ard Biesheuvel2024-02-253-6/+4
* efivarfs: Drop redundant cleanup on fill_super() failureArd Biesheuvel2024-02-251-6/+1
* efivarfs: Request at most 512 bytes for variable namesTim Schumacher2024-02-251-6/+11
* efivarfs: automatically update super block flagMasahisa Kojima2023-12-112-0/+29
* efivarfs: Move efivarfs list into superblock s_fs_infoArd Biesheuvel2023-12-114-15/+18
* efivarfs: Free s_fs_info on unmountArd Biesheuvel2023-12-111-0/+3
* efivarfs: Move efivar availability check into FS context initArd Biesheuvel2023-12-111-6/+3
* efivarfs: force RO when remounting if SetVariable is not supportedIlias Apalodimas2023-12-111-0/+12
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+2
|\
| * fs: report f_fsid from s_dev for "simple" filesystemsAmir Goldstein2023-10-281-0/+2
* | Merge tag 'efi-next-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-043-0/+81
|\ \
| * | efivarfs: Add uid/gid mount optionsJiao Zhou2023-10-203-0/+81
* | | efivarfs: convert to new timestamp accessorsJeff Layton2023-10-182-2/+2
| |/ |/|
* | efivarfs: fix statfs() on efivarfsHeinrich Schuchardt2023-09-111-4/+10
|/
* efivarfs: convert to ctime accessor functionsJeff Layton2023-07-132-2/+2
* efivarfs: update ctime when mtime changes on a writeJeff Layton2023-07-101-1/+1
* efivarfs: expose used and total sizeAnisse Astier2023-05-171-1/+38
* Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-231-3/+6
|\
| * efivarfs: always register filesystemJohan Hovold2023-01-261-3/+6
| * efi: efivars: drop kobject from efivars_register()Johan Hovold2023-01-171-1/+1
* | fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
|/
* efi: vars: prohibit reading random seed variablesJason A. Donenfeld2022-12-012-0/+7
* efi: efivars: Fix variable writes without query_variable_store()Ard Biesheuvel2022-10-211-16/+0
* efi: vars: Move efivar caching layer into efivarfsArd Biesheuvel2022-06-243-1/+779
* efi: vars: Use locking version to iterate over efivars linked listsArd Biesheuvel2022-06-241-6/+3
* efi: vars: Don't drop lock in the middle of efivar_init()Ard Biesheuvel2022-06-241-4/+2