summaryrefslogtreecommitdiff
path: root/include/fs.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-12fs: fat: add file attributes to struct fs_direntHeinrich Schuchardt1-4/+18
2020-08-08fs/squashfs: new filesystemJoao Marcos Costa1-0/+1
2020-07-07cmd: fs: Add command to list supported fs typesNiel Fourie1-0/+11
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-18/+21
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+2
2020-01-17common: Move functions for loading from fat/ext2 to fs.hSimon Glass1-0/+22
2019-10-17fs: add fs_get_type() for current filesystem typeAKASHI Takahiro1-0/+10
2019-10-17fs: update fs_close() descriptionHeinrich Schuchardt1-1/+6
2019-10-17fs: export fs_close()AKASHI Takahiro1-0/+7
2019-05-03fs: correct comments for fs_read() and write()Heinrich Schuchardt1-18/+21
2019-04-10fs: Add a new command to create symbolic linksJean-Jacques Hiblot1-0/+2
2018-09-23fs: add unlink interfaceAKASHI Takahiro1-0/+12
2018-09-23fs: add mkdir interfaceAKASHI Takahiro1-0/+10
2018-05-30fs: Add fs_get_type_name to return current filesystem nameAlex Kiernan1-0/+10
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-03fs: btrfs: Add U-Boot fs handlers.Marek BehĂșn1-0/+1
2017-09-15fs: add fs_readdir()Rob Clark1-0/+67
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-11/+1
2015-10-24ubifs: Add generic fs supportHans de Goede1-0/+1
2015-01-29fs: Add command to retrieve the filesystem typeSjoerd Simons1-0/+6
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami1-16/+25
2014-11-23fs: make it possible to read the filesystem UUIDChristian Gmeiner1-0/+7
2014-08-09fs: implement size/fatsize/ext4sizeStephen Warren1-0/+9
2014-02-19fs: implement infrastructure for an 'exists' functionStephen Warren1-0/+9
2014-02-19fs: fix generic save command implementationStephen Warren1-0/+10
2013-10-07Fix number base handling of "load" commandWolfgang Denk1-2/+2
2013-05-01fs: Add support for saving data to filesystemsSimon Glass1-0/+2
2013-03-04sandbox: Add host filesystemSimon Glass1-0/+1
2012-11-04fs: rename fsload command to loadStephen Warren1-1/+1
2012-11-04fs: fix number base behaviour change in fatload/ext*loadStephen Warren1-1/+1
2012-10-30fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren1-0/+65