| Commit message (Expand) | Author | Age | Files | Lines |
* | fs/erofs: add lz4 decompression support | Huang Jianan | 2022-03-15 | 7 | -3/+805 |
* | fs/erofs: add erofs filesystem support | Huang Jianan | 2022-03-15 | 11 | -0/+1640 |
* | squashfs: show an error message if the inode_table can't be, allocated | Lars Weber | 2022-01-29 | 1 | -0/+2 |
* | doc: replace @return by Return: | Heinrich Schuchardt | 2022-01-19 | 2 | -9/+9 |
* | fs/btrfs: fix a bug that U-boot fs btrfs implementation doesn't handle NO_HOL... | Qu Wenruo | 2022-01-18 | 1 | -0/+8 |
* | fs/btrfs: add dependency on BLAKE2 hash | Qu Wenruo | 2022-01-18 | 4 | -0/+18 |
* | Convert CONFIG_JFFS2_DEV et al to Kconfig | Tom Rini | 2021-12-27 | 1 | -0/+12 |
* | fs: yaffs2: Finish Kconfig migration | Tom Rini | 2021-11-05 | 2 | -4/+12 |
* | Merge https://source.denx.de/u-boot/custodians/u-boot-spi | Tom Rini | 2021-10-23 | 1 | -1/+0 |
|\ |
|
| * | mtd: Remove mtd_erase_callback() entirely | Marek Behún | 2021-10-23 | 1 | -1/+0 |
* | | fs: fat: check for buffer size before reading blocks | Ricardo Salveti | 2021-10-12 | 1 | -13/+10 |
* | | btrfs: Use U-Boot API for decompression | Simon Glass | 2021-10-08 | 1 | -46/+5 |
|/ |
|
* | nand.h: Cleanup linux/mtd/rawnand.h usage | Tom Rini | 2021-10-06 | 1 | -0/+1 |
* | WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanups | Wolfgang Denk | 2021-09-30 | 3 | -11/+11 |
* | WS cleanup: remove excessive empty lines | Wolfgang Denk | 2021-09-30 | 1 | -1/+0 |
* | Merge tag 'v2021.10-rc5' into next | Tom Rini | 2021-09-27 | 1 | -1/+1 |
|\ |
|
| * | fs: avoid superfluous messages | Heinrich Schuchardt | 2021-09-24 | 1 | -1/+1 |
* | | sqfs: Suppress the message about missing filesystem | Simon Glass | 2021-09-16 | 1 | -1/+1 |
* | | btrfs: Suppress the message about missing filesystem | Simon Glass | 2021-09-16 | 1 | -2/+6 |
|/ |
|
* | btrfs: Use default subvolume as filesystem root | Matwey V. Kornilov | 2021-09-01 | 1 | -3/+35 |
* | fs/squashfs: Fix some hardlinks reading the wrong inode | Campbell Suter | 2021-08-04 | 1 | -1/+1 |
* | global: Convert simple_strtoul() with hex to hextoul() | Simon Glass | 2021-08-02 | 1 | -7/+7 |
* | Use LIB_UUID with ACPIGEN and FS_BTRFS | Simon Glass | 2021-07-28 | 1 | -0/+1 |
* | cbfs: Check offset range when reading a file | Simon Glass | 2021-07-15 | 1 | -0/+2 |
* | fs: fat: add file attributes to struct fs_dirent | Heinrich Schuchardt | 2021-07-12 | 1 | -1/+31 |
* | fs/squashfs: fix reading of fragmented files | Joao Marcos Costa | 2021-06-09 | 1 | -10/+6 |
* | fs: btrfs: Add missing cache aligned allocation | Marek Vasut | 2021-05-26 | 1 | -1/+1 |
* | fs/squashfs: zero out unused fields in fs_dirent | Heinrich Schuchardt | 2021-05-26 | 1 | -1/+1 |
* | fs: btrfs: fix the false alert of decompression failure | Qu Wenruo | 2021-04-27 | 1 | -2/+14 |
* | cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitions | Sean Anderson | 2021-04-22 | 1 | -2/+2 |
* | fs: fat: fix file_fat_detectfs() | Heinrich Schuchardt | 2021-04-10 | 1 | -34/+4 |
* | JFFS2: fix jffs2 summary datacrc status uninitialized | Wagner Popov dos Santos | 2021-04-07 | 1 | -0/+2 |
* | JFFS2: fix the reading address over nand's limit | Wagner Popov dos Santos | 2021-04-07 | 1 | -10/+27 |
* | cbfs: Drop unnecessary cast in file_cbfs_fill_cache() | Simon Glass | 2021-03-27 | 1 | -2/+1 |
* | cbfs: Support reading compression information | Simon Glass | 2021-03-27 | 1 | -0/+22 |
* | cbfs: Simplify file iteration | Simon Glass | 2021-03-27 | 1 | -6/+1 |
* | cbfs: Factor out filling a cache node into a new function | Simon Glass | 2021-03-27 | 1 | -12/+33 |
* | cbfs: Allow file traversal with any CBFS | Simon Glass | 2021-03-27 | 1 | -0/+11 |
* | cbfs: Allow access to CBFS without a header | Simon Glass | 2021-03-27 | 1 | -5/+13 |
* | cbfs: Rename new_node to node | Simon Glass | 2021-03-27 | 1 | -16/+16 |
* | cbfs: Add support for attributes | Simon Glass | 2021-03-27 | 1 | -1/+1 |
* | fs/squashfs: Fix compilation error | Pali Rohár | 2021-03-04 | 1 | -0/+1 |
* | fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1 | Marek Behún | 2021-03-01 | 1 | -2/+1 |
* | fs: btrfs: change directory list output to be aligned as before | Marek Behún | 2021-02-24 | 1 | -7/+7 |
* | fs: btrfs: skip xattrs in directory listing | Marek Behún | 2021-02-24 | 1 | -1/+4 |
* | fs/squashfs: NULL dereference in sqfs_closedir() | Heinrich Schuchardt | 2021-02-24 | 1 | -0/+3 |
* | Merge branch '2021-02-02-drop-asm_global_data-when-unused' | Tom Rini | 2021-02-15 | 3 | -0/+4 |
|\ |
|
| * | common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unused | Simon Glass | 2021-02-02 | 3 | -0/+4 |
* | | fs: fat: remove trailing periods from long name | Heinrich Schuchardt | 2021-02-03 | 1 | -2/+28 |
* | | fs: fat: must not write directory '.' and '..' | Heinrich Schuchardt | 2021-02-03 | 1 | -10/+3 |