summaryrefslogtreecommitdiffstats
path: root/include/fs.h
Commit message (Expand)AuthorAgeFilesLines
* fs/squashfs: new filesystemJoao Marcos Costa2020-08-071-0/+1
* cmd: fs: Add command to list supported fs typesNiel Fourie2020-07-071-0/+11
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-18/+21
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+2
* common: Move functions for loading from fat/ext2 to fs.hSimon Glass2020-01-171-0/+22
* fs: add fs_get_type() for current filesystem typeAKASHI Takahiro2019-10-171-0/+10
* fs: update fs_close() descriptionHeinrich Schuchardt2019-10-171-1/+6
* fs: export fs_close()AKASHI Takahiro2019-10-171-0/+7
* fs: correct comments for fs_read() and write()Heinrich Schuchardt2019-05-031-18/+21
* fs: Add a new command to create symbolic linksJean-Jacques Hiblot2019-04-091-0/+2
* fs: add unlink interfaceAKASHI Takahiro2018-09-231-0/+12
* fs: add mkdir interfaceAKASHI Takahiro2018-09-231-0/+10
* fs: Add fs_get_type_name to return current filesystem nameAlex Kiernan2018-05-301-0/+10
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* fs: btrfs: Add U-Boot fs handlers.Marek BehĂșn2017-10-021-0/+1
* fs: add fs_readdir()Rob Clark2017-09-151-0/+67
* Add more SPDX-License-Identifier tagsTom Rini2016-01-191-11/+1
* ubifs: Add generic fs supportHans de Goede2015-10-241-0/+1
* fs: Add command to retrieve the filesystem typeSjoerd Simons2015-01-291-0/+6
* fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami2014-11-231-16/+25
* fs: make it possible to read the filesystem UUIDChristian Gmeiner2014-11-231-0/+7
* fs: implement size/fatsize/ext4sizeStephen Warren2014-08-091-0/+9
* fs: implement infrastructure for an 'exists' functionStephen Warren2014-02-191-0/+9
* fs: fix generic save command implementationStephen Warren2014-02-191-0/+10
* Fix number base handling of "load" commandWolfgang Denk2013-10-071-2/+2
* fs: Add support for saving data to filesystemsSimon Glass2013-05-011-0/+2
* sandbox: Add host filesystemSimon Glass2013-03-041-0/+1
* fs: rename fsload command to loadStephen Warren2012-11-041-1/+1
* fs: fix number base behaviour change in fatload/ext*loadStephen Warren2012-11-041-1/+1
* fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren2012-10-291-0/+65