summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-06-20Merge branch 'master' into nextTom Rini
2022-06-16fs/squashfs: sqfs_read: Prevent arbitrary code executionMiquel Raynal
2022-06-06fs/squashfs: fix sqfs_read_sblk()Heinrich Schuchardt
2022-06-06btrfs: simplify lookup_data_extent()Heinrich Schuchardt
2022-06-03squashfs: Fix compilation on big endian systemsPali Rohár
2022-06-03ubifs: Fix lockup/crash when reading filesPali Rohár
2022-05-23fs/squashfs: use lldiv function for mathSean Nyekjaer
2022-04-25bootstd: sandbox: Add a hostfs bootdevSimon Glass
2022-04-25fs: Add a function to set the filesystem typeSimon Glass
2022-04-21fs: ext4: Use CRC-16 implementation from linux/crc16.hPali Rohár
2022-04-21crc16: Move standard CRC-16 implementation from ubifs to libPali Rohár
2022-04-21crc16: Rename fs/ubifs/crc16.h to include/linux/crc16.hPali Rohár
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-19btrfs: Fix compilation on big endian systemsPali Rohár
2022-04-19fs/squashfs: simplify sqfs_read()Heinrich Schuchardt
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-11ubifs: Fix journal replay wrt. xattr nodesVille Baillie
2022-04-01fs: Add semihosting filesystemSean Anderson
2022-03-15fs/erofs: add lz4 decompression supportHuang Jianan
2022-03-15fs/erofs: add erofs filesystem supportHuang Jianan
2022-01-29squashfs: show an error message if the inode_table can't be, allocatedLars Weber
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-18fs/btrfs: fix a bug that U-boot fs btrfs implementation doesn't handle NO_HOL...Qu Wenruo
2022-01-18fs/btrfs: add dependency on BLAKE2 hashQu Wenruo
2021-12-27Convert CONFIG_JFFS2_DEV et al to KconfigTom Rini
2021-11-05fs: yaffs2: Finish Kconfig migrationTom Rini
2021-10-23Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini
2021-10-23mtd: Remove mtd_erase_callback() entirelyMarek Behún
2021-10-12fs: fat: check for buffer size before reading blocksRicardo Salveti
2021-10-08btrfs: Use U-Boot API for decompressionSimon Glass
2021-10-06nand.h: Cleanup linux/mtd/rawnand.h usageTom Rini
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini
2021-09-24fs: avoid superfluous messagesHeinrich Schuchardt
2021-09-16sqfs: Suppress the message about missing filesystemSimon Glass
2021-09-16btrfs: Suppress the message about missing filesystemSimon Glass
2021-09-01btrfs: Use default subvolume as filesystem rootMatwey V. Kornilov
2021-08-04fs/squashfs: Fix some hardlinks reading the wrong inodeCampbell Suter
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-07-28Use LIB_UUID with ACPIGEN and FS_BTRFSSimon Glass
2021-07-15cbfs: Check offset range when reading a fileSimon Glass
2021-07-12fs: fat: add file attributes to struct fs_direntHeinrich Schuchardt
2021-06-09fs/squashfs: fix reading of fragmented filesJoao Marcos Costa
2021-05-26fs: btrfs: Add missing cache aligned allocationMarek Vasut
2021-05-26fs/squashfs: zero out unused fields in fs_direntHeinrich Schuchardt
2021-04-27fs: btrfs: fix the false alert of decompression failureQu Wenruo
2021-04-22cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitionsSean Anderson