aboutsummaryrefslogtreecommitdiff
path: root/fs/fs.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-19fs: remove distractive message in fs_read()Heinrich Schuchardt1-1/+1
2017-10-16fs: Set .opendir to fs_opendir_unsupported for btrfsMarek Behún1-0/+1
2017-10-02fs: btrfs: Add U-Boot fs handlers.Marek Behún1-0/+16
2017-09-15fat/fs: move ls to generic implementationRob Clark1-2/+33
2017-09-15fs: add fs_readdir()Rob Clark1-0/+104
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2017-08-16env: Rename common functions related to setenv()Simon Glass1-3/+3
2017-08-16env: Rename setenv() to env_set()Simon Glass1-2/+2
2016-03-14dm: blk: Rename get_device_and_partition()Simon Glass1-1/+1
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-3/+3
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-11/+1
2016-01-08fs: handle the fileaddr variable in the same way as in the network caseDavid Müller (ELSOFT AG)1-0/+1
2015-10-24ubifs: Add generic fs supportHans de Goede1-0/+16
2015-08-13fs/fs.c: read up to EOF when len would read past EOFMax Krummenacher1-4/+2
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2015-01-29fs: Add command to retrieve the filesystem typeSjoerd Simons1-0/+27
2014-12-01fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methodsTom Rini1-2/+4
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami1-31/+46
2014-11-23fs: make it possible to read the filesystem UUIDChristian Gmeiner1-0/+43
2014-08-09fs: implement size/fatsize/ext4sizeStephen Warren1-0/+43
2014-07-22catch wrong load address passed to fatload / ext2loadPavel Machek1-1/+4
2014-02-19fat: implement exists() for FAT fsStephen Warren1-1/+1
2014-02-19ext4: implement exists() for ext4fsStephen Warren1-1/+1
2014-02-19sandbox: implement exists() functionStephen Warren1-1/+1
2014-02-19fs: don't pass NULL dev_desc to most filesystemsStephen Warren1-0/+16
2014-02-19fs: implement infrastructure for an 'exists' functionStephen Warren1-0/+32
2014-02-19fs: fix generic save command implementationStephen Warren1-6/+3
2013-10-07Fix number base handling of "load" commandWolfgang Denk1-8/+8
2013-05-01sandbox: fs: Add support for saving files to host filesystemSimon Glass1-0/+1
2013-05-01fs: Add support for saving data to filesystemsSimon Glass1-0/+74
2013-03-04sandbox: Add host filesystemSimon Glass1-0/+10
2013-03-04fs: Move ls and read methods into ext4, fatSimon Glass1-110/+8
2013-03-04fs: Use map_sysmem() on readSimon Glass1-8/+15
2013-03-04fs: Tell probe functions where to put their resultsSimon Glass1-8/+12
2013-03-04fs: Use filesystem methods instead of switch()Simon Glass1-34/+26
2013-03-04fs: Fully populate the filesystem method structSimon Glass1-9/+47
2013-02-28fs: Use new numeric setenv functionsSimon Glass1-3/+1
2012-11-14fs/fs.c: do_fsload: measure throughputAndreas Bießmann1-1/+10
2012-11-04fs: rename fsload command to loadStephen Warren1-1/+1
2012-11-04fs: fix number base behaviour change in fatload/ext*loadStephen Warren1-4/+4
2012-11-04fs: fix do_fsload() handling of optional argumentsStephen Warren1-3/+7
2012-11-02fs: handle CONFIG_NEEDS_MANUAL_RELOCStephen Warren1-1/+12
2012-10-29fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren1-0/+308