summaryrefslogtreecommitdiffstats
path: root/fs/fs.c
Commit message (Expand)AuthorAgeFilesLines
* fs: Add command to retrieve the filesystem typeSjoerd Simons2015-01-291-0/+27
* fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methodsTom Rini2014-12-011-2/+4
* fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami2014-11-231-31/+46
* fs: make it possible to read the filesystem UUIDChristian Gmeiner2014-11-231-0/+43
* fs: implement size/fatsize/ext4sizeStephen Warren2014-08-091-0/+43
* catch wrong load address passed to fatload / ext2loadPavel Machek2014-07-221-1/+4
* fat: implement exists() for FAT fsStephen Warren2014-02-191-1/+1
* ext4: implement exists() for ext4fsStephen Warren2014-02-191-1/+1
* sandbox: implement exists() functionStephen Warren2014-02-191-1/+1
* fs: don't pass NULL dev_desc to most filesystemsStephen Warren2014-02-191-0/+16
* fs: implement infrastructure for an 'exists' functionStephen Warren2014-02-191-0/+32
* fs: fix generic save command implementationStephen Warren2014-02-191-6/+3
* Fix number base handling of "load" commandWolfgang Denk2013-10-071-8/+8
* sandbox: fs: Add support for saving files to host filesystemSimon Glass2013-05-011-0/+1
* fs: Add support for saving data to filesystemsSimon Glass2013-05-011-0/+74
* sandbox: Add host filesystemSimon Glass2013-03-041-0/+10
* fs: Move ls and read methods into ext4, fatSimon Glass2013-03-041-110/+8
* fs: Use map_sysmem() on readSimon Glass2013-03-041-8/+15
* fs: Tell probe functions where to put their resultsSimon Glass2013-03-041-8/+12
* fs: Use filesystem methods instead of switch()Simon Glass2013-03-041-34/+26
* fs: Fully populate the filesystem method structSimon Glass2013-03-041-9/+47
* fs: Use new numeric setenv functionsSimon Glass2013-02-281-3/+1
* fs/fs.c: do_fsload: measure throughputAndreas Bießmann2012-11-141-1/+10
* fs: rename fsload command to loadStephen Warren2012-11-041-1/+1
* fs: fix number base behaviour change in fatload/ext*loadStephen Warren2012-11-041-4/+4
* fs: fix do_fsload() handling of optional argumentsStephen Warren2012-11-041-3/+7
* fs: handle CONFIG_NEEDS_MANUAL_RELOCStephen Warren2012-11-021-1/+12
* fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren2012-10-291-0/+308
OpenPOWER on IntegriCloud