summaryrefslogtreecommitdiff
path: root/fs/fs.c
AgeCommit message (Expand)Author
2016-03-14dm: blk: Rename get_device_and_partition()Simon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-01-19Add more SPDX-License-Identifier tagsTom Rini
2016-01-08fs: handle the fileaddr variable in the same way as in the network caseDavid Müller (ELSOFT AG)
2015-10-24ubifs: Add generic fs supportHans de Goede
2015-08-13fs/fs.c: read up to EOF when len would read past EOFMax Krummenacher
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2015-01-29fs: Add command to retrieve the filesystem typeSjoerd Simons
2014-12-01fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methodsTom Rini
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami
2014-11-23fs: make it possible to read the filesystem UUIDChristian Gmeiner
2014-08-09fs: implement size/fatsize/ext4sizeStephen Warren
2014-07-22catch wrong load address passed to fatload / ext2loadPavel Machek
2014-02-19fat: implement exists() for FAT fsStephen Warren
2014-02-19ext4: implement exists() for ext4fsStephen Warren
2014-02-19sandbox: implement exists() functionStephen Warren
2014-02-19fs: don't pass NULL dev_desc to most filesystemsStephen Warren
2014-02-19fs: implement infrastructure for an 'exists' functionStephen Warren
2014-02-19fs: fix generic save command implementationStephen Warren
2013-10-07Fix number base handling of "load" commandWolfgang Denk
2013-05-01sandbox: fs: Add support for saving files to host filesystemSimon Glass
2013-05-01fs: Add support for saving data to filesystemsSimon Glass
2013-03-04sandbox: Add host filesystemSimon Glass
2013-03-04fs: Move ls and read methods into ext4, fatSimon Glass
2013-03-04fs: Use map_sysmem() on readSimon Glass
2013-03-04fs: Tell probe functions where to put their resultsSimon Glass
2013-03-04fs: Use filesystem methods instead of switch()Simon Glass
2013-03-04fs: Fully populate the filesystem method structSimon Glass
2013-02-28fs: Use new numeric setenv functionsSimon Glass
2012-11-14fs/fs.c: do_fsload: measure throughputAndreas Bießmann
2012-11-04fs: rename fsload command to loadStephen Warren
2012-11-04fs: fix number base behaviour change in fatload/ext*loadStephen Warren
2012-11-04fs: fix do_fsload() handling of optional argumentsStephen Warren
2012-11-02fs: handle CONFIG_NEEDS_MANUAL_RELOCStephen Warren
2012-10-29fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren