summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: btrfs: remove the usage of undeclared fs_mutex variablePankaj Raghav2022-09-291-2/+0
* fs/erofs: silence erofs_probe()Heinrich Schuchardt2022-08-131-2/+2
* common: Drop display_options.h from common headerSimon Glass2022-08-101-0/+1
* Audit <flash.h> inclusionTom Rini2022-08-042-4/+3
* treewide: Fix Marek's name and change my e-mail addressMarek Behún2022-07-2113-13/+13
* ubifs: Use U-Boot assert() from <log.h> in UBI/UBIFS codePali Rohár2022-07-201-7/+2
* ubifs: Fix ubifs_assert_cmt_locked()Pali Rohár2022-07-201-7/+1
* Merge branch 'next'Tom Rini2022-07-114-11/+14
|\
| * ubifs: Fix reference count leak in ubifsumountPali Rohár2022-07-081-1/+6
| * spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini2022-07-071-0/+1
| * Merge branch 'master' into nextTom Rini2022-06-201-3/+5
| |\
| * | fs/squashfs: fix sqfs_read_sblk()Heinrich Schuchardt2022-06-061-1/+1
| * | btrfs: simplify lookup_data_extent()Heinrich Schuchardt2022-06-061-9/+6
* | | fs/squashfs: Use kcalloc when relevantMiquel Raynal2022-06-281-1/+3
| |/ |/|
* | fs/squashfs: sqfs_read: Prevent arbitrary code executionMiquel Raynal2022-06-161-3/+5
|/
* squashfs: Fix compilation on big endian systemsPali Rohár2022-06-032-4/+2
* ubifs: Fix lockup/crash when reading filesPali Rohár2022-06-031-0/+2
* fs/squashfs: use lldiv function for mathSean Nyekjaer2022-05-231-2/+3
* bootstd: sandbox: Add a hostfs bootdevSimon Glass2022-04-254-0/+61
* fs: Add a function to set the filesystem typeSimon Glass2022-04-251-0/+5
* fs: ext4: Use CRC-16 implementation from linux/crc16.hPali Rohár2022-04-215-84/+6
* crc16: Move standard CRC-16 implementation from ubifs to libPali Rohár2022-04-212-61/+1
* crc16: Rename fs/ubifs/crc16.h to include/linux/crc16.hPali Rohár2022-04-214-32/+3
* 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 enabledPali Rohár2022-04-191-0/+2
* btrfs: Fix compilation on big endian systemsPali Rohár2022-04-192-2/+2
* fs/squashfs: simplify sqfs_read()Heinrich Schuchardt2022-04-191-8/+5
* fs: Allow to compile CMD_UBIFS when SPL is enabledPali Rohár2022-04-141-0/+2
* fs: Allow to compile FS_FAT only for proper U-BootPali Rohár2022-04-141-1/+1
* ubifs: Fix journal replay wrt. xattr nodesVille Baillie2022-04-111-2/+23
* fs: Add semihosting filesystemSean Anderson2022-04-013-0/+136
* fs/erofs: add lz4 decompression supportHuang Jianan2022-03-157-3/+805
* fs/erofs: add erofs filesystem supportHuang Jianan2022-03-1511-0/+1640
* squashfs: show an error message if the inode_table can't be, allocatedLars Weber2022-01-291-0/+2
* doc: replace @return by Return:Heinrich Schuchardt2022-01-192-9/+9
* fs/btrfs: fix a bug that U-boot fs btrfs implementation doesn't handle NO_HOL...Qu Wenruo2022-01-181-0/+8
* fs/btrfs: add dependency on BLAKE2 hashQu Wenruo2022-01-184-0/+18
* Convert CONFIG_JFFS2_DEV et al to KconfigTom Rini2021-12-271-0/+12
* fs: yaffs2: Finish Kconfig migrationTom Rini2021-11-052-4/+12
* Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini2021-10-231-1/+0
|\
| * mtd: Remove mtd_erase_callback() entirelyMarek Behún2021-10-231-1/+0
* | fs: fat: check for buffer size before reading blocksRicardo Salveti2021-10-121-13/+10
* | btrfs: Use U-Boot API for decompressionSimon Glass2021-10-081-46/+5
|/
* nand.h: Cleanup linux/mtd/rawnand.h usageTom Rini2021-10-061-0/+1
* WS cleanup: remove SPACE(s) followed by TABWolfgang Denk2021-09-303-11/+11
* WS cleanup: remove excessive empty linesWolfgang Denk2021-09-301-1/+0
* Merge tag 'v2021.10-rc5' into nextTom Rini2021-09-271-1/+1
|\
| * fs: avoid superfluous messagesHeinrich Schuchardt2021-09-241-1/+1
* | sqfs: Suppress the message about missing filesystemSimon Glass2021-09-161-1/+1
* | btrfs: Suppress the message about missing filesystemSimon Glass2021-09-161-2/+6
|/