- 0621b5e cbfs: Don't require the CBFS size with cbfs_init_mem() by Simon Glass · 4 years, 6 months ago
- 03d4c29 cbfs: Allow reading a file from a CBFS given its base addr by Simon Glass · 4 years, 6 months ago
- 924e346 cbfs: Change file_cbfs_find_uncached() to return an error by Simon Glass · 4 years, 6 months ago
- 0e7b631 cbfs: Return the error code from file_cbfs_init() by Simon Glass · 4 years, 6 months ago
- c685f8b cbfs: Record the start address in cbfs_priv by Simon Glass · 4 years, 6 months ago
- e82ab51 cbfs: Use void * for the position pointers by Simon Glass · 4 years, 6 months ago
- 9dc2355 cbfs: Unify the two header loaders by Simon Glass · 4 years, 6 months ago
- a2c528f cbfs: Adjust cbfs_load_header_ptr() to use cbfs_priv by Simon Glass · 4 years, 6 months ago
- 54e1925 cbfs: Adjust file_cbfs_load_header() to use cbfs_priv by Simon Glass · 4 years, 6 months ago
- c7bef7c cbfs: Adjust return value of file_cbfs_next_file() by Simon Glass · 4 years, 6 months ago
- 381e113 cbfs: Use bool type for whether initialised by Simon Glass · 4 years, 6 months ago
- 45637db cbfs: Use ulong consistently by Simon Glass · 4 years, 6 months ago
- ea38ee9 cbfs: Rename the result variable by Simon Glass · 4 years, 6 months ago
- cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 6 months ago
- 1af3c7f common: Drop linux/stringify.h from common header by Simon Glass · 4 years, 6 months ago
- eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 6 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
- 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 6 months ago
- 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 6 months ago
- e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 6 months ago
- 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 6 months ago
- 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
- b79fdc7 common: Drop flash.h from common header by Simon Glass · 4 years, 6 months ago
- ba06b3c common: Drop uuid.h from common header by Simon Glass · 4 years, 6 months ago
- 69dbebd JFFS2: Add useful fields into lists by Petr Borsodi · 4 years, 6 months ago
- 25ec228 JFFS2: Process obsolete nodes as well as accurate ones by Petr Borsodi · 4 years, 6 months ago
- 4fb0f55 fs: ext4: avoid NULL check before free() by Heinrich Schuchardt · 4 years, 6 months ago
- 7683b11 fs: ext4: skip journal state if fs has metadata_csum by Arnaud Ferraris · 4 years, 7 months ago
- 48180e1 fs: btrfs: support sparse extents by Marek Behún · 4 years, 7 months ago
- b941d1c fs: btrfs: Fix LZO false decompression error caused by pending zero by Qu Wenruo · 4 years, 8 months ago
- a62db24 fs: btrfs: Reject fs with sector size other than PAGE_SIZE by Qu Wenruo · 4 years, 8 months ago
- 25babb7 fs: btrfs: Use LZO_LEN to replace immediate number by Qu Wenruo · 4 years, 8 months ago
- 7b83060 fs: ext4: Fix alignment of cache buffers by Jan Kiszka · 4 years, 8 months ago
- 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 9 months ago
- a54ece4 fat: write: adjust data written in each partial write by Marek Szyprowski · 5 years ago
- 5e615b7 fat: write: fix broken write to fragmented files by Marek Szyprowski · 5 years ago
- 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
- 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
- 4839e86 linux_compat: move kmemdup() from ubifs.c to linux_compat.c by AKASHI Takahiro · 5 years ago
- 39606d4 fs: fat: handle deleted directory entries correctly by AKASHI Takahiro · 5 years ago
- 8bef79b common: Move sorting functions to their own header file by Simon Glass · 5 years ago
- 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
- b7cd956 fs: add fs_get_type() for current filesystem type by AKASHI Takahiro · 5 years ago
- 185aed7 fs: clean up around fs_type by AKASHI Takahiro · 5 years ago
- 64f49eb fs: export fs_close() by AKASHI Takahiro · 5 years ago
- f136838 fs: fat: get_contents() always returns -1 for errors by Heinrich Schuchardt · 5 years ago
- c7a86d1 fs: fat: treat invalid FAT clusters as errors by Heinrich Schuchardt · 5 years ago
- d7af2a8 fat: FAT filesystem premature release of info struct. by Martin Vystrčil · 5 years ago
- ad49488 jffs2: remove unused code files by Uwe Kleine-König · 5 years ago
- ad79d60 cbfs: Rename camel-case variables by Simon Glass · 5 years ago
- 630b2f3 cbfs: Add functions to support multiple CBFSs by Simon Glass · 5 years ago
- c7f1693 cbfs: Move result variable into the struct by Simon Glass · 5 years ago
- 02e4af6 cbfs: Move static variables into a struct by Simon Glass · 5 years ago
- fc7b9e1 cbfs: Move declarations above functions by Simon Glass · 5 years ago
- 72b2465 cbfs: Allow CBFS to be used in SPL by Simon Glass · 5 years ago
- c7694dd env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
- 0c670fc common: Move gzip functions into a new gzip header by Simon Glass · 5 years ago
- ababe10 cbfs: Rename checksum to attributes_offset by Simon Glass · 5 years ago
- e205896 CVE-2019-13106: ext4: fix out-of-bounds memset by Paul Emge · 5 years ago
- 084be43 ext4: gracefully fail on divide-by-0 by Paul Emge · 5 years ago
- 878269d CVE-2019-13104: ext4: check for underflow in ext4fs_read_file by Paul Emge · 5 years ago
- 6e5a79d CVE-2019-13105: ext4: fix double-free in ext4_cache_read by Paul Emge · 5 years ago
- bd8fbd8 ext4: add support for filesystems without JOURNAL by Marek Szyprowski · 5 years ago
- 1c9f8f6 ext4: fix calculating inode blkcount for non-512 blocksize filesystems by Marek Szyprowski · 5 years ago
- ee88eac fs: do_load: pass device path for efi payload by Mian Yousaf Kaukab · 5 years ago
- cd2d727 fs: fat: allocate a new cluster for root directory of fat32 by AKASHI Takahiro · 5 years ago
- 9c709c7 fs: fat: flush a directory cluster properly by AKASHI Takahiro · 5 years ago
- a9f6706 fs: fat: write to non-cluster-aligned root directory by AKASHI Takahiro · 5 years ago
- d0cd30e fs: fat: Fix possible double free of fatbuf by Andrew F. Davis · 5 years ago
- 7b43780 fs: fat: correct file name normalization by Heinrich Schuchardt · 5 years ago
- 53290e6 fs: btrfs: add zstd decompression support by Marek Behún · 6 years ago
- cd22e34 fs: btrfs: fix btrfs methods return values on failure by Marek Behún · 6 years ago
- 881e020 fs: btrfs: Do not print mount fail message when not btrfs filesystem by Marek Behún · 6 years ago
- 6aebc0d Revert "fs: btrfs: fix false negatives in ROOT_ITEM search" by Tom Rini · 6 years ago
- 1627e5e fs: btrfs: fix btrfs_search_tree invalid results by Pierre Bourdon · 6 years ago
- 423eba2 fs: fat: Build only if CONFIG_FS_FAT=y by Ismael Luceno Cortes · 6 years ago
- 633967f fs: btrfs: fix false negatives in ROOT_ITEM search by Pierre Bourdon · 6 years ago
- febbc58 Fix ext4 block group descriptor sizing by Benjamin Lim · 6 years ago
- 9b18358 fs: fat: fix reading non-cluster-aligned root directory by Anssi Hannula · 6 years ago
- 1c48fda fs: ext4: Problem with ext4load and sparse files by Gero Schumacher · 6 years ago
- aaa1215 fs: Add a new command to create symbolic links by Jean-Jacques Hiblot · 6 years ago
- 5efc068 fs: ext4: Add support for the creation of symbolic links by Jean-Jacques Hiblot · 6 years ago
- b000180 fs: ext4: constify the buffer passed to write functions by Jean-Jacques Hiblot · 6 years ago
- d5aee65 fs: ext4: cache extent data by Stephen Warren · 6 years ago
- 734b080 mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit by Eran Matityahu · 6 years ago
- 2e73655 fs: ext4: do not write on filesystem with metadata_csum feature by Sébastien Szymanski · 6 years ago
- 7274b76 fs: fat: fix link error when building with DEBUG=1 by Heinrich Schuchardt · 6 years ago
- e48485f fs: fat: Reduce default max clustersize 64KiB from malloc pool by Tien Fong Chee · 6 years ago
- 8537874 fs: fat: dynamically allocate memory for temporary buffer by Tien Fong Chee · 6 years ago
- e531c67 fs: ext4: Unmount FS in do_fs_type() by Marek Vasut · 6 years ago
- 9cc2323 lmb: handle more than one DRAM BANK by Simon Goldschmidt · 6 years ago
- cafc429 spl: fat/fs: Add control to build FS EXT4 in SPL by Tien Fong Chee · 6 years ago
- f4b4092 spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4 by Tien Fong Chee · 6 years ago
- d8c3ea9 spl: fat/fs: Add option to include/exclude FAT write build in SPL by Tien Fong Chee · 6 years ago
- 0c3a9ed spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT by Tien Fong Chee · 6 years ago
- aa3c609 fs: prevent overwriting reserved memory by Simon Goldschmidt · 6 years ago
- d3035b8 Revert "fs: fat: assign rootdir sector when accessing root directory" by Tom Rini · 6 years ago
- d94bf13 fs: cbfs: Fix out of bound access during CBFS walking through by Bin Meng · 6 years ago
- 9914c73 fs: cbfs: remove wrong header validation by Christian Gmeiner · 6 years ago
- 8b021bb fs: fix FAT name extraction by Patrick Wildt · 6 years ago