summaryrefslogtreecommitdiffstats
path: root/fs/uimagefs.c
Commit message (Expand)AuthorAgeFilesLines
* uImage: use IS_ENABLED(CONFIG_TIMESTAMP)Antony Pavlov2024-01-111-14/+10
* 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-11/+13
* treewide: replace errno_str() with %m printf format specifierAhmad Fatoum2022-10-111-2/+2
* treewide: Remove duplicate incudesAlexander Shiyan2022-06-101-1/+0
* treewide: Make locally used functions staticSascha Hauer2019-03-181-1/+1
* fs: devfs: Change .lseek callbacks to return 'int'Andrey Smirnov2019-02-041-2/+2
* fs/uimagefs: Use is_tftp_fs() and cache_file() to ease TFTP workaroundSascha Hauer2018-01-251-24/+13
* uimage: fix: add can_lseek_backward and use in uimage_openMichael Grzeschik2017-11-101-2/+2
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-5/+5
* include: move crc specific stuff to crc.hSascha Hauer2016-04-151-0/+1
* fs: rename inode member of struct filep to privSascha Hauer2015-03-091-4/+4
* move file helper functions to separate fileSascha Hauer2014-08-071-0/+1
* Merge branch 'for-next/fs'Sascha Hauer2013-10-071-5/+5
* fs: add uimagefsJean-Christophe PLAGNIOL-VILLARD2013-09-271-0/+554