summaryrefslogtreecommitdiff
path: root/fs/sandbox
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-1/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2-5/+2
2016-12-02sandboxfs: Fix resource leakTom Rini1-2/+3
2016-10-11sandbox/fs: Free memory allocated by os_dirent_lsStefan BrĂ¼ns1-0/+1
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-2/+2
2015-04-19sandbox: only do sandboxfs for hostfs interfaceSjoerd Simons1-1/+5
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami1-23/+12
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami1-23/+55
2014-08-09fs: implement size/fatsize/ext4sizeStephen Warren1-0/+5
2014-02-19sandbox: implement exists() functionStephen Warren1-0/+8
2013-11-17fs: descend into sub directories when it is necessaryMasahiro Yamada1-1/+1
2013-10-31fs: convert makefiles to Kbuild styleMasahiro Yamada1-22/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2-28/+2
2013-05-01sandbox: fs: Add support for saving files to host filesystemSimon Glass1-0/+33
2013-03-04sandbox: Add host filesystemSimon Glass2-0/+130