1. bb762cf fs/erofs: silence erofs_probe() by Heinrich Schuchardt · 2 years, 4 months ago
  2. 1ab1692 common: Drop display_options.h from common header by Simon Glass · 2 years, 4 months ago
  3. 063c938 Audit <flash.h> inclusion by Tom Rini · 2 years, 4 months ago
  4. d63726e treewide: Fix Marek's name and change my e-mail address by Marek Behún · 2 years, 6 months ago
  5. 38ed4e7 ubifs: Use U-Boot assert() from <log.h> in UBI/UBIFS code by Pali Rohár · 2 years, 5 months ago
  6. a131bdf ubifs: Fix ubifs_assert_cmt_locked() by Pali Rohár · 2 years, 5 months ago
  7. 89b5381 Merge branch 'next' by Tom Rini · 2 years, 5 months ago
  8. c3bdb7c ubifs: Fix reference count leak in ubifsumount by Pali Rohár · 2 years, 6 months ago
  9. 0a83cc2 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · 2 years, 6 months ago
  10. edaf604 fs/squashfs: Use kcalloc when relevant by Miquel Raynal · 2 years, 5 months ago
  11. d9ff2b9 Merge branch 'master' into next by Tom Rini · 2 years, 5 months ago
  12. a8e95fd fs/squashfs: sqfs_read: Prevent arbitrary code execution by Miquel Raynal · 2 years, 6 months ago
  13. 8cace45 fs/squashfs: fix sqfs_read_sblk() by Heinrich Schuchardt · 2 years, 7 months ago
  14. e7269b7 btrfs: simplify lookup_data_extent() by Heinrich Schuchardt · 2 years, 7 months ago
  15. 501073d squashfs: Fix compilation on big endian systems by Pali Rohár · 2 years, 8 months ago
  16. 8d2176a ubifs: Fix lockup/crash when reading files by Pali Rohár · 2 years, 7 months ago
  17. a8eb962 fs/squashfs: use lldiv function for math by Sean Nyekjaer · 2 years, 7 months ago
  18. 1b4bc15 bootstd: sandbox: Add a hostfs bootdev by Simon Glass · 2 years, 7 months ago
  19. 896ed4b fs: Add a function to set the filesystem type by Simon Glass · 2 years, 7 months ago
  20. be4ee4e fs: ext4: Use CRC-16 implementation from linux/crc16.h by Pali Rohár · 2 years, 8 months ago
  21. 13e5039 crc16: Move standard CRC-16 implementation from ubifs to lib by Pali Rohár · 2 years, 8 months ago
  22. 8d15d2b crc16: Rename fs/ubifs/crc16.h to include/linux/crc16.h by Pali Rohár · 2 years, 8 months ago
  23. 1660e96 fs: Allow to compile FS_SQUASHFS only for proper U-Boot by Pali Rohár · 2 years, 8 months ago
  24. 849a61a fs: Allow to compile FS_BTRFS when SPL is enabled by Pali Rohár · 2 years, 8 months ago
  25. a0eae46 btrfs: Fix compilation on big endian systems by Pali Rohár · 2 years, 8 months ago
  26. 8e70943 fs/squashfs: simplify sqfs_read() by Heinrich Schuchardt · 2 years, 8 months ago
  27. d3a3c12 fs: Allow to compile CMD_UBIFS when SPL is enabled by Pali Rohár · 2 years, 8 months ago
  28. d291f89 fs: Allow to compile FS_FAT only for proper U-Boot by Pali Rohár · 2 years, 8 months ago
  29. c332a1c ubifs: Fix journal replay wrt. xattr nodes by Ville Baillie · 2 years, 8 months ago
  30. c678b32 fs: Add semihosting filesystem by Sean Anderson · 2 years, 8 months ago
  31. 7dcfbb1 fs/erofs: add lz4 decompression support by Huang Jianan · 2 years, 9 months ago
  32. 024fb2f fs/erofs: add erofs filesystem support by Huang Jianan · 2 years, 9 months ago
  33. 205783f squashfs: show an error message if the inode_table can't be, allocated by Lars Weber · 2 years, 11 months ago
  34. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  35. 213252f fs/btrfs: fix a bug that U-boot fs btrfs implementation doesn't handle NO_HOLE feature correctly by Qu Wenruo · 3 years ago
  36. c527687 fs/btrfs: add dependency on BLAKE2 hash by Qu Wenruo · 3 years ago
  37. 9c8268d Convert CONFIG_JFFS2_DEV et al to Kconfig by Tom Rini · 3 years ago
  38. dcd6294 fs: yaffs2: Finish Kconfig migration by Tom Rini · 3 years, 1 month ago
  39. d8a562b Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 3 years, 1 month ago
  40. 4b4896d mtd: Remove mtd_erase_callback() entirely by Marek Behún · 3 years, 2 months ago
  41. 8fb445a fs: fat: check for buffer size before reading blocks by Ricardo Salveti · 3 years, 2 months ago
  42. 901ef08 btrfs: Use U-Boot API for decompression by Simon Glass · 3 years, 2 months ago
  43. 3bde7e2 nand.h: Cleanup linux/mtd/rawnand.h usage by Tom Rini · 3 years, 2 months ago
  44. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  45. accb63b WS cleanup: remove excessive empty lines by Wolfgang Denk · 3 years, 2 months ago
  46. 961578e Merge tag 'v2021.10-rc5' into next by Tom Rini · 3 years, 2 months ago
  47. 3f006d5 fs: avoid superfluous messages by Heinrich Schuchardt · 3 years, 2 months ago
  48. 9936fe3 sqfs: Suppress the message about missing filesystem by Simon Glass · 3 years, 3 months ago
  49. 4acb84a btrfs: Suppress the message about missing filesystem by Simon Glass · 3 years, 3 months ago
  50. b8a77ab btrfs: Use default subvolume as filesystem root by Matwey V. Kornilov · 3 years, 4 months ago
  51. 4e8f02d fs/squashfs: Fix some hardlinks reading the wrong inode by Campbell Suter · 3 years, 7 months ago
  52. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  53. 335fe51 Use LIB_UUID with ACPIGEN and FS_BTRFS by Simon Glass · 3 years, 5 months ago
  54. 4410086 cbfs: Check offset range when reading a file by Simon Glass · 3 years, 7 months ago
  55. 236a2d1 fs: fat: add file attributes to struct fs_dirent by Heinrich Schuchardt · 3 years, 7 months ago
  56. 8a724fa fs/squashfs: fix reading of fragmented files by Joao Marcos Costa · 3 years, 7 months ago
  57. 9193398 fs: btrfs: Add missing cache aligned allocation by Marek Vasut · 3 years, 7 months ago
  58. e086af8 fs/squashfs: zero out unused fields in fs_dirent by Heinrich Schuchardt · 3 years, 7 months ago
  59. b1e5ca1 fs: btrfs: fix the false alert of decompression failure by Qu Wenruo · 3 years, 8 months ago
  60. f476b4a cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitions by Sean Anderson · 3 years, 8 months ago
  61. 1c579db fs: fat: fix file_fat_detectfs() by Heinrich Schuchardt · 3 years, 10 months ago
  62. b9e3b67 JFFS2: fix jffs2 summary datacrc status uninitialized by Wagner Popov dos Santos · 3 years, 9 months ago
  63. a943bef JFFS2: fix the reading address over nand's limit by Wagner Popov dos Santos · 3 years, 9 months ago
  64. 7907c4b cbfs: Drop unnecessary cast in file_cbfs_fill_cache() by Simon Glass · 3 years, 9 months ago
  65. 2d507d2 cbfs: Support reading compression information by Simon Glass · 3 years, 9 months ago
  66. 0352edd cbfs: Simplify file iteration by Simon Glass · 3 years, 9 months ago
  67. 1567db0 cbfs: Factor out filling a cache node into a new function by Simon Glass · 3 years, 9 months ago
  68. f8142fb cbfs: Allow file traversal with any CBFS by Simon Glass · 3 years, 9 months ago
  69. 9464909 cbfs: Allow access to CBFS without a header by Simon Glass · 3 years, 9 months ago
  70. 7a02c81 cbfs: Rename new_node to node by Simon Glass · 3 years, 9 months ago
  71. 04c51bd cbfs: Add support for attributes by Simon Glass · 3 years, 9 months ago
  72. 11f5c0c fs/squashfs: Fix compilation error by Pali Rohár · 3 years, 9 months ago
  73. 33d1eab fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1 by Marek Behún · 3 years, 10 months ago
  74. b4c2773 fs: btrfs: change directory list output to be aligned as before by Marek Behún · 3 years, 10 months ago
  75. b0cbb52 fs: btrfs: skip xattrs in directory listing by Marek Behún · 3 years, 10 months ago
  76. 836bba4 fs/squashfs: NULL dereference in sqfs_closedir() by Heinrich Schuchardt · 3 years, 10 months ago
  77. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 10 months ago
  78. 2e1b17b fs: fat: remove trailing periods from long name by Heinrich Schuchardt · 3 years, 10 months ago
  79. b36d546 fs: fat: must not write directory '.' and '..' by Heinrich Schuchardt · 3 years, 10 months ago
  80. 502cb89 fs: fat: usage basename in file_fat_write_at, fat_mkdir by Heinrich Schuchardt · 3 years, 10 months ago
  81. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  82. c556a45 cmd: load, emit error message for invalid block device by Heinrich Schuchardt · 3 years, 10 months ago
  83. c5f727b fs: btrfs: Select SHA256 in Kconfig by Matthias Brugger · 3 years, 10 months ago
  84. eb3587b fs: fat: remove superfluous assignments by Heinrich Schuchardt · 3 years, 10 months ago
  85. cfb7c2b fs: fat: avoid out of bounds access warning by Heinrich Schuchardt · 3 years, 10 months ago
  86. 66ea58c fs: fat: structure for name and extension by Heinrich Schuchardt · 3 years, 10 months ago
  87. 913339a fs: fat: consistent error handling for flush_dir() by Heinrich Schuchardt · 3 years, 10 months ago
  88. b91814c ubifs: do not decide upon uninitialized variable by Heinrich Schuchardt · 4 years ago
  89. b06c36f fs: btrfs: simplify close_ctree_fs_info() by Heinrich Schuchardt · 4 years ago
  90. 4644663 Fix squashfs failing to load sparse files by Campbell Suter · 4 years ago
  91. 12bbff0 fs: btrfs: volumes: prevent overflow for multiplying by Qu Wenruo · 4 years, 1 month ago
  92. 6b82159 efi_loader: setting boot device by Heinrich Schuchardt · 3 years, 11 months ago
  93. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
  94. fac9183 fs/fat: implement fsuuid command by Heinrich Schuchardt · 4 years ago
  95. bb09393 fs: fat: eliminate DIRENTSPERBLOCK() macro by Heinrich Schuchardt · 4 years ago
  96. 284e85b fs: fat: deletion of long file names by Heinrich Schuchardt · 4 years ago
  97. 9a4564e fs: fat: first dentry of long name in FAT iterator by Heinrich Schuchardt · 4 years ago
  98. f600119 fs: fat: use constant DELETED_FLAG by Heinrich Schuchardt · 4 years ago
  99. 7a3f610 fs: fat: search file should not allocate cluster by Heinrich Schuchardt · 4 years ago
  100. 524d13a fs: fat: reuse deleted directory entries by Heinrich Schuchardt · 4 years ago