summaryrefslogtreecommitdiffstats
path: root/fs/efi.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: devfs: Change .lseek callbacks to return 'int'Andrey Smirnov2019-02-041-2/+2
* fs: Update FILE position in lseek()Andrey Smirnov2019-01-291-3/+1
* efi: make sure efi-fs is started in the right orderMichael Olbrich2017-09-081-1/+1
* fs: efi: return with correct error code in efifs_statSteffen Trumtrar2017-07-101-3/+1
* efi: move bus driver to driver/efiJean-Christophe PLAGNIOL-VILLARD2017-02-241-2/+2
* Merge branch 'for-next/misc'Sascha Hauer2016-05-091-2/+1
|\
| * wchar_t: wchar_t should go to stddef.hDu Huanpeng2016-04-141-2/+1
* | move make_directory declaration to libfile.hSascha Hauer2016-04-151-0/+1
* | string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-2/+2
|/
* fs: efi: avoid comparison with uninitialized variableLucas Stach2016-03-041-1/+1
* fs: efi: use xstrdup_* when appropriateMichael Olbrich2015-07-271-2/+2
* fs: rename inode member of struct filep to privSascha Hauer2015-03-091-6/+6
* fs: implement EFI filesystem driverSascha Hauer2014-07-161-0/+563