summaryrefslogtreecommitdiff
path: root/fs/fs.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-24fs: avoid superfluous messagesHeinrich Schuchardt1-1/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-7/+7
2021-04-22cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitionsSean Anderson1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-02-02cmd: load, emit error message for invalid block deviceHeinrich Schuchardt1-1/+3
2021-01-13efi_loader: setting boot deviceHeinrich Schuchardt1-1/+2
2020-12-31fs/fat: implement fsuuid commandHeinrich Schuchardt1-1/+1
2020-11-19fs/squashfs: implement exists() functionRichard Genoud1-1/+1
2020-11-19fs/squashfs: fix board hang-up when calling .exists()Richard Genoud1-0/+7
2020-09-06fs: convert error and debug messages to logHeinrich Schuchardt1-7/+9
2020-08-08fs/fs.c: add symbolic link case to fs_ls_generic()Joao Marcos Costa1-0/+3
2020-08-08fs/squashfs: new filesystemJoao Marcos Costa1-0/+15
2020-07-17fs: error handling in do_load()Heinrich Schuchardt1-5/+7
2020-07-07cmd: fs: Add command to list supported fs typesNiel Fourie1-0/+20
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-14/+15
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-3/+3
2019-10-17fs: add fs_get_type() for current filesystem typeAKASHI Takahiro1-0/+13
2019-10-17fs: clean up around fs_typeAKASHI Takahiro1-3/+0
2019-10-17fs: export fs_close()AKASHI Takahiro1-1/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-06-21fs: do_load: pass device path for efi payloadMian Yousaf Kaukab1-0/+5
2019-04-10fs: Add a new command to create symbolic linksJean-Jacques Hiblot1-0/+44
2019-02-09fs: ext4: Unmount FS in do_fs_type()Marek Vasut1-0/+2
2019-02-02lmb: handle more than one DRAM BANKSimon Goldschmidt1-2/+1
2019-02-01spl: fat/fs: Add control to build FS EXT4 in SPLTien Fong Chee1-1/+2
2019-02-01spl: fat/fs: Add option to include/exclude FAT write build in SPLTien Fong Chee1-1/+1
2019-01-17fs: prevent overwriting reserved memorySimon Goldschmidt1-3/+53
2018-12-02fs: update fs_dev_part in fs_set_blk_dev_with_part()AKASHI Takahiro1-0/+1
2018-09-23fs: fat: support unlinkAKASHI Takahiro1-1/+2
2018-09-23fs: add unlink interfaceAKASHI Takahiro1-0/+40
2018-09-23fs: fat: support mkdirAKASHI Takahiro1-1/+2
2018-09-23fs: add mkdir interfaceAKASHI Takahiro1-0/+45
2018-08-13fs: fix typo 'dumm'Heinrich Schuchardt1-1/+1
2018-05-30fs: Add fs_get_type_name to return current filesystem nameAlex Kiernan1-0/+13
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-19fs: remove distractive message in fs_read()Heinrich Schuchardt1-1/+1
2017-10-16fs: Set .opendir to fs_opendir_unsupported for btrfsMarek Behún1-0/+1
2017-10-03fs: btrfs: Add U-Boot fs handlers.Marek Behún1-0/+16
2017-09-15fat/fs: move ls to generic implementationRob Clark1-2/+33
2017-09-15fs: add fs_readdir()Rob Clark1-0/+104
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2017-08-16env: Rename common functions related to setenv()Simon Glass1-3/+3
2017-08-16env: Rename setenv() to env_set()Simon Glass1-2/+2
2016-03-15dm: blk: Rename get_device_and_partition()Simon Glass1-1/+1
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-3/+3
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-11/+1
2016-01-08fs: handle the fileaddr variable in the same way as in the network caseDavid Müller (ELSOFT AG)1-0/+1
2015-10-24ubifs: Add generic fs supportHans de Goede1-0/+16