summaryrefslogtreecommitdiffstats
path: root/fs/fs.c
Commit message (Expand)AuthorAgeFilesLines
* cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitionsSean Anderson2021-04-221-2/+2
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* cmd: load, emit error message for invalid block deviceHeinrich Schuchardt2021-02-011-1/+3
* efi_loader: setting boot deviceHeinrich Schuchardt2021-01-131-1/+2
* fs/fat: implement fsuuid commandHeinrich Schuchardt2020-12-311-1/+1
* fs/squashfs: implement exists() functionRichard Genoud2020-11-191-1/+1
* fs/squashfs: fix board hang-up when calling .exists()Richard Genoud2020-11-191-0/+7
* fs: convert error and debug messages to logHeinrich Schuchardt2020-09-061-7/+9
* fs/fs.c: add symbolic link case to fs_ls_generic()Joao Marcos Costa2020-08-071-0/+3
* fs/squashfs: new filesystemJoao Marcos Costa2020-08-071-0/+15
* fs: error handling in do_load()Heinrich Schuchardt2020-07-171-5/+7
* cmd: fs: Add command to list supported fs typesNiel Fourie2020-07-071-0/+20
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-14/+15
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-3/+3
* fs: add fs_get_type() for current filesystem typeAKASHI Takahiro2019-10-171-0/+13
* fs: clean up around fs_typeAKASHI Takahiro2019-10-171-3/+0
* fs: export fs_close()AKASHI Takahiro2019-10-171-1/+1
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* fs: do_load: pass device path for efi payloadMian Yousaf Kaukab2019-06-201-0/+5
* fs: Add a new command to create symbolic linksJean-Jacques Hiblot2019-04-091-0/+44
* 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