Age | Commit message (Expand) | Author |
2020-09-29 | fs/squashfs: parameter check sqfs_read_metablock() | Heinrich Schuchardt |
2020-09-18 | fs/squashfs: Fix Coverity Scan defects | Joao Marcos Costa |
2020-09-06 | fs: convert error and debug messages to log | Heinrich Schuchardt |
2020-08-24 | fs/squashfs: Fix Coverity Scan defects | Joao Marcos Costa |
2020-08-24 | fs/squashfs: add support for LZO decompression | Joao Marcos Costa |
2020-08-24 | fs/squashfs: add support for ZSTD decompression | Joao Marcos Costa |
2020-08-24 | fs/squashfs: replace sqfs_decompress() parameter | Joao Marcos Costa |
2020-08-24 | fs/squashfs: Add init and clean-up functions to decompression | Joao Marcos Costa |
2020-08-07 | fs/fs.c: add symbolic link case to fs_ls_generic() | Joao Marcos Costa |
2020-08-07 | fs/squashfs: add support for zlib decompression | Joao Marcos Costa |
2020-08-07 | include/u-boot, lib/zlib: add sources for zlib decompression | Joao Marcos Costa |
2020-08-07 | fs/squashfs: new filesystem | Joao Marcos Costa |
2020-08-04 | fs/fat/fat.c: Do not perform zero block reads if there are no blocks left | Jason Wessel |
2020-07-17 | fs: error handling in do_load() | Heinrich Schuchardt |
2020-07-11 | fs/fat: reduce data size for FAT_WRITE | Heinrich Schuchardt |
2020-07-07 | fs: fat_write: fix short name creation. | Heinrich Schuchardt |
2020-07-07 | cmd: fs: Add command to list supported fs types | Niel Fourie |
2020-07-07 | fs: fat: fix fat iteration | Christian Gmeiner |
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 |