summaryrefslogtreecommitdiff
path: root/fs/fs.c
AgeCommit message (Expand)Author
2026-01-16fs: prevent integer overflow in fs.c do_mvTimo tp Preißl
2025-10-10fs: Rework filesystem guards for xPL phasesTom Rini
2025-06-25lmb: replace lmb_reserve() and lmb_alloc_addr() API'sSughosh Ganu
2025-04-21fs: exfat: Implement trivial 'rename' supportMarek Vasut
2025-04-02Merge patch series "fs: exfat: Add exfat port based on exfat-fuse"Tom Rini
2025-04-02fs: exfat: Add U-Boot porting layerMarek Vasut
2025-03-24Merge tag 'v2025.04-rc5' into nextTom Rini
2025-03-24lmb: change the return code on lmb_alloc_addr()Ilias Apalodimas
2025-03-07fs: fat: add renameGabriel Dalimonte
2025-03-07fs: add rename infrastructureGabriel Dalimonte
2024-12-30lmb: Remove lmb_alloc_addr_flags()Ilias Apalodimas
2024-11-18fs: Use ARCH_DMA_MINALIGN as default alignment for fs_read_alloc()Nam Cao
2024-11-01fs: ext4: use fs_ls_genericHeinrich Schuchardt
2024-11-01fs: ext4: implement opendir, readdir, closedirHeinrich Schuchardt
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-09-03lmb: remove the lmb_init_and_reserve() functionSughosh Ganu
2024-09-03lmb: allow lmb module to be used in SPLSughosh Ganu
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu
2024-06-07fs: relax ext4_write_file() dependencyBaruch Siach
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06fs: Remove <common.h> and add needed includesTom Rini
2024-01-17fs: remove explicit efi configuration dependencyAKASHI Takahiro
2023-12-21fs: Fix SPL build if FS_LOADER is enabledMayuresh Chitale
2023-12-13command: Introduce functions to obtain command argumentsSimon Glass
2023-10-17fs: Disable sandbox filesystem in SPLSean Anderson
2023-09-14fs: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-07-14fs: Create functions to load and allocate a fileSimon Glass
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