| Commit message (Expand) | Author | Age | Files | Lines |
* | cbfs: Don't require the CBFS size with cbfs_init_mem() | Simon Glass | 2020-05-27 | 1 | -4/+6 |
* | cbfs: Allow reading a file from a CBFS given its base addr | Simon Glass | 2020-05-27 | 1 | -0/+13 |
* | cbfs: Change file_cbfs_find_uncached() to return an error | Simon Glass | 2020-05-27 | 1 | -21/+27 |
* | cbfs: Return the error code from file_cbfs_init() | Simon Glass | 2020-05-27 | 1 | -8/+15 |
* | cbfs: Record the start address in cbfs_priv | Simon Glass | 2020-05-27 | 1 | -13/+31 |
* | cbfs: Use void * for the position pointers | Simon Glass | 2020-05-27 | 1 | -9/+8 |
* | cbfs: Unify the two header loaders | Simon Glass | 2020-05-27 | 1 | -22/+37 |
* | cbfs: Adjust cbfs_load_header_ptr() to use cbfs_priv | Simon Glass | 2020-05-27 | 1 | -3/+6 |
* | cbfs: Adjust file_cbfs_load_header() to use cbfs_priv | Simon Glass | 2020-05-27 | 1 | -4/+5 |
* | cbfs: Adjust return value of file_cbfs_next_file() | Simon Glass | 2020-05-27 | 1 | -20/+23 |
* | cbfs: Use bool type for whether initialised | Simon Glass | 2020-05-27 | 1 | -4/+4 |
* | cbfs: Use ulong consistently | Simon Glass | 2020-05-27 | 1 | -5/+4 |
* | cbfs: Rename the result variable | Simon Glass | 2020-05-27 | 1 | -10/+10 |
* | common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.h | Simon Glass | 2020-05-18 | 3 | -0/+3 |
* | common: Drop linux/stringify.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop linux/bug.h from common header | Simon Glass | 2020-05-18 | 3 | -0/+3 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 31 | -0/+31 |
* | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 1 | -14/+15 |
* | common: Drop init.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop part.h from common header | Simon Glass | 2020-05-18 | 10 | -1/+15 |
* | part: Drop disk_partition_t typedef | Simon Glass | 2020-05-18 | 12 | -19/+20 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 3 | -0/+3 |
* | common: Drop flash.h from common header | Simon Glass | 2020-05-18 | 2 | -0/+2 |
* | common: Drop uuid.h from common header | Simon Glass | 2020-05-18 | 2 | -0/+2 |
* | JFFS2: Add useful fields into lists | Petr Borsodi | 2020-05-15 | 2 | -78/+81 |
* | JFFS2: Process obsolete nodes as well as accurate ones | Petr Borsodi | 2020-05-15 | 1 | -26/+47 |
* | fs: ext4: avoid NULL check before free() | Heinrich Schuchardt | 2020-05-01 | 1 | -10/+5 |
* | fs: ext4: skip journal state if fs has metadata_csum | Arnaud Ferraris | 2020-04-27 | 1 | -0/+3 |
* | fs: btrfs: support sparse extents | Marek Behún | 2020-04-20 | 1 | -0/+6 |
* | fs: btrfs: Fix LZO false decompression error caused by pending zero | Qu Wenruo | 2020-04-16 | 1 | -1/+19 |
* | fs: btrfs: Reject fs with sector size other than PAGE_SIZE | Qu Wenruo | 2020-04-16 | 1 | -0/+8 |
* | fs: btrfs: Use LZO_LEN to replace immediate number | Qu Wenruo | 2020-04-16 | 1 | -10/+12 |
* | fs: ext4: Fix alignment of cache buffers | Jan Kiszka | 2020-03-27 | 1 | -1/+1 |
* | Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm | Tom Rini | 2020-02-11 | 30 | -0/+31 |
|\ |
|
| * | dm: core: Create a new header file for 'compat' features | Simon Glass | 2020-02-05 | 8 | -0/+8 |
| * | dm: core: Require users of devres to include the header | Simon Glass | 2020-02-05 | 23 | -0/+23 |
* | | fat: write: adjust data written in each partial write | Marek Szyprowski | 2020-02-07 | 1 | -1/+3 |
* | | fat: write: fix broken write to fragmented files | Marek Szyprowski | 2020-02-07 | 1 | -2/+2 |
|/ |
|
* | linux_compat: move kmemdup() from ubifs.c to linux_compat.c | AKASHI Takahiro | 2019-12-06 | 1 | -18/+1 |
* | fs: fat: handle deleted directory entries correctly | AKASHI Takahiro | 2019-12-05 | 1 | -1/+32 |
* | common: Move sorting functions to their own header file | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | crc32: Use the crc.h header for crc functions | Simon Glass | 2019-12-02 | 4 | -0/+4 |
* | fs: add fs_get_type() for current filesystem type | AKASHI Takahiro | 2019-10-17 | 1 | -0/+13 |
* | fs: clean up around fs_type | AKASHI Takahiro | 2019-10-17 | 1 | -3/+0 |
* | fs: export fs_close() | AKASHI Takahiro | 2019-10-17 | 1 | -1/+1 |
* | fs: fat: get_contents() always returns -1 for errors | Heinrich Schuchardt | 2019-10-11 | 1 | -1/+1 |
* | fs: fat: treat invalid FAT clusters as errors | Heinrich Schuchardt | 2019-10-11 | 1 | -10/+20 |
* | fat: FAT filesystem premature release of info struct. | Martin Vystrčil | 2019-08-26 | 1 | -4/+0 |
* | jffs2: remove unused code files | Uwe Kleine-König | 2019-08-20 | 2 | -1169/+0 |
* | cbfs: Rename camel-case variables | Simon Glass | 2019-08-18 | 1 | -22/+22 |