summaryrefslogtreecommitdiffstats
path: root/fs/sandbox
Commit message (Expand)AuthorAgeFilesLines
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-1/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-072-5/+2
* sandboxfs: Fix resource leakTom Rini2016-12-021-2/+3
* sandbox/fs: Free memory allocated by os_dirent_lsStefan BrĂ¼ns2016-10-111-0/+1
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-2/+2
* sandbox: only do sandboxfs for hostfs interfaceSjoerd Simons2015-04-191-1/+5
* fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami2014-11-231-23/+12
* sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-231-23/+55
* fs: implement size/fatsize/ext4sizeStephen Warren2014-08-091-0/+5
* sandbox: implement exists() functionStephen Warren2014-02-191-0/+8
* fs: descend into sub directories when it is necessaryMasahiro Yamada2013-11-171-1/+1
* fs: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-22/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-242-28/+2
* sandbox: fs: Add support for saving files to host filesystemSimon Glass2013-05-011-0/+33
* sandbox: Add host filesystemSimon Glass2013-03-042-0/+130