summaryrefslogtreecommitdiff
path: root/include/fs.h
AgeCommit message (Expand)Author
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-01-17common: Move functions for loading from fat/ext2 to fs.hSimon Glass
2019-10-17fs: add fs_get_type() for current filesystem typeAKASHI Takahiro
2019-10-17fs: update fs_close() descriptionHeinrich Schuchardt
2019-10-17fs: export fs_close()AKASHI Takahiro
2019-05-03fs: correct comments for fs_read() and write()Heinrich Schuchardt
2019-04-09fs: Add a new command to create symbolic linksJean-Jacques Hiblot
2018-09-23fs: add unlink interfaceAKASHI Takahiro
2018-09-23fs: add mkdir interfaceAKASHI Takahiro
2018-05-30fs: Add fs_get_type_name to return current filesystem nameAlex Kiernan
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-10-02fs: btrfs: Add U-Boot fs handlers.Marek BehĂșn
2017-09-15fs: add fs_readdir()Rob Clark
2016-01-19Add more SPDX-License-Identifier tagsTom Rini
2015-10-24ubifs: Add generic fs supportHans de Goede
2015-01-29fs: Add command to retrieve the filesystem typeSjoerd Simons
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-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-01fs: Add support for saving data to filesystemsSimon Glass
2013-03-04sandbox: Add host filesystemSimon Glass
2012-11-04fs: rename fsload command to loadStephen Warren
2012-11-04fs: fix number base behaviour change in fatload/ext*loadStephen Warren
2012-10-29fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren