summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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 TABWIP/2021-09-30-whitespace-cleanupsWolfgang 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
|/
* btrfs: Use default subvolume as filesystem rootMatwey V. Kornilov2021-09-011-3/+35
* fs/squashfs: Fix some hardlinks reading the wrong inodeCampbell Suter2021-08-041-1/+1
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-7/+7
* Use LIB_UUID with ACPIGEN and FS_BTRFSSimon Glass2021-07-281-0/+1
* cbfs: Check offset range when reading a fileSimon Glass2021-07-151-0/+2
* fs: fat: add file attributes to struct fs_direntHeinrich Schuchardt2021-07-121-1/+31
* fs/squashfs: fix reading of fragmented filesJoao Marcos Costa2021-06-091-10/+6
* fs: btrfs: Add missing cache aligned allocationMarek Vasut2021-05-261-1/+1
* fs/squashfs: zero out unused fields in fs_direntHeinrich Schuchardt2021-05-261-1/+1
* fs: btrfs: fix the false alert of decompression failureQu Wenruo2021-04-271-2/+14
* cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitionsSean Anderson2021-04-221-2/+2
* fs: fat: fix file_fat_detectfs()Heinrich Schuchardt2021-04-101-34/+4
* JFFS2: fix jffs2 summary datacrc status uninitializedWagner Popov dos Santos2021-04-071-0/+2
* JFFS2: fix the reading address over nand's limitWagner Popov dos Santos2021-04-071-10/+27
* cbfs: Drop unnecessary cast in file_cbfs_fill_cache()Simon Glass2021-03-271-2/+1