1. d4c9946 fs: remove explicit efi configuration dependency by AKASHI Takahiro · 11 months ago
  2. 8fd5184 fs: Fix SPL build if FS_LOADER is enabled by Mayuresh Chitale · 1 year ago
  3. 1bbf41d global: Drop common.h inclusion by Tom Rini · 12 months ago
  4. ad5fa1a Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · 12 months ago
  5. 793a98e command: Introduce functions to obtain command arguments by Simon Glass · 1 year ago
  6. 4ad90ca Merge patch series "fs: fat: calculate FAT type based on cluster count" by Tom Rini · 12 months ago
  7. 75c9f37 fs: fat: add bootsector validity check by Christian Taedcke · 1 year ago
  8. ab985e8 fs: fat: simplify gotos from read_bootsectandvi by Christian Taedcke · 1 year ago
  9. cd7a1a0 fs: fat: calculate FAT type based on cluster count by Christian Taedcke · 1 year ago
  10. dfe1736 fs: fat: use get_unaligned_le16 to convert u8[2] to u16 by Christian Taedcke · 1 year ago
  11. 9d1c1b4 fs: btrfs: fix reading when length specified by Sam Edwards · 1 year, 1 month ago
  12. c3421ea treewide: use linux/time.h for time conversion defines by Igor Prusov · 1 year, 1 month ago
  13. ab125f5 fs: ext4: Remove unused parameter from ext4_mount by Sean Anderson · 1 year, 1 month ago
  14. 1f064bc fs/squashfs: enable LZ4 compression support by David Oberhollenzer · 1 year, 1 month ago
  15. d052ac0 fs/squashfs: remove unused declarations by David Oberhollenzer · 1 year, 1 month ago
  16. 9fcbdd4 Kconfig: Remove all default n/no options by Michal Simek · 1 year, 1 month ago
  17. 14fa1bd fs: Disable sandbox filesystem in SPL by Sean Anderson · 1 year, 2 months ago
  18. 58f5815 Revert "fs: ext4: check the minimal partition size to mount" by Sean Anderson · 1 year, 2 months ago
  19. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 2 months ago
  20. dff644c mtd: ubifs: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
  21. 362219b fs: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
  22. 23e3453 part: Add accessors for struct disk_partition uuid by Simon Glass · 1 year, 3 months ago
  23. a0e274b Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 3 months ago
  24. e31f290 fs/erofs: Quieten test for filesystem presence by Simon Glass · 1 year, 4 months ago
  25. f0be00e fs: fat: avoid multiplication overflow by Heinrich Schuchardt · 1 year, 4 months ago
  26. c38d27b btrfs: fix some error checking for btrfs_decompress() by Dan Carpenter · 1 year, 4 months ago
  27. 4956966 cramfs: clean up some error messages by Dan Carpenter · 1 year, 4 months ago
  28. 078dacb fs: btrfs: Prevent error pointer dereference in list_subvolums() by Dan Carpenter · 1 year, 4 months ago
  29. d21c752 fs/erofs: Remove an unnecessary assertion by Yifan Zhao · 1 year, 4 months ago
  30. d701a22 fat: correct sign for deletion mark by Heinrich Schuchardt · 1 year, 4 months ago
  31. 39ace5c fs/erofs: Introduce new features including ztailpacking, fragments and dedupe by Yifan Zhao · 1 year, 5 months ago
  32. 4745981 fs: fat: Shrink the size of a few strings by Simon Glass · 1 year, 5 months ago
  33. 4157158 bootstd: Use bootdev instead of bootdevice by Simon Glass · 1 year, 5 months ago
  34. e6c49fc fs: Create functions to load and allocate a file by Simon Glass · 1 year, 6 months ago
  35. da9739c Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 1 year, 6 months ago
  36. 8c6b5f7 Merge tag v2023.07-rc4 into next by Tom Rini · 1 year, 6 months ago
  37. 50fa118 global: Use proper project name U-Boot by Michal Simek · 1 year, 7 months ago
  38. 68ebcf7 ubifs: allow loading to above 4GiB by Ben Dooks · 1 year, 6 months ago
  39. ab5e883 semihosting: create file in smh_fs_write_at() by Heinrich Schuchardt · 1 year, 7 months ago
  40. d3d59a4 fs/btrfs: use asm/unaligned.h by Jens Wiklander · 1 year, 6 months ago
  41. 50f6925 btrfs: fix offset when reading compressed extents by Dominique Martinet · 1 year, 7 months ago
  42. 135c043 fs: yaffs2: Make yaffsfs_deviceList static by Bin Meng · 1 year, 8 months ago
  43. d4620ae fs: ext4: fix files seen as symlink during deletion by Corentin GUILLEVIC · 1 year, 9 months ago
  44. 4052d1f fs: fat: do not mangle short filenames by Stefan Herbrechtsmeier · 1 year, 9 months ago
  45. 50734a1 fs: ext4: check the minimal partition size to mount by Patrick Delaunay · 1 year, 9 months ago
  46. 8309e11 fs: btrfs: limit the mapped length to the original length by Qu Wenruo · 1 year, 10 months ago
  47. a92e0a1 Correct SPL use of FS_EROFS by Simon Glass · 1 year, 10 months ago
  48. 468247d log: Add a category for filesystems by Simon Glass · 1 year, 10 months ago
  49. 6362d97 fs/fat: avoid noisy message fat_read_file() by Heinrich Schuchardt · 1 year, 10 months ago
  50. dbe88da lib: zstd: update to latest Linux zstd 1.5.2 by Brandon Maier · 1 year, 11 months ago
  51. 5c5df2d fs/btrfs: handle data extents, which crosss stripe boundaries, correctly by Qu Wenruo · 1 year, 11 months ago
  52. ddf1dfb fs/squashfs: Only use export table if available by David Oberhollenzer · 1 year, 11 months ago
  53. 42d5966 fs/squashfs: use lldiv function for math by Kasper Revsbech · 2 years ago
  54. 0528150 fs: ext4: Fix free(NULL) by Mikhail Ilin · 2 years ago
  55. 9272206 ubifs: Allow to silence debug dumps by Pali Rohár · 2 years, 4 months ago
  56. fb577aa fs: jffs2: Move SYS_JFFS2_SORT_FRAGMENTS to Kconfig by Tom Rini · 2 years, 1 month ago
  57. 3862fab fs: Quieten down the filesystems more by Simon Glass · 2 years, 2 months ago
  58. 9411630 Merge branch 'next' by Tom Rini · 2 years, 2 months ago
  59. f33da56 fs: btrfs: remove the usage of undeclared fs_mutex variable by Pankaj Raghav · 2 years, 2 months ago
  60. fada3f9 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 2 months ago
  61. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  62. f5ac303 blk: Use a function for whether block devices are available by Simon Glass · 2 years, 4 months ago
  63. 9e79fbe cyclic: Integrate cyclic infrastructure into WATCHDOG_RESET by Stefan Roese · 2 years, 3 months ago
  64. bb762cf fs/erofs: silence erofs_probe() by Heinrich Schuchardt · 2 years, 4 months ago
  65. 1ab1692 common: Drop display_options.h from common header by Simon Glass · 2 years, 4 months ago
  66. 063c938 Audit <flash.h> inclusion by Tom Rini · 2 years, 4 months ago
  67. d63726e treewide: Fix Marek's name and change my e-mail address by Marek Behún · 2 years, 6 months ago
  68. 38ed4e7 ubifs: Use U-Boot assert() from <log.h> in UBI/UBIFS code by Pali Rohár · 2 years, 5 months ago
  69. a131bdf ubifs: Fix ubifs_assert_cmt_locked() by Pali Rohár · 2 years, 5 months ago
  70. 89b5381 Merge branch 'next' by Tom Rini · 2 years, 5 months ago
  71. c3bdb7c ubifs: Fix reference count leak in ubifsumount by Pali Rohár · 2 years, 6 months ago
  72. 0a83cc2 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · 2 years, 6 months ago
  73. edaf604 fs/squashfs: Use kcalloc when relevant by Miquel Raynal · 2 years, 5 months ago
  74. d9ff2b9 Merge branch 'master' into next by Tom Rini · 2 years, 5 months ago
  75. a8e95fd fs/squashfs: sqfs_read: Prevent arbitrary code execution by Miquel Raynal · 2 years, 6 months ago
  76. 8cace45 fs/squashfs: fix sqfs_read_sblk() by Heinrich Schuchardt · 2 years, 7 months ago
  77. e7269b7 btrfs: simplify lookup_data_extent() by Heinrich Schuchardt · 2 years, 7 months ago
  78. 501073d squashfs: Fix compilation on big endian systems by Pali Rohár · 2 years, 8 months ago
  79. 8d2176a ubifs: Fix lockup/crash when reading files by Pali Rohár · 2 years, 7 months ago
  80. a8eb962 fs/squashfs: use lldiv function for math by Sean Nyekjaer · 2 years, 7 months ago
  81. 1b4bc15 bootstd: sandbox: Add a hostfs bootdev by Simon Glass · 2 years, 7 months ago
  82. 896ed4b fs: Add a function to set the filesystem type by Simon Glass · 2 years, 7 months ago
  83. be4ee4e fs: ext4: Use CRC-16 implementation from linux/crc16.h by Pali Rohár · 2 years, 8 months ago
  84. 13e5039 crc16: Move standard CRC-16 implementation from ubifs to lib by Pali Rohár · 2 years, 8 months ago
  85. 8d15d2b crc16: Rename fs/ubifs/crc16.h to include/linux/crc16.h by Pali Rohár · 2 years, 8 months ago
  86. 1660e96 fs: Allow to compile FS_SQUASHFS only for proper U-Boot by Pali Rohár · 2 years, 8 months ago
  87. 849a61a fs: Allow to compile FS_BTRFS when SPL is enabled by Pali Rohár · 2 years, 8 months ago
  88. a0eae46 btrfs: Fix compilation on big endian systems by Pali Rohár · 2 years, 8 months ago
  89. 8e70943 fs/squashfs: simplify sqfs_read() by Heinrich Schuchardt · 2 years, 8 months ago
  90. d3a3c12 fs: Allow to compile CMD_UBIFS when SPL is enabled by Pali Rohár · 2 years, 8 months ago
  91. d291f89 fs: Allow to compile FS_FAT only for proper U-Boot by Pali Rohár · 2 years, 8 months ago
  92. c332a1c ubifs: Fix journal replay wrt. xattr nodes by Ville Baillie · 2 years, 8 months ago
  93. c678b32 fs: Add semihosting filesystem by Sean Anderson · 2 years, 8 months ago
  94. 7dcfbb1 fs/erofs: add lz4 decompression support by Huang Jianan · 2 years, 9 months ago
  95. 024fb2f fs/erofs: add erofs filesystem support by Huang Jianan · 2 years, 9 months ago
  96. 205783f squashfs: show an error message if the inode_table can't be, allocated by Lars Weber · 2 years, 11 months ago
  97. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  98. 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
  99. c527687 fs/btrfs: add dependency on BLAKE2 hash by Qu Wenruo · 3 years ago
  100. 9c8268d Convert CONFIG_JFFS2_DEV et al to Kconfig by Tom Rini · 3 years ago