index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
efivarfs
Age
Commit message (
Expand
)
Author
Files
Lines
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-16
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-24
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
[next]