~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
path: root/fs/fs.c
Commit message (Expand)AuthorAge
* fs: Create functions to load and allocate a fileSimon Glass2023-07-14
* common: Drop display_options.h from common headerSimon Glass2022-08-10
* fs: Add a function to set the filesystem typeSimon Glass2022-04-25
* fs: Allow to compile FS_SQUASHFS only for proper U-BootPali Rohár2022-04-21
* fs: Allow to compile FS_BTRFS when SPL is enabledPali Rohár2022-04-19
* fs: Allow to compile CMD_UBIFS when SPL is enabledPali Rohár2022-04-14
* fs: Allow to compile FS_FAT only for proper U-BootPali Rohár2022-04-14
* fs: Add semihosting filesystemSean Anderson2022-04-01
* fs/erofs: add erofs filesystem supportHuang Jianan2022-03-15
* fs: avoid superfluous messagesHeinrich Schuchardt2021-09-24
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-02
* cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitionsSean Anderson2021-04-22
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* cmd: load, emit error message for invalid block deviceHeinrich Schuchardt2021-02-01
* efi_loader: setting boot deviceHeinrich Schuchardt2021-01-13
* fs/fat: implement fsuuid commandHeinrich Schuchardt2020-12-31
* fs/squashfs: implement exists() functionRichard Genoud2020-11-19
* fs/squashfs: fix board hang-up when calling .exists()Richard Genoud2020-11-19
* fs: convert error and debug messages to logHeinrich Schuchardt2020-09-06
* fs/fs.c: add symbolic link case to fs_ls_generic()Joao Marcos Costa2020-08-07
* fs/squashfs: new filesystemJoao Marcos Costa2020-08-07
* fs: error handling in do_load()Heinrich Schuchardt2020-07-17
* cmd: fs: Add command to list supported fs typesNiel Fourie2020-07-07
* common: Drop log.h from common headerSimon Glass2020-05-18
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-18
* common: Drop part.h from common headerSimon Glass2020-05-18
* part: Drop disk_partition_t typedefSimon Glass2020-05-18
* fs: add fs_get_type() for current filesystem typeAKASHI Takahiro2019-10-17
* fs: clean up around fs_typeAKASHI Takahiro2019-10-17
* fs: export fs_close()AKASHI Takahiro2019-10-17
* env: Move env_set_hex() to env.hSimon Glass2019-08-11
* fs: do_load: pass device path for efi payloadMian Yousaf Kaukab2019-06-20
* fs: Add a new command to create symbolic linksJean-Jacques Hiblot2019-04-09
* fs: ext4: Unmount FS in do_fs_type()Marek Vasut2019-02-09
* lmb: handle more than one DRAM BANKSimon Goldschmidt2019-02-02
* spl: fat/fs: Add control to build FS EXT4 in SPLTien Fong Chee2019-02-01
* spl: fat/fs: Add option to include/exclude FAT write build in SPLTien Fong Chee2019-02-01
* fs: prevent overwriting reserved memorySimon Goldschmidt2019-01-16
* fs: update fs_dev_part in fs_set_blk_dev_with_part()AKASHI Takahiro2018-12-02
* fs: fat: support unlinkAKASHI Takahiro2018-09-23
* fs: add unlink interfaceAKASHI Takahiro2018-09-23
* fs: fat: support mkdirAKASHI Takahiro2018-09-23
* fs: add mkdir interfaceAKASHI Takahiro2018-09-23
* fs: fix typo 'dumm'Heinrich Schuchardt2018-08-13
* fs: Add fs_get_type_name to return current filesystem nameAlex Kiernan2018-05-30
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* fs: remove distractive message in fs_read()Heinrich Schuchardt2018-01-19
* fs: Set .opendir to fs_opendir_unsupported for btrfsMarek Behún2017-10-16
* fs: btrfs: Add U-Boot fs handlers.Marek Behún2017-10-02
* fat/fs: move ls to generic implementationRob Clark2017-09-15