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