summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* cbfs: Don't require the CBFS size with cbfs_init_mem()Simon Glass2020-05-271-4/+6
* cbfs: Allow reading a file from a CBFS given its base addrSimon Glass2020-05-271-0/+13
* cbfs: Change file_cbfs_find_uncached() to return an errorSimon Glass2020-05-271-21/+27
* cbfs: Return the error code from file_cbfs_init()Simon Glass2020-05-271-8/+15
* cbfs: Record the start address in cbfs_privSimon Glass2020-05-271-13/+31
* cbfs: Use void * for the position pointersSimon Glass2020-05-271-9/+8
* cbfs: Unify the two header loadersSimon Glass2020-05-271-22/+37
* cbfs: Adjust cbfs_load_header_ptr() to use cbfs_privSimon Glass2020-05-271-3/+6
* cbfs: Adjust file_cbfs_load_header() to use cbfs_privSimon Glass2020-05-271-4/+5
* cbfs: Adjust return value of file_cbfs_next_file()Simon Glass2020-05-271-20/+23
* cbfs: Use bool type for whether initialisedSimon Glass2020-05-271-4/+4
* cbfs: Use ulong consistentlySimon Glass2020-05-271-5/+4
* cbfs: Rename the result variableSimon Glass2020-05-271-10/+10
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-183-0/+3
* common: Drop linux/stringify.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/bug.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop log.h from common headerSimon Glass2020-05-1831-0/+31
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-14/+15
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-1810-1/+15
* part: Drop disk_partition_t typedefSimon Glass2020-05-1812-19/+20
* common: Drop net.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop flash.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop uuid.h from common headerSimon Glass2020-05-182-0/+2
* JFFS2: Add useful fields into listsPetr Borsodi2020-05-152-78/+81
* JFFS2: Process obsolete nodes as well as accurate onesPetr Borsodi2020-05-151-26/+47
* fs: ext4: avoid NULL check before free()Heinrich Schuchardt2020-05-011-10/+5
* fs: ext4: skip journal state if fs has metadata_csumArnaud Ferraris2020-04-271-0/+3
* fs: btrfs: support sparse extentsMarek Behún2020-04-201-0/+6
* fs: btrfs: Fix LZO false decompression error caused by pending zeroQu Wenruo2020-04-161-1/+19
* fs: btrfs: Reject fs with sector size other than PAGE_SIZEQu Wenruo2020-04-161-0/+8
* fs: btrfs: Use LZO_LEN to replace immediate numberQu Wenruo2020-04-161-10/+12
* fs: ext4: Fix alignment of cache buffersJan Kiszka2020-03-271-1/+1
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-1130-0/+31
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-058-0/+8
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-0523-0/+23
* | fat: write: adjust data written in each partial writeMarek Szyprowski2020-02-071-1/+3
* | fat: write: fix broken write to fragmented filesMarek Szyprowski2020-02-071-2/+2
|/
* linux_compat: move kmemdup() from ubifs.c to linux_compat.cAKASHI Takahiro2019-12-061-18/+1
* fs: fat: handle deleted directory entries correctlyAKASHI Takahiro2019-12-051-1/+32
* common: Move sorting functions to their own header fileSimon Glass2019-12-021-0/+1
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-024-0/+4
* fs: add fs_get_type() for current filesystem typeAKASHI Takahiro2019-10-171-0/+13
* fs: clean up around fs_typeAKASHI Takahiro2019-10-171-3/+0
* fs: export fs_close()AKASHI Takahiro2019-10-171-1/+1
* fs: fat: get_contents() always returns -1 for errorsHeinrich Schuchardt2019-10-111-1/+1
* fs: fat: treat invalid FAT clusters as errorsHeinrich Schuchardt2019-10-111-10/+20
* fat: FAT filesystem premature release of info struct.Martin Vystrčil2019-08-261-4/+0
* jffs2: remove unused code filesUwe Kleine-König2019-08-202-1169/+0
* cbfs: Rename camel-case variablesSimon Glass2019-08-181-22/+22