summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-05-27cbfs: Don't require the CBFS size with cbfs_init_mem()Simon Glass
2020-05-27cbfs: Allow reading a file from a CBFS given its base addrSimon Glass
2020-05-27cbfs: Change file_cbfs_find_uncached() to return an errorSimon Glass
2020-05-27cbfs: Return the error code from file_cbfs_init()Simon Glass
2020-05-27cbfs: Record the start address in cbfs_privSimon Glass
2020-05-27cbfs: Use void * for the position pointersSimon Glass
2020-05-27cbfs: Unify the two header loadersSimon Glass
2020-05-27cbfs: Adjust cbfs_load_header_ptr() to use cbfs_privSimon Glass
2020-05-27cbfs: Adjust file_cbfs_load_header() to use cbfs_privSimon Glass
2020-05-27cbfs: Adjust return value of file_cbfs_next_file()Simon Glass
2020-05-27cbfs: Use bool type for whether initialisedSimon Glass
2020-05-27cbfs: Use ulong consistentlySimon Glass
2020-05-27cbfs: Rename the result variableSimon Glass
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/stringify.h from common headerSimon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-18common: Drop flash.h from common headerSimon Glass
2020-05-18common: Drop uuid.h from common headerSimon Glass
2020-05-15JFFS2: Add useful fields into listsPetr Borsodi
2020-05-15JFFS2: Process obsolete nodes as well as accurate onesPetr Borsodi
2020-05-01fs: ext4: avoid NULL check before free()Heinrich Schuchardt
2020-04-27fs: ext4: skip journal state if fs has metadata_csumArnaud Ferraris
2020-04-20fs: btrfs: support sparse extentsMarek Behún
2020-04-16fs: btrfs: Fix LZO false decompression error caused by pending zeroQu Wenruo
2020-04-16fs: btrfs: Reject fs with sector size other than PAGE_SIZEQu Wenruo
2020-04-16fs: btrfs: Use LZO_LEN to replace immediate numberQu Wenruo
2020-03-27fs: ext4: Fix alignment of cache buffersJan Kiszka
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-07fat: write: adjust data written in each partial writeMarek Szyprowski
2020-02-07fat: write: fix broken write to fragmented filesMarek Szyprowski
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2019-12-06linux_compat: move kmemdup() from ubifs.c to linux_compat.cAKASHI Takahiro
2019-12-05fs: fat: handle deleted directory entries correctlyAKASHI Takahiro
2019-12-02common: Move sorting functions to their own header fileSimon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-10-17fs: add fs_get_type() for current filesystem typeAKASHI Takahiro
2019-10-17fs: clean up around fs_typeAKASHI Takahiro
2019-10-17fs: export fs_close()AKASHI Takahiro
2019-10-11fs: fat: get_contents() always returns -1 for errorsHeinrich Schuchardt
2019-10-11fs: fat: treat invalid FAT clusters as errorsHeinrich Schuchardt
2019-08-26fat: FAT filesystem premature release of info struct.Martin Vystrčil
2019-08-20jffs2: remove unused code filesUwe Kleine-König
2019-08-18cbfs: Rename camel-case variablesSimon Glass