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