aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-07-11Merge branch 'next'Tom Rini4-11/+14
2022-07-08ubifs: Fix reference count leak in ubifsumountPali Rohár1-1/+6
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini1-0/+1
2022-06-28fs/squashfs: Use kcalloc when relevantMiquel Raynal1-1/+3
2022-06-20Merge branch 'master' into nextTom Rini1-3/+5
2022-06-16fs/squashfs: sqfs_read: Prevent arbitrary code executionMiquel Raynal1-3/+5
2022-06-06fs/squashfs: fix sqfs_read_sblk()Heinrich Schuchardt1-1/+1
2022-06-06btrfs: simplify lookup_data_extent()Heinrich Schuchardt1-9/+6
2022-06-03squashfs: Fix compilation on big endian systemsPali Rohár2-4/+2
2022-06-03ubifs: Fix lockup/crash when reading filesPali Rohár1-0/+2
2022-05-23fs/squashfs: use lldiv function for mathSean Nyekjaer1-2/+3
2022-04-25bootstd: sandbox: Add a hostfs bootdevSimon Glass4-0/+61
2022-04-25fs: Add a function to set the filesystem typeSimon Glass1-0/+5
2022-04-21fs: ext4: Use CRC-16 implementation from linux/crc16.hPali Rohár5-84/+6
2022-04-21crc16: Move standard CRC-16 implementation from ubifs to libPali Rohár2-61/+1
2022-04-21crc16: Rename fs/ubifs/crc16.h to include/linux/crc16.hPali Rohár4-32/+3
2022-04-21fs: Allow to compile FS_SQUASHFS only for proper U-BootPali Rohár1-1/+1
2022-04-19fs: Allow to compile FS_BTRFS when SPL is enabledWIP/2022-04-19-assorted-udpatesPali Rohár1-0/+2
2022-04-19btrfs: Fix compilation on big endian systemsPali Rohár2-2/+2
2022-04-19fs/squashfs: simplify sqfs_read()Heinrich Schuchardt1-8/+5
2022-04-14fs: Allow to compile CMD_UBIFS when SPL is enabledPali Rohár1-0/+2
2022-04-14fs: Allow to compile FS_FAT only for proper U-BootPali Rohár1-1/+1
2022-04-11ubifs: Fix journal replay wrt. xattr nodesVille Baillie1-2/+23
2022-04-01fs: Add semihosting filesystemSean Anderson3-0/+136
2022-03-15fs/erofs: add lz4 decompression supportHuang Jianan7-3/+805
2022-03-15fs/erofs: add erofs filesystem supportHuang Jianan11-0/+1640
2022-01-29squashfs: show an error message if the inode_table can't be, allocatedLars Weber1-0/+2
2022-01-19doc: replace @return by Return:Heinrich Schuchardt2-9/+9
2022-01-18fs/btrfs: fix a bug that U-boot fs btrfs implementation doesn't handle NO_HOL...Qu Wenruo1-0/+8
2022-01-18fs/btrfs: add dependency on BLAKE2 hashQu Wenruo4-0/+18
2021-12-27Convert CONFIG_JFFS2_DEV et al to KconfigTom Rini1-0/+12
2021-11-05fs: yaffs2: Finish Kconfig migrationTom Rini2-4/+12
2021-10-23Merge https://source.denx.de/u-boot/custodians/u-boot-spiWIP/23Oct2021Tom Rini1-1/+0
2021-10-23mtd: Remove mtd_erase_callback() entirelyMarek Behún1-1/+0
2021-10-12fs: fat: check for buffer size before reading blocksRicardo Salveti1-13/+10
2021-10-08btrfs: Use U-Boot API for decompressionSimon Glass1-46/+5
2021-10-06nand.h: Cleanup linux/mtd/rawnand.h usageTom Rini1-0/+1
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk3-11/+11
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk1-1/+0
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini1-1/+1
2021-09-24fs: avoid superfluous messagesHeinrich Schuchardt1-1/+1
2021-09-16sqfs: Suppress the message about missing filesystemSimon Glass1-1/+1
2021-09-16btrfs: Suppress the message about missing filesystemSimon Glass1-2/+6
2021-09-01btrfs: Use default subvolume as filesystem rootMatwey V. Kornilov1-3/+35
2021-08-04fs/squashfs: Fix some hardlinks reading the wrong inodeCampbell Suter1-1/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-7/+7
2021-07-28Use LIB_UUID with ACPIGEN and FS_BTRFSSimon Glass1-0/+1
2021-07-15cbfs: Check offset range when reading a fileSimon Glass1-0/+2
2021-07-12fs: fat: add file attributes to struct fs_direntHeinrich Schuchardt1-1/+31
2021-06-09fs/squashfs: fix reading of fragmented filesJoao Marcos Costa1-10/+6