summaryrefslogtreecommitdiff
path: root/fs/fs.c
Commit message (Expand)AuthorAgeFilesLines
* fs: ext4: Unmount FS in do_fs_type()Marek Vasut2019-02-091-0/+2
* lmb: handle more than one DRAM BANKSimon Goldschmidt2019-02-021-2/+1
* spl: fat/fs: Add control to build FS EXT4 in SPLTien Fong Chee2019-02-011-1/+2
* spl: fat/fs: Add option to include/exclude FAT write build in SPLTien Fong Chee2019-02-011-1/+1
* fs: prevent overwriting reserved memorySimon Goldschmidt2019-01-161-3/+53
* fs: update fs_dev_part in fs_set_blk_dev_with_part()AKASHI Takahiro2018-12-021-0/+1
* fs: fat: support unlinkAKASHI Takahiro2018-09-231-1/+2
* fs: add unlink interfaceAKASHI Takahiro2018-09-231-0/+40
* fs: fat: support mkdirAKASHI Takahiro2018-09-231-1/+2
* fs: add mkdir interfaceAKASHI Takahiro2018-09-231-0/+45
* fs: fix typo 'dumm'Heinrich Schuchardt2018-08-131-1/+1
* fs: Add fs_get_type_name to return current filesystem nameAlex Kiernan2018-05-301-0/+13
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* fs: remove distractive message in fs_read()Heinrich Schuchardt2018-01-191-1/+1
* fs: Set .opendir to fs_opendir_unsupported for btrfsMarek Behún2017-10-161-0/+1
* fs: btrfs: Add U-Boot fs handlers.Marek Behún2017-10-021-0/+16
* fat/fs: move ls to generic implementationRob Clark2017-09-151-2/+33
* fs: add fs_readdir()Rob Clark2017-09-151-0/+104
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-2/+2
* env: Rename common functions related to setenv()Simon Glass2017-08-161-3/+3
* env: Rename setenv() to env_set()Simon Glass2017-08-161-2/+2
* dm: blk: Rename get_device_and_partition()Simon Glass2016-03-141-1/+1
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-3/+3
* Add more SPDX-License-Identifier tagsTom Rini2016-01-191-11/+1
* fs: handle the fileaddr variable in the same way as in the network caseDavid Müller (ELSOFT AG)2016-01-081-0/+1
* ubifs: Add generic fs supportHans de Goede2015-10-241-0/+16
* fs/fs.c: read up to EOF when len would read past EOFMax Krummenacher2015-08-131-4/+2
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-181-0/+1
* fs: Add command to retrieve the filesystem typeSjoerd Simons2015-01-291-0/+27
* fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methodsTom Rini2014-12-011-2/+4
* fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami2014-11-231-31/+46
* fs: make it possible to read the filesystem UUIDChristian Gmeiner2014-11-231-0/+43
* fs: implement size/fatsize/ext4sizeStephen Warren2014-08-091-0/+43
* catch wrong load address passed to fatload / ext2loadPavel Machek2014-07-221-1/+4
* fat: implement exists() for FAT fsStephen Warren2014-02-191-1/+1
* ext4: implement exists() for ext4fsStephen Warren2014-02-191-1/+1
* sandbox: implement exists() functionStephen Warren2014-02-191-1/+1
* fs: don't pass NULL dev_desc to most filesystemsStephen Warren2014-02-191-0/+16
* fs: implement infrastructure for an 'exists' functionStephen Warren2014-02-191-0/+32
* fs: fix generic save command implementationStephen Warren2014-02-191-6/+3
* Fix number base handling of "load" commandWolfgang Denk2013-10-071-8/+8
* sandbox: fs: Add support for saving files to host filesystemSimon Glass2013-05-011-0/+1
* fs: Add support for saving data to filesystemsSimon Glass2013-05-011-0/+74
* sandbox: Add host filesystemSimon Glass2013-03-041-0/+10
* fs: Move ls and read methods into ext4, fatSimon Glass2013-03-041-110/+8
* fs: Use map_sysmem() on readSimon Glass2013-03-041-8/+15
* fs: Tell probe functions where to put their resultsSimon Glass2013-03-041-8/+12
* fs: Use filesystem methods instead of switch()Simon Glass2013-03-041-34/+26
* fs: Fully populate the filesystem method structSimon Glass2013-03-041-9/+47
* fs: Use new numeric setenv functionsSimon Glass2013-02-281-3/+1