1. 4ed2b1a fs: ext4: all file paths are absolute by Heinrich Schuchardt · 7 months ago
  2. 84a7887 fs: ext4: make "File System is consistent\n" a debug message by Heinrich Schuchardt · 7 months ago
  3. 278c644 fs: ext4: Change the Settings of file permissions by Jixiong Hu · 7 months ago
  4. e70f04f ext4: detect directories in ext4fs_exists() by Heinrich Schuchardt · 8 months ago
  5. 3766a24 fs: drop reiserfs by Peter Robinson · 8 months ago
  6. 467979b fs: remove explicit efi configuration dependency by AKASHI Takahiro · 9 months ago
  7. cd57cf9 fs: Fix SPL build if FS_LOADER is enabled by Mayuresh Chitale · 11 months ago
  8. cb3ce95 global: Drop common.h inclusion by Tom Rini · 10 months ago
  9. 9565771 Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · 10 months ago
  10. 8632b36 command: Introduce functions to obtain command arguments by Simon Glass · 11 months ago
  11. e2a9edc Merge patch series "fs: fat: calculate FAT type based on cluster count" by Tom Rini · 11 months ago
  12. c489937 fs: fat: add bootsector validity check by Christian Taedcke · 11 months ago
  13. 33daef4 fs: fat: simplify gotos from read_bootsectandvi by Christian Taedcke · 11 months ago
  14. 08f622a fs: fat: calculate FAT type based on cluster count by Christian Taedcke · 11 months ago
  15. 24caa69 fs: fat: use get_unaligned_le16 to convert u8[2] to u16 by Christian Taedcke · 11 months ago
  16. 6d6ea52 fs: btrfs: fix reading when length specified by Sam Edwards · 11 months ago
  17. 13248d6 treewide: use linux/time.h for time conversion defines by Igor Prusov · 11 months ago
  18. 7667bde fs: ext4: Remove unused parameter from ext4_mount by Sean Anderson · 11 months ago
  19. fa894a3 fs/squashfs: enable LZ4 compression support by David Oberhollenzer · 12 months ago
  20. 99374ff fs/squashfs: remove unused declarations by David Oberhollenzer · 12 months ago
  21. 18370f1 Kconfig: Remove all default n/no options by Michal Simek · 12 months ago
  22. c39d22c fs: Disable sandbox filesystem in SPL by Sean Anderson · 1 year ago
  23. bfcf752 Revert "fs: ext4: check the minimal partition size to mount" by Sean Anderson · 1 year, 1 month ago
  24. 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 1 month ago
  25. 2c77bb8 mtd: ubifs: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 1 month ago
  26. 46bb863 fs: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 1 month ago
  27. c5f1d00 part: Add accessors for struct disk_partition uuid by Simon Glass · 1 year, 2 months ago
  28. 7e6e40c Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 2 months ago
  29. 97f4bc3 fs/erofs: Quieten test for filesystem presence by Simon Glass · 1 year, 2 months ago
  30. 84032b6 fs: fat: avoid multiplication overflow by Heinrich Schuchardt · 1 year, 3 months ago
  31. 08404fa btrfs: fix some error checking for btrfs_decompress() by Dan Carpenter · 1 year, 3 months ago
  32. 1678e26 cramfs: clean up some error messages by Dan Carpenter · 1 year, 3 months ago
  33. c331efd fs: btrfs: Prevent error pointer dereference in list_subvolums() by Dan Carpenter · 1 year, 3 months ago
  34. 7ee1325 fs/erofs: Remove an unnecessary assertion by Yifan Zhao · 1 year, 3 months ago
  35. 42cd759 fat: correct sign for deletion mark by Heinrich Schuchardt · 1 year, 3 months ago
  36. 3a21e92 fs/erofs: Introduce new features including ztailpacking, fragments and dedupe by Yifan Zhao · 1 year, 3 months ago
  37. 78211de fs: fat: Shrink the size of a few strings by Simon Glass · 1 year, 3 months ago
  38. 4de979f bootstd: Use bootdev instead of bootdevice by Simon Glass · 1 year, 3 months ago
  39. de7b5a8 fs: Create functions to load and allocate a file by Simon Glass · 1 year, 5 months ago
  40. 7da82de 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, 4 months ago
  41. 260d496 Merge tag v2023.07-rc4 into next by Tom Rini · 1 year, 4 months ago
  42. 1be82af global: Use proper project name U-Boot by Michal Simek · 1 year, 5 months ago
  43. b46cec4 ubifs: allow loading to above 4GiB by Ben Dooks · 1 year, 5 months ago
  44. 2f9943b semihosting: create file in smh_fs_write_at() by Heinrich Schuchardt · 1 year, 5 months ago
  45. 6ba08b3 fs/btrfs: use asm/unaligned.h by Jens Wiklander · 1 year, 5 months ago
  46. b1d3013 btrfs: fix offset when reading compressed extents by Dominique Martinet · 1 year, 6 months ago
  47. 1421551 fs: yaffs2: Make yaffsfs_deviceList static by Bin Meng · 1 year, 7 months ago
  48. 39409fa fs: ext4: fix files seen as symlink during deletion by Corentin GUILLEVIC · 1 year, 7 months ago
  49. fefd949 fs: fat: do not mangle short filenames by Stefan Herbrechtsmeier · 1 year, 7 months ago
  50. 9905cae fs: ext4: check the minimal partition size to mount by Patrick Delaunay · 1 year, 8 months ago
  51. 511a130 fs: btrfs: limit the mapped length to the original length by Qu Wenruo · 1 year, 8 months ago
  52. 0e56bc1 Correct SPL use of FS_EROFS by Simon Glass · 1 year, 9 months ago
  53. 4f6daac log: Add a category for filesystems by Simon Glass · 1 year, 9 months ago
  54. de94335 fs/fat: avoid noisy message fat_read_file() by Heinrich Schuchardt · 1 year, 9 months ago
  55. 4b9b25d lib: zstd: update to latest Linux zstd 1.5.2 by Brandon Maier · 1 year, 9 months ago
  56. 11d5670 fs/btrfs: handle data extents, which crosss stripe boundaries, correctly by Qu Wenruo · 1 year, 10 months ago
  57. bf48dde fs/squashfs: Only use export table if available by David Oberhollenzer · 1 year, 10 months ago
  58. aeea67f fs/squashfs: use lldiv function for math by Kasper Revsbech · 1 year, 11 months ago
  59. 04e6332 fs: ext4: Fix free(NULL) by Mikhail Ilin · 1 year, 11 months ago
  60. 6b752c7 ubifs: Allow to silence debug dumps by Pali Rohár · 2 years, 2 months ago
  61. 3b677dc fs: jffs2: Move SYS_JFFS2_SORT_FRAGMENTS to Kconfig by Tom Rini · 2 years ago
  62. f337fb9 fs: Quieten down the filesystems more by Simon Glass · 2 years ago
  63. 2d45913 Merge branch 'next' by Tom Rini · 2 years, 1 month ago
  64. 34d5fea fs: btrfs: remove the usage of undeclared fs_mutex variable by Pankaj Raghav · 2 years, 1 month ago
  65. 8149b15 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 1 month ago
  66. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 2 months ago
  67. a51eb8d blk: Use a function for whether block devices are available by Simon Glass · 2 years, 2 months ago
  68. 661cdaa cyclic: Integrate cyclic infrastructure into WATCHDOG_RESET by Stefan Roese · 2 years, 2 months ago
  69. f508fad fs/erofs: silence erofs_probe() by Heinrich Schuchardt · 2 years, 3 months ago
  70. 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 3 months ago
  71. 17ead04 Audit <flash.h> inclusion by Tom Rini · 2 years, 3 months ago
  72. 61143f7 treewide: Fix Marek's name and change my e-mail address by Marek Behún · 2 years, 5 months ago
  73. e2e6caa ubifs: Use U-Boot assert() from <log.h> in UBI/UBIFS code by Pali Rohár · 2 years, 3 months ago
  74. b4f2105 ubifs: Fix ubifs_assert_cmt_locked() by Pali Rohár · 2 years, 3 months ago
  75. 36b661d Merge branch 'next' by Tom Rini · 2 years, 3 months ago
  76. 69ca709 ubifs: Fix reference count leak in ubifsumount by Pali Rohár · 2 years, 5 months ago
  77. b340199 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · 2 years, 4 months ago
  78. 7f7fb99 fs/squashfs: Use kcalloc when relevant by Miquel Raynal · 2 years, 4 months ago
  79. 52af010 Merge branch 'master' into next by Tom Rini · 2 years, 4 months ago
  80. 2ac0baa fs/squashfs: sqfs_read: Prevent arbitrary code execution by Miquel Raynal · 2 years, 4 months ago
  81. 84378d5 fs/squashfs: fix sqfs_read_sblk() by Heinrich Schuchardt · 2 years, 5 months ago
  82. 89ab1e2 btrfs: simplify lookup_data_extent() by Heinrich Schuchardt · 2 years, 5 months ago
  83. 9320db0 squashfs: Fix compilation on big endian systems by Pali Rohár · 2 years, 7 months ago
  84. 339f652 ubifs: Fix lockup/crash when reading files by Pali Rohár · 2 years, 5 months ago
  85. 92080c6 fs/squashfs: use lldiv function for math by Sean Nyekjaer · 2 years, 5 months ago
  86. 7d0478d bootstd: sandbox: Add a hostfs bootdev by Simon Glass · 2 years, 6 months ago
  87. c24e58f fs: Add a function to set the filesystem type by Simon Glass · 2 years, 6 months ago
  88. 4f0e77f fs: ext4: Use CRC-16 implementation from linux/crc16.h by Pali Rohár · 2 years, 6 months ago
  89. 1a47e6d crc16: Move standard CRC-16 implementation from ubifs to lib by Pali Rohár · 2 years, 6 months ago
  90. e523f5d crc16: Rename fs/ubifs/crc16.h to include/linux/crc16.h by Pali Rohár · 2 years, 6 months ago
  91. f362dea fs: Allow to compile FS_SQUASHFS only for proper U-Boot by Pali Rohár · 2 years, 7 months ago
  92. b8a7916 fs: Allow to compile FS_BTRFS when SPL is enabled by Pali Rohár · 2 years, 7 months ago
  93. c4bbbed btrfs: Fix compilation on big endian systems by Pali Rohár · 2 years, 7 months ago
  94. 9bd89bb fs/squashfs: simplify sqfs_read() by Heinrich Schuchardt · 2 years, 6 months ago
  95. b8617df fs: Allow to compile CMD_UBIFS when SPL is enabled by Pali Rohár · 2 years, 7 months ago
  96. 5bbaba6 fs: Allow to compile FS_FAT only for proper U-Boot by Pali Rohár · 2 years, 7 months ago
  97. 749c6a6 ubifs: Fix journal replay wrt. xattr nodes by Ville Baillie · 2 years, 7 months ago
  98. f676b45 fs: Add semihosting filesystem by Sean Anderson · 2 years, 7 months ago
  99. 65cb730 fs/erofs: add lz4 decompression support by Huang Jianan · 2 years, 8 months ago
  100. 830613f fs/erofs: add erofs filesystem support by Huang Jianan · 2 years, 8 months ago