aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fs.c
Commit message (Expand)AuthorAgeFilesLines
* lmb: remove the lmb_init_and_reserve() functionSughosh Ganu2024-09-031-1/+0
* lmb: allow lmb module to be used in SPLSughosh Ganu2024-09-031-2/+2
* lmb: make LMB memory map persistent and globalSughosh Ganu2024-09-031-4/+3
* fs: relax ext4_write_file() dependencyBaruch Siach2024-06-071-1/+1
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+1
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-1/+1
* fs: Remove <common.h> and add needed includesTom Rini2024-05-061-1/+1
* fs: remove explicit efi configuration dependencyAKASHI Takahiro2024-01-171-4/+3
* fs: Fix SPL build if FS_LOADER is enabledMayuresh Chitale2023-12-211-1/+1
* command: Introduce functions to obtain command argumentsSimon Glass2023-12-131-2/+2
* fs: Disable sandbox filesystem in SPLSean Anderson2023-10-171-1/+1
* fs: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-16/+0
* fs: Create functions to load and allocate a fileSimon Glass2023-07-141-0/+58
* common: Drop display_options.h from common headerSimon Glass2022-08-101-0/+1
* fs: Add a function to set the filesystem typeSimon Glass2022-04-251-0/+5
* fs: Allow to compile FS_SQUASHFS only for proper U-BootPali Rohár2022-04-211-1/+1
* fs: Allow to compile FS_BTRFS when SPL is enabledWIP/2022-04-19-assorted-udpatesPali Rohár2022-04-191-0/+2
* fs: Allow to compile CMD_UBIFS when SPL is enabledWIP/2022-04-14-assorted-updatesPali Rohár2022-04-141-0/+2
* fs: Allow to compile FS_FAT only for proper U-BootPali Rohár2022-04-141-1/+1
* fs: Add semihosting filesystemSean Anderson2022-04-011-0/+20
* fs/erofs: add erofs filesystem supportHuang Jianan2022-03-151-0/+22
* fs: avoid superfluous messagesHeinrich Schuchardt2021-09-241-1/+1
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-7/+7
* 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