1. caa32c9 ubifs: Call ubifs_iput when ubifs_iget is used by Michael Trimarchi · Sat Aug 10 14:57:44 2024 +0200
  2. c8de0d4 ubifs: mount fails after power cycle by Ravi Minnikanti · Tue Jul 30 02:14:57 2024 -0700
  3. 41ac3b6 fs: ubifs: Add volume mounted check by Alexander Dahl · Wed Jul 03 12:12:58 2024 +0200
  4. 4086695 fs: ubifs: Make k(z)alloc/kfree symmetric by Alexander Dahl · Wed Jul 03 12:12:57 2024 +0200
  5. 68e2da5 fs: ubifs: Set pointers to NULL after free by Alexander Dahl · Wed Jul 03 12:12:56 2024 +0200
  6. 456cac9 fs: ubifs: Fix memleak and double free in u-boot wrapper functions by Alexander Dahl · Wed Jul 03 12:12:55 2024 +0200
  7. 61d14aa fs: Remove duplicate newlines by Marek Vasut · Sat Jul 13 15:19:21 2024 +0200
  8. e60ab9a fs: ubifs: Add support for ZSTD decompression by Piotr Wojtaszczyk · Tue May 28 17:05:28 2024 +0200
  9. a3c2370 fs: btrfs: fix out of bounds write by Alex Shumsky · Wed Jun 19 00:41:38 2024 +0300
  10. dcbd930 fs/erofs: fix an overflow issue of unmapped extents by Jianan Huang · Wed Jun 05 14:05:54 2024 +0000
  11. aacc5c5 fs: relax ext4_write_file() dependency by Baruch Siach · Wed May 15 07:37:16 2024 +0300
  12. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  13. cb40ccc Merge tag 'v2024.07-rc3' into next by Tom Rini · Mon May 20 10:16:33 2024 -0600
  14. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  15. 1d4bd03 zfs: fix function 'zlib_decompress' pointlessly calling itself by WHR · Wed May 01 00:40:38 2024 +0800
  16. 54ef525 zfs: recognize zpools formatted with features support by WHR · Wed May 01 00:28:32 2024 +0800
  17. 5231797 fs: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:11:05 2024 -0600
  18. 4f831f2 fs/erofs: add DEFLATE algorithm support by Jianan Huang · Sun Apr 14 23:04:14 2024 +0800
  19. cab43b0 fs: fat: fill creation and change date by Heinrich Schuchardt · Tue Apr 09 22:06:07 2024 +0200
  20. 4aa5291 fs: fat: convert change month correctly by Heinrich Schuchardt · Tue Apr 09 20:04:56 2024 +0200
  21. 98185eb Merge patch series "zfs: Fix zfs support on aarch64" by Tom Rini · Wed Apr 17 10:08:03 2024 -0600
  22. 67766f7 zfs: Fix zfs_read() to actually work by mwleeds@mailtundra.com · Sat Apr 06 18:47:29 2024 -0700
  23. 185b1aa zfs: Fix return value of fs_devread() by mwleeds@mailtundra.com · Sat Apr 06 18:47:28 2024 -0700
  24. f5eb122 zfs: Fix unaligned read of uint64 by mwleeds@mailtundra.com · Sat Apr 06 18:47:27 2024 -0700
  25. 437d788 zfs: Add a comment to clarify nvlist memory layout by mwleeds@mailtundra.com · Sat Apr 06 18:47:26 2024 -0700
  26. 14a9faa zfs: Fix malloc() success check by mwleeds@mailtundra.com · Sat Apr 06 18:47:25 2024 -0700
  27. c5c88a0 fs: ext4: all file paths are absolute by Heinrich Schuchardt · Wed Mar 27 09:09:27 2024 +0100
  28. be74019 fs: ext4: make "File System is consistent\n" a debug message by Heinrich Schuchardt · Wed Mar 20 14:23:52 2024 +0100
  29. 3a7e1a4 fs: ext4: Change the Settings of file permissions by developer · Tue Mar 19 17:20:40 2024 +0800
  30. e2ac638 ext4: detect directories in ext4fs_exists() by Heinrich Schuchardt · Tue Feb 20 12:54:23 2024 +0100
  31. c588e9b fs: drop reiserfs by Peter Robinson · Sun Feb 18 23:59:35 2024 +0000
  32. d4c9946 fs: remove explicit efi configuration dependency by AKASHI Takahiro · Wed Jan 17 13:39:44 2024 +0900
  33. 8fd5184 fs: Fix SPL build if FS_LOADER is enabled by Mayuresh Chitale · Thu Nov 16 22:46:12 2023 +0530
  34. 1bbf41d global: Drop common.h inclusion by Tom Rini · Thu Dec 14 13:16:47 2023 -0500
  35. ad5fa1a Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · Wed Dec 13 11:51:53 2023 -0500
  36. 793a98e command: Introduce functions to obtain command arguments by Simon Glass · Sat Nov 18 14:05:20 2023 -0700
  37. 4ad90ca Merge patch series "fs: fat: calculate FAT type based on cluster count" by Tom Rini · Tue Nov 28 20:10:36 2023 -0500
  38. 75c9f37 fs: fat: add bootsector validity check by Christian Taedcke · Wed Nov 15 13:44:20 2023 +0100
  39. ab985e8 fs: fat: simplify gotos from read_bootsectandvi by Christian Taedcke · Wed Nov 15 13:44:19 2023 +0100
  40. cd7a1a0 fs: fat: calculate FAT type based on cluster count by Christian Taedcke · Wed Nov 15 13:44:18 2023 +0100
  41. dfe1736 fs: fat: use get_unaligned_le16 to convert u8[2] to u16 by Christian Taedcke · Wed Nov 15 13:44:16 2023 +0100
  42. 9d1c1b4 fs: btrfs: fix reading when length specified by Sam Edwards · Sat Nov 11 08:19:04 2023 -0700
  43. c3421ea treewide: use linux/time.h for time conversion defines by Igor Prusov · Thu Nov 09 20:10:04 2023 +0300
  44. ab125f5 fs: ext4: Remove unused parameter from ext4_mount by Sean Anderson · Wed Nov 08 12:51:09 2023 -0500
  45. 1f064bc fs/squashfs: enable LZ4 compression support by David Oberhollenzer · Mon Nov 06 11:14:03 2023 +0100
  46. d052ac0 fs/squashfs: remove unused declarations by David Oberhollenzer · Mon Nov 06 11:03:20 2023 +0100
  47. 9fcbdd4 Kconfig: Remove all default n/no options by Michal Simek · Wed Oct 25 09:25:37 2023 +0200
  48. 14fa1bd fs: Disable sandbox filesystem in SPL by Sean Anderson · Sat Oct 14 16:47:48 2023 -0400
  49. 58f5815 Revert "fs: ext4: check the minimal partition size to mount" by Sean Anderson · Sat Sep 30 16:42:46 2023 -0400
  50. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · Thu Sep 14 18:21:46 2023 -0600
  51. dff644c mtd: ubifs: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:30:06 2023 +0200
  52. 362219b fs: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:30:00 2023 +0200
  53. 23e3453 part: Add accessors for struct disk_partition uuid by Simon Glass · Thu Aug 24 13:55:31 2023 -0600
  54. a0e274b Merge tag 'v2023.10-rc3' into next by Tom Rini · Mon Aug 21 17:32:17 2023 -0400
  55. e31f290 fs/erofs: Quieten test for filesystem presence by Simon Glass · Sun Aug 13 08:26:40 2023 -0600
  56. f0be00e fs: fat: avoid multiplication overflow by Heinrich Schuchardt · Sun Jul 30 16:44:04 2023 +0200
  57. c38d27b btrfs: fix some error checking for btrfs_decompress() by Dan Carpenter · Thu Aug 03 13:29:34 2023 +0300
  58. 4956966 cramfs: clean up some error messages by Dan Carpenter · Thu Jul 27 10:16:03 2023 +0300
  59. 078dacb fs: btrfs: Prevent error pointer dereference in list_subvolums() by Dan Carpenter · Wed Jul 26 09:59:04 2023 +0300
  60. d21c752 fs/erofs: Remove an unnecessary assertion by Yifan Zhao · Wed Jul 26 12:56:04 2023 +0800
  61. d701a22 fat: correct sign for deletion mark by Heinrich Schuchardt · Wed Jul 26 10:33:13 2023 +0200
  62. 39ace5c fs/erofs: Introduce new features including ztailpacking, fragments and dedupe by Yifan Zhao · Fri Jul 07 23:52:12 2023 +0800
  63. 4745981 fs: fat: Shrink the size of a few strings by Simon Glass · Sat Jul 15 21:39:06 2023 -0600
  64. 4157158 bootstd: Use bootdev instead of bootdevice by Simon Glass · Wed Jul 12 09:04:32 2023 -0600
  65. e6c49fc fs: Create functions to load and allocate a file by Simon Glass · Thu Jun 01 10:22:38 2023 -0600
  66. da9739c Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Mon Jun 12 16:42:37 2023 -0400
  67. 8c6b5f7 Merge tag v2023.07-rc4 into next by Tom Rini · Mon Jun 12 14:55:33 2023 -0400
  68. 50fa118 global: Use proper project name U-Boot by Michal Simek · Wed May 17 09:17:16 2023 +0200
  69. 68ebcf7 ubifs: allow loading to above 4GiB by Ben Dooks · Tue Jun 06 09:23:28 2023 +0100
  70. ab5e883 semihosting: create file in smh_fs_write_at() by Heinrich Schuchardt · Sat May 13 00:47:03 2023 +0200
  71. d3d59a4 fs/btrfs: use asm/unaligned.h by Jens Wiklander · Mon May 22 14:22:36 2023 +0200
  72. 50f6925 btrfs: fix offset when reading compressed extents by Dominique Martinet · Tue Apr 18 15:41:55 2023 +0900
  73. 135c043 fs: yaffs2: Make yaffsfs_deviceList static by Bin Meng · Wed Apr 05 22:40:22 2023 +0800
  74. d4620ae fs: ext4: fix files seen as symlink during deletion by Corentin GUILLEVIC · Fri Mar 17 13:15:12 2023 +0100
  75. 4052d1f fs: fat: do not mangle short filenames by Stefan Herbrechtsmeier · Fri Mar 17 13:04:13 2023 +0100
  76. 50734a1 fs: ext4: check the minimal partition size to mount by Patrick Delaunay · Wed Mar 08 09:49:54 2023 +0100
  77. 8309e11 fs: btrfs: limit the mapped length to the original length by Qu Wenruo · Mon Feb 13 08:37:59 2023 +0800
  78. a92e0a1 Correct SPL use of FS_EROFS by Simon Glass · Sun Feb 05 15:40:03 2023 -0700
  79. 468247d log: Add a category for filesystems by Simon Glass · Sat Jan 28 15:00:16 2023 -0700
  80. 6362d97 fs/fat: avoid noisy message fat_read_file() by Heinrich Schuchardt · Thu Jan 19 15:37:40 2023 +0100
  81. dbe88da lib: zstd: update to latest Linux zstd 1.5.2 by Brandon Maier · Thu Jan 12 10:27:45 2023 -0600
  82. 5c5df2d fs/btrfs: handle data extents, which crosss stripe boundaries, correctly by Qu Wenruo · Fri Dec 30 09:07:05 2022 +0800
  83. ddf1dfb fs/squashfs: Only use export table if available by David Oberhollenzer · Sun Dec 25 11:05:24 2022 +0100
  84. 42d5966 fs/squashfs: use lldiv function for math by Kasper Revsbech · Thu Dec 01 16:30:32 2022 +0100
  85. 0528150 fs: ext4: Fix free(NULL) by Mikhail Ilin · Tue Nov 22 11:00:55 2022 +0300
  86. 9272206 ubifs: Allow to silence debug dumps by Pali Rohár · Sun Aug 07 21:27:09 2022 +0200
  87. fb577aa fs: jffs2: Move SYS_JFFS2_SORT_FRAGMENTS to Kconfig by Tom Rini · Fri Oct 28 20:26:59 2022 -0400
  88. 3862fab fs: Quieten down the filesystems more by Simon Glass · Tue Oct 11 09:47:11 2022 -0600
  89. 9411630 Merge branch 'next' by Tom Rini · Mon Oct 03 15:39:46 2022 -0400
  90. f33da56 fs: btrfs: remove the usage of undeclared fs_mutex variable by Pankaj Raghav · Wed Sep 28 17:23:01 2022 +0200
  91. fada3f9 blk: Rename if_type to uclass_id by Simon Glass · Sat Sep 17 09:00:09 2022 -0600
  92. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  93. f5ac303 blk: Use a function for whether block devices are available by Simon Glass · Thu Aug 11 19:34:45 2022 -0600
  94. 9e79fbe cyclic: Integrate cyclic infrastructure into WATCHDOG_RESET by Stefan Roese · Fri Sep 02 13:57:49 2022 +0200
  95. bb762cf fs/erofs: silence erofs_probe() by Heinrich Schuchardt · Mon Aug 01 15:27:11 2022 +0200
  96. 1ab1692 common: Drop display_options.h from common header by Simon Glass · Sun Jul 31 12:28:48 2022 -0600
  97. 063c938 Audit <flash.h> inclusion by Tom Rini · Sat Jul 23 13:05:03 2022 -0400
  98. d63726e treewide: Fix Marek's name and change my e-mail address by Marek Behún · Wed Jun 01 17:17:06 2022 +0200
  99. 38ed4e7 ubifs: Use U-Boot assert() from <log.h> in UBI/UBIFS code by Pali Rohár · Sun Jul 10 13:38:07 2022 +0200
  100. a131bdf ubifs: Fix ubifs_assert_cmt_locked() by Pali Rohár · Sun Jul 10 13:38:06 2022 +0200