summaryrefslogtreecommitdiff
path: root/fs/fs.c
AgeCommit message (Expand)Author
2022-08-10common: Drop display_options.h from common headerSimon Glass
2022-04-25fs: Add a function to set the filesystem typeSimon Glass
2022-04-21fs: Allow to compile FS_SQUASHFS only for proper U-BootPali Rohár
2022-04-19fs: Allow to compile FS_BTRFS when SPL is enabledPali Rohár
2022-04-14fs: Allow to compile CMD_UBIFS when SPL is enabledPali Rohár
2022-04-14fs: Allow to compile FS_FAT only for proper U-BootPali Rohár
2022-04-01fs: Add semihosting filesystemSean Anderson
2022-03-15fs/erofs: add erofs filesystem supportHuang Jianan
2021-09-24fs: avoid superfluous messagesHeinrich Schuchardt
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-04-22cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitionsSean Anderson
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-02-01cmd: load, emit error message for invalid block deviceHeinrich Schuchardt
2021-01-13efi_loader: setting boot deviceHeinrich Schuchardt
2020-12-31fs/fat: implement fsuuid commandHeinrich Schuchardt
2020-11-19fs/squashfs: implement exists() functionRichard Genoud
2020-11-19fs/squashfs: fix board hang-up when calling .exists()Richard Genoud
2020-09-06fs: convert error and debug messages to logHeinrich Schuchardt
2020-08-07fs/fs.c: add symbolic link case to fs_ls_generic()Joao Marcos Costa
2020-08-07fs/squashfs: new filesystemJoao Marcos Costa
2020-07-17fs: error handling in do_load()Heinrich Schuchardt
2020-07-07cmd: fs: Add command to list supported fs typesNiel Fourie
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2019-10-17fs: add fs_get_type() for current filesystem typeAKASHI Takahiro
2019-10-17fs: clean up around fs_typeAKASHI Takahiro
2019-10-17fs: export fs_close()AKASHI Takahiro
2019-08-11env: Move env_set_hex() to env.hSimon Glass
2019-06-20fs: do_load: pass device path for efi payloadMian Yousaf Kaukab
2019-04-09fs: Add a new command to create symbolic linksJean-Jacques Hiblot
2019-02-09fs: ext4: Unmount FS in do_fs_type()Marek Vasut
2019-02-02lmb: handle more than one DRAM BANKSimon Goldschmidt
2019-02-01spl: fat/fs: Add control to build FS EXT4 in SPLTien Fong Chee
2019-02-01spl: fat/fs: Add option to include/exclude FAT write build in SPLTien Fong Chee
2019-01-16fs: prevent overwriting reserved memorySimon Goldschmidt
2018-12-02fs: update fs_dev_part in fs_set_blk_dev_with_part()AKASHI Takahiro
2018-09-23fs: fat: support unlinkAKASHI Takahiro
2018-09-23fs: add unlink interfaceAKASHI Takahiro
2018-09-23fs: fat: support mkdirAKASHI Takahiro
2018-09-23fs: add mkdir interfaceAKASHI Takahiro
2018-08-13fs: fix typo 'dumm'Heinrich Schuchardt
2018-05-30fs: Add fs_get_type_name to return current filesystem nameAlex Kiernan
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-01-19fs: remove distractive message in fs_read()Heinrich Schuchardt
2017-10-16fs: Set .opendir to fs_opendir_unsupported for btrfsMarek Behún
2017-10-02fs: btrfs: Add U-Boot fs handlers.Marek Behún
2017-09-15fat/fs: move ls to generic implementationRob Clark
2017-09-15fs: add fs_readdir()Rob Clark