summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* cbfs: Support reading compression informationSimon Glass2021-03-271-0/+22
* cbfs: Simplify file iterationSimon Glass2021-03-271-6/+1
* cbfs: Factor out filling a cache node into a new functionSimon Glass2021-03-271-12/+33
* cbfs: Allow file traversal with any CBFSSimon Glass2021-03-271-0/+11
* cbfs: Allow access to CBFS without a headerSimon Glass2021-03-271-5/+13
* cbfs: Rename new_node to nodeSimon Glass2021-03-271-16/+16
* cbfs: Add support for attributesSimon Glass2021-03-271-1/+1
* fs/squashfs: Fix compilation errorPali Rohár2021-03-041-0/+1
* fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1Marek Behún2021-03-011-2/+1
* fs: btrfs: change directory list output to be aligned as beforeMarek Behún2021-02-241-7/+7
* fs: btrfs: skip xattrs in directory listingMarek Behún2021-02-241-1/+4
* fs/squashfs: NULL dereference in sqfs_closedir()Heinrich Schuchardt2021-02-241-0/+3
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-153-0/+4
|\
| * common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-023-0/+4
* | fs: fat: remove trailing periods from long nameHeinrich Schuchardt2021-02-031-2/+28
* | fs: fat: must not write directory '.' and '..'Heinrich Schuchardt2021-02-031-10/+3
* | fs: fat: usage basename in file_fat_write_at, fat_mkdirHeinrich Schuchardt2021-02-031-14/+13
|/
* cmd: load, emit error message for invalid block deviceHeinrich Schuchardt2021-02-011-1/+3