summaryrefslogtreecommitdiff
path: root/include/fs.h
AgeCommit message (Expand)AuthorFilesLines
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