summaryrefslogtreecommitdiffstats
path: root/fs/efivarfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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