summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-03-22fs: ext4: check the minimal partition size to mountPatrick Delaunay
2023-02-23fs: btrfs: limit the mapped length to the original lengthQu Wenruo
2023-02-10Correct SPL use of FS_EROFSSimon Glass
2023-02-06log: Add a category for filesystemsSimon Glass
2023-01-20fs/fat: avoid noisy message fat_read_file()Heinrich Schuchardt
2023-01-18lib: zstd: update to latest Linux zstd 1.5.2Brandon Maier
2023-01-11fs/btrfs: handle data extents, which crosss stripe boundaries, correctlyQu Wenruo
2023-01-11fs/squashfs: Only use export table if availableDavid Oberhollenzer
2022-12-08fs/squashfs: use lldiv function for mathKasper Revsbech
2022-12-08fs: ext4: Fix free(NULL)Mikhail Ilin
2022-11-23ubifs: Allow to silence debug dumpsPali Rohár
2022-11-10fs: jffs2: Move SYS_JFFS2_SORT_FRAGMENTS to KconfigTom Rini
2022-10-17fs: Quieten down the filesystems moreSimon Glass
2022-10-03Merge branch 'next'Tom Rini
2022-09-29fs: btrfs: remove the usage of undeclared fs_mutex variablePankaj Raghav
2022-09-25blk: Rename if_type to uclass_idSimon Glass
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-09-16blk: Use a function for whether block devices are availableSimon Glass
2022-09-13cyclic: Integrate cyclic infrastructure into WATCHDOG_RESETStefan Roese
2022-08-13fs/erofs: silence erofs_probe()Heinrich Schuchardt
2022-08-10common: Drop display_options.h from common headerSimon Glass
2022-08-04Audit <flash.h> inclusionTom Rini
2022-07-21treewide: Fix Marek's name and change my e-mail addressMarek Behún
2022-07-20ubifs: Use U-Boot assert() from <log.h> in UBI/UBIFS codePali Rohár
2022-07-20ubifs: Fix ubifs_assert_cmt_locked()Pali Rohár
2022-07-11Merge branch 'next'Tom Rini
2022-07-08ubifs: Fix reference count leak in ubifsumountPali Rohár
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini
2022-06-28fs/squashfs: Use kcalloc when relevantMiquel Raynal
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