summaryrefslogtreecommitdiffstats
path: root/fs/efi.c
Commit message (Expand)AuthorAgeFilesLines
* fs: efi: move definitions into headerAhmad Fatoum2024-03-051-59/+0
* efi: don't hide structs, enums or unions behind _tAhmad Fatoum2024-03-051-3/+3
* Rename struct fs_driver_d to fs_driverSascha Hauer2023-01-101-1/+1
* Rename struct fs_device_d to fs_deviceSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-21/+23
* 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: 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