summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-28Convert 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-spiTom 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-16cbfs: 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-10fs/squashfs: fix reading of fragmented filesJoao Marcos Costa1-10/+6
2021-05-27fs: btrfs: Add missing cache aligned allocationMarek Vasut1-1/+1
2021-05-27fs/squashfs: zero out unused fields in fs_direntHeinrich Schuchardt1-1/+1
2021-04-27fs: btrfs: fix the false alert of decompression failureQu Wenruo1-2/+14
2021-04-22cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitionsSean Anderson1-2/+2
2021-04-10fs: fat: fix file_fat_detectfs()Heinrich Schuchardt1-34/+4
2021-04-07JFFS2: fix jffs2 summary datacrc status uninitializedWagner Popov dos Santos1-0/+2
2021-04-07JFFS2: fix the reading address over nand's limitWagner Popov dos Santos1-10/+27
2021-03-27cbfs: Drop unnecessary cast in file_cbfs_fill_cache()Simon Glass1-2/+1
2021-03-27cbfs: Support reading compression informationSimon Glass1-0/+22
2021-03-27cbfs: Simplify file iterationSimon Glass1-6/+1
2021-03-27cbfs: Factor out filling a cache node into a new functionSimon Glass1-12/+33
2021-03-27cbfs: Allow file traversal with any CBFSSimon Glass1-0/+11
2021-03-27cbfs: Allow access to CBFS without a headerSimon Glass1-5/+13
2021-03-27cbfs: Rename new_node to nodeSimon Glass1-16/+16
2021-03-27cbfs: Add support for attributesSimon Glass1-1/+1
2021-03-04fs/squashfs: Fix compilation errorPali Rohár1-0/+1
2021-03-01fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1Marek Behún1-2/+1
2021-02-25fs: btrfs: change directory list output to be aligned as beforeMarek Behún1-7/+7
2021-02-25fs: btrfs: skip xattrs in directory listingMarek Behún1-1/+4
2021-02-25fs/squashfs: NULL dereference in sqfs_closedir()Heinrich Schuchardt1-0/+3
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini3-0/+4
2021-02-03fs: fat: remove trailing periods from long nameHeinrich Schuchardt1-2/+28
2021-02-03fs: fat: must not write directory '.' and '..'Heinrich Schuchardt1-10/+3
2021-02-03fs: fat: usage basename in file_fat_write_at, fat_mkdirHeinrich Schuchardt1-14/+13
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass3-0/+4
2021-02-02cmd: load, emit error message for invalid block deviceHeinrich Schuchardt1-1/+3