summaryrefslogtreecommitdiffstats
path: root/fs/efivarfs.c
Commit message (Expand)AuthorAgeFilesLines
* efi: payload: suppress EFI payload initcalls when not EFI-loadedAhmad Fatoum2024-03-051-1/+1
* Rename struct fs_driver_d to fs_driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-13/+17
* efi: centralize efivarfs_parse_filenameAhmad Fatoum2021-11-251-76/+0
* efi: rename <efi/efi.h> to <efi/efi-payload.h>Ahmad Fatoum2021-11-251-1/+1
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* efi: use efi_guidcmp helper where appropriateAhmad Fatoum2019-10-181-1/+1
* efi: cleanupsOleksij Rempel2019-02-181-1/+1
* fs: let truncate take a loff_t argumentSascha Hauer2019-02-061-1/+1
* fs: Drop trivial .lseek() implementaitons in FS driversAndrey Smirnov2019-01-291-6/+0
* fs: Update FILE position in lseek()Andrey Smirnov2019-01-291-3/+1
* efi: move bus driver to driver/efiJean-Christophe PLAGNIOL-VILLARD2017-02-241-2/+2
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-2/+2
* fs: efivars: read the attributes on the second get_variable()Michael Olbrich2015-07-271-3/+4
* fs: efivars: add more error checkingMichael Olbrich2015-07-271-4/+12
* fs: efivars: use xstrdup_* when appropriateMichael Olbrich2015-07-271-3/+3
* fs: rename inode member of struct filep to privSascha Hauer2015-03-091-5/+5
* fs: efivars: implement write supportLucas Stach2014-12-091-0/+105
* fs: efivars: don't store attributes in fileLucas Stach2014-12-091-7/+6
* fs: efivar: preserve more info in inodeLucas Stach2014-12-091-5/+10
* fs: efivar: move variable discovery into probeLucas Stach2014-12-091-51/+58
* fs: efivar: switch to standard list implementationLucas Stach2014-12-091-21/+13
* fs: efivars: cosmetic changesLucas Stach2014-12-091-4/+4
* fs: implement EFI variable filesystem driverSascha Hauer2014-07-161-0/+340