summaryrefslogtreecommitdiff
path: root/fs/efivarfs
AgeCommit message (Expand)AuthorFilesLines
2024-04-13efi: Clear up misconceptions about a maximum variable name sizeTim Schumacher1-2/+3
2024-04-13efivarfs: Remove unused internal struct membersTim Schumacher1-4/+1
2024-02-25efivarfs: Drop 'duplicates' bool parameter on efivar_init()Ard Biesheuvel3-6/+4
2024-02-25efivarfs: Drop redundant cleanup on fill_super() failureArd Biesheuvel1-6/+1
2024-02-25efivarfs: Request at most 512 bytes for variable namesTim Schumacher1-6/+11
2023-12-11efivarfs: automatically update super block flagMasahisa Kojima2-0/+29
2023-12-11efivarfs: Move efivarfs list into superblock s_fs_infoArd Biesheuvel4-15/+18
2023-12-11efivarfs: Free s_fs_info on unmountArd Biesheuvel1-0/+3
2023-12-11efivarfs: Move efivar availability check into FS context initArd Biesheuvel1-6/+3
2023-12-11efivarfs: force RO when remounting if SetVariable is not supportedIlias Apalodimas1-0/+12
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+2
2023-11-04Merge tag 'efi-next-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+81
2023-10-28fs: report f_fsid from s_dev for "simple" filesystemsAmir Goldstein1-0/+2
2023-10-20efivarfs: Add uid/gid mount optionsJiao Zhou3-0/+81
2023-10-18efivarfs: convert to new timestamp accessorsJeff Layton2-2/+2
2023-09-11efivarfs: fix statfs() on efivarfsHeinrich Schuchardt1-4/+10
2023-07-13efivarfs: convert to ctime accessor functionsJeff Layton2-2/+2
2023-07-10efivarfs: update ctime when mtime changes on a writeJeff Layton1-1/+1
2023-05-17efivarfs: expose used and total sizeAnisse Astier1-1/+38
2023-02-24Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+6
2023-01-26efivarfs: always register filesystemJohan Hovold1-3/+6
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-17efi: efivars: drop kobject from efivars_register()Johan Hovold1-1/+1
2022-12-01efi: vars: prohibit reading random seed variablesJason A. Donenfeld2-0/+7
2022-10-21efi: efivars: Fix variable writes without query_variable_store()Ard Biesheuvel1-16/+0
2022-06-24efi: vars: Move efivar caching layer into efivarfsArd Biesheuvel3-1/+779
2022-06-24efi: vars: Use locking version to iterate over efivars linked listsArd Biesheuvel1-6/+3
2022-06-24efi: vars: Don't drop lock in the middle of efivar_init()Ard Biesheuvel1-4/+2
2021-04-12efivars: convert to fileattrMiklos Szeredi2-77/+44
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-11-25efivarfs: revert "fix memory leak in efivarfs_create()"Ard Biesheuvel2-1/+2
2020-10-26efivarfs: fix memory leak in efivarfs_create()Vamshi K Sthambamkadi1-0/+1
2020-09-26efivarfs: Replace invalid slashes with exclamation marks in dentries.Michael Schaller1-0/+3
2020-07-09efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel1-3/+3
2020-06-15efivarfs: Don't return -EINTR when rate-limiting readsTony Luck1-4/+2
2020-06-15efivarfs: Update inode modification time for successful writesTony Luck1-0/+1
2020-02-23efi: Use more granular check for availability for variable servicesArd Biesheuvel1-1/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-10/+15
2019-07-13Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds1-9/+17
2019-07-05vfs: Convert efivarfs to use the new mount APIDavid Howells1-10/+15
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-9/+17
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner4-16/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-07-22efivars: Call guid_parse() against guid_t type of variableAndy Shevchenko1-1/+3
2018-02-22efivarfs: Limit the rate for non-root to read filesLuck, Tony1-0/+6
2017-07-11VFS: Kill off s_options and helpersDavid Howells1-1/+0
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1