1. 652277d fs/squashfs: fix potential integer overflows by Joao Marcos Costa · Wed Feb 19 11:16:33 2025 +0100
  2. 89c5936 fs/erofs: fix an integer overflow in symlink resolution by Gao Xiang · Thu Feb 13 19:28:47 2025 +0800
  3. 5828d09 fs: ubifs: Remove unnecessary assignment by Michal Simek · Fri Jan 24 14:17:57 2025 +0100
  4. 147ffc6 fs: eliminate YAFFS2 implementation by Heinrich Schuchardt · Sat Jan 04 01:34:02 2025 +0100
  5. abd98d0 squashfs: Fix sqfs_inode_size() for xattr related SQFS_LSYMLINK_TYPE by Norbert van Bolhuis · Tue Dec 24 01:49:04 2024 +0100
  6. cc2ed3d lmb: Remove lmb_alloc_addr_flags() by Ilias Apalodimas · Wed Dec 18 09:02:35 2024 +0200
  7. 15bbb83 fs: Use ARCH_DMA_MINALIGN as default alignment for fs_read_alloc() by Nam Cao · Thu Nov 07 16:01:06 2024 +0100
  8. 0e00310 fs: btrfs: hide duplicate 'Cannot lookup file' error on 'load' by Dominique Martinet · Fri Nov 15 11:15:47 2024 +0900
  9. f32a6f2 fs: ext4: correct error handling by Heinrich Schuchardt · Thu Nov 07 10:38:53 2024 +0100
  10. 19c781d fs: ext4: use fs_ls_generic by Heinrich Schuchardt · Sat Oct 26 08:40:48 2024 +0200
  11. e415b99 fs: ext4: implement opendir, readdir, closedir by Heinrich Schuchardt · Sat Oct 26 08:40:46 2024 +0200
  12. 149e3c2 fs: ext4: free directory node in ext4fs_exists() by Heinrich Schuchardt · Sat Oct 26 08:40:45 2024 +0200
  13. 7fef614 fs: ext4: simplify ext4fs_iterate_dir() by Heinrich Schuchardt · Sat Oct 26 08:40:44 2024 +0200
  14. f17ec0a fs/cramfs: use schedule instead of cyclic_run as callback by Rasmus Villemoes · Thu Oct 03 23:27:54 2024 +0200
  15. 97799bc Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · Fri Oct 11 12:23:25 2024 -0600
  16. 4cafa21 global: Rename SPL_TPL_ to PHASE_ by Simon Glass · Sun Sep 29 19:49:54 2024 -0600
  17. 86adc2e global: Rename SPL_ to XPL_ by Simon Glass · Sun Sep 29 19:49:53 2024 -0600
  18. 0e84d96 global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · Sun Sep 29 19:49:50 2024 -0600
  19. d6456b0 fs: Fix SPL build if SPL_FS_LOADER is enabled and FS_LOADER is disabled by Hiago De Franco · Mon Sep 16 15:03:36 2024 +0200
  20. 29cab7c include: export uuid.h by Caleb Connolly · Fri Aug 30 13:34:37 2024 +0100
  21. 390562d Merge patch series "Make LMB memory map global and persistent" by Tom Rini · Tue Sep 03 14:09:30 2024 -0600
  22. 27fc17f lmb: remove the lmb_init_and_reserve() function by Sughosh Ganu · Mon Aug 26 17:29:25 2024 +0530
  23. 0d733f0 lmb: allow lmb module to be used in SPL by Sughosh Ganu · Mon Aug 26 17:29:22 2024 +0530
  24. 291bf9c lmb: make LMB memory map persistent and global by Sughosh Ganu · Mon Aug 26 17:29:18 2024 +0530
  25. ebb1c20 list: use list_count_nodes() to count list entries by Sughosh Ganu · Wed Aug 28 22:24:22 2024 +0530
  26. 6076b74 Merge tag 'v2024.10-rc3' into next by Tom Rini · Mon Aug 19 18:24:58 2024 -0600
  27. da21d3d ext4: Fix zalloc() by Richard Weinberger · Fri Aug 09 11:54:30 2024 +0200
  28. 735814f ext4: Fix integer overflow in ext4fs_read_symlink() by Richard Weinberger · Fri Aug 09 11:54:28 2024 +0200
  29. f042f2f squashfs: Fix heap corruption in sqfs_search_dir() by Richard Weinberger · Fri Aug 02 22:05:09 2024 +0200
  30. 8d42c7b squashfs: Fix stack overflow while symlink resolving by Richard Weinberger · Fri Aug 02 18:36:47 2024 +0200
  31. e8db3d9 squashfs: Check sqfs_find_inode() return value by Richard Weinberger · Fri Aug 02 18:36:46 2024 +0200
  32. 16a19a6 squashfs: Fix integer overflow in sqfs_inode_size() by Richard Weinberger · Fri Aug 02 18:36:45 2024 +0200
  33. 18ef5f3 squashfs: Fix integer overflow in sqfs_resolve_symlink() by Richard Weinberger · Fri Aug 02 18:36:44 2024 +0200
  34. 9493a9a ext4: Improve feature checking by Richard Weinberger · Mon Jul 29 23:37:31 2024 +0200
  35. caa32c9 ubifs: Call ubifs_iput when ubifs_iget is used by Michael Trimarchi · Sat Aug 10 14:57:44 2024 +0200
  36. c8de0d4 ubifs: mount fails after power cycle by Ravi Minnikanti · Tue Jul 30 02:14:57 2024 -0700
  37. 41ac3b6 fs: ubifs: Add volume mounted check by Alexander Dahl · Wed Jul 03 12:12:58 2024 +0200
  38. 4086695 fs: ubifs: Make k(z)alloc/kfree symmetric by Alexander Dahl · Wed Jul 03 12:12:57 2024 +0200
  39. 68e2da5 fs: ubifs: Set pointers to NULL after free by Alexander Dahl · Wed Jul 03 12:12:56 2024 +0200
  40. 456cac9 fs: ubifs: Fix memleak and double free in u-boot wrapper functions by Alexander Dahl · Wed Jul 03 12:12:55 2024 +0200
  41. 3dbd4ae sandbox: Return error code from read/write/seek by Simon Glass · Wed Aug 07 16:47:24 2024 -0600
  42. 61d14aa fs: Remove duplicate newlines by Marek Vasut · Sat Jul 13 15:19:21 2024 +0200
  43. e60ab9a fs: ubifs: Add support for ZSTD decompression by Piotr Wojtaszczyk · Tue May 28 17:05:28 2024 +0200
  44. a3c2370 fs: btrfs: fix out of bounds write by Alex Shumsky · Wed Jun 19 00:41:38 2024 +0300
  45. dcbd930 fs/erofs: fix an overflow issue of unmapped extents by Jianan Huang · Wed Jun 05 14:05:54 2024 +0000
  46. aacc5c5 fs: relax ext4_write_file() dependency by Baruch Siach · Wed May 15 07:37:16 2024 +0300
  47. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  48. cb40ccc Merge tag 'v2024.07-rc3' into next by Tom Rini · Mon May 20 10:16:33 2024 -0600
  49. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  50. 1d4bd03 zfs: fix function 'zlib_decompress' pointlessly calling itself by WHR · Wed May 01 00:40:38 2024 +0800
  51. 54ef525 zfs: recognize zpools formatted with features support by WHR · Wed May 01 00:28:32 2024 +0800
  52. 5231797 fs: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:11:05 2024 -0600
  53. 4f831f2 fs/erofs: add DEFLATE algorithm support by Jianan Huang · Sun Apr 14 23:04:14 2024 +0800
  54. cab43b0 fs: fat: fill creation and change date by Heinrich Schuchardt · Tue Apr 09 22:06:07 2024 +0200
  55. 4aa5291 fs: fat: convert change month correctly by Heinrich Schuchardt · Tue Apr 09 20:04:56 2024 +0200
  56. 98185eb Merge patch series "zfs: Fix zfs support on aarch64" by Tom Rini · Wed Apr 17 10:08:03 2024 -0600
  57. 67766f7 zfs: Fix zfs_read() to actually work by mwleeds@mailtundra.com · Sat Apr 06 18:47:29 2024 -0700
  58. 185b1aa zfs: Fix return value of fs_devread() by mwleeds@mailtundra.com · Sat Apr 06 18:47:28 2024 -0700
  59. f5eb122 zfs: Fix unaligned read of uint64 by mwleeds@mailtundra.com · Sat Apr 06 18:47:27 2024 -0700
  60. 437d788 zfs: Add a comment to clarify nvlist memory layout by mwleeds@mailtundra.com · Sat Apr 06 18:47:26 2024 -0700
  61. 14a9faa zfs: Fix malloc() success check by mwleeds@mailtundra.com · Sat Apr 06 18:47:25 2024 -0700
  62. c5c88a0 fs: ext4: all file paths are absolute by Heinrich Schuchardt · Wed Mar 27 09:09:27 2024 +0100
  63. be74019 fs: ext4: make "File System is consistent\n" a debug message by Heinrich Schuchardt · Wed Mar 20 14:23:52 2024 +0100
  64. 3a7e1a4 fs: ext4: Change the Settings of file permissions by developer · Tue Mar 19 17:20:40 2024 +0800
  65. e2ac638 ext4: detect directories in ext4fs_exists() by Heinrich Schuchardt · Tue Feb 20 12:54:23 2024 +0100
  66. c588e9b fs: drop reiserfs by Peter Robinson · Sun Feb 18 23:59:35 2024 +0000
  67. d4c9946 fs: remove explicit efi configuration dependency by AKASHI Takahiro · Wed Jan 17 13:39:44 2024 +0900
  68. 8fd5184 fs: Fix SPL build if FS_LOADER is enabled by Mayuresh Chitale · Thu Nov 16 22:46:12 2023 +0530
  69. 1bbf41d global: Drop common.h inclusion by Tom Rini · Thu Dec 14 13:16:47 2023 -0500
  70. ad5fa1a Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · Wed Dec 13 11:51:53 2023 -0500
  71. 793a98e command: Introduce functions to obtain command arguments by Simon Glass · Sat Nov 18 14:05:20 2023 -0700
  72. 4ad90ca Merge patch series "fs: fat: calculate FAT type based on cluster count" by Tom Rini · Tue Nov 28 20:10:36 2023 -0500
  73. 75c9f37 fs: fat: add bootsector validity check by Christian Taedcke · Wed Nov 15 13:44:20 2023 +0100
  74. ab985e8 fs: fat: simplify gotos from read_bootsectandvi by Christian Taedcke · Wed Nov 15 13:44:19 2023 +0100
  75. cd7a1a0 fs: fat: calculate FAT type based on cluster count by Christian Taedcke · Wed Nov 15 13:44:18 2023 +0100
  76. dfe1736 fs: fat: use get_unaligned_le16 to convert u8[2] to u16 by Christian Taedcke · Wed Nov 15 13:44:16 2023 +0100
  77. 9d1c1b4 fs: btrfs: fix reading when length specified by Sam Edwards · Sat Nov 11 08:19:04 2023 -0700
  78. c3421ea treewide: use linux/time.h for time conversion defines by Igor Prusov · Thu Nov 09 20:10:04 2023 +0300
  79. ab125f5 fs: ext4: Remove unused parameter from ext4_mount by Sean Anderson · Wed Nov 08 12:51:09 2023 -0500
  80. 1f064bc fs/squashfs: enable LZ4 compression support by David Oberhollenzer · Mon Nov 06 11:14:03 2023 +0100
  81. d052ac0 fs/squashfs: remove unused declarations by David Oberhollenzer · Mon Nov 06 11:03:20 2023 +0100
  82. 9fcbdd4 Kconfig: Remove all default n/no options by Michal Simek · Wed Oct 25 09:25:37 2023 +0200
  83. 14fa1bd fs: Disable sandbox filesystem in SPL by Sean Anderson · Sat Oct 14 16:47:48 2023 -0400
  84. 58f5815 Revert "fs: ext4: check the minimal partition size to mount" by Sean Anderson · Sat Sep 30 16:42:46 2023 -0400
  85. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · Thu Sep 14 18:21:46 2023 -0600
  86. dff644c mtd: ubifs: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:30:06 2023 +0200
  87. 362219b fs: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:30:00 2023 +0200
  88. 23e3453 part: Add accessors for struct disk_partition uuid by Simon Glass · Thu Aug 24 13:55:31 2023 -0600
  89. a0e274b Merge tag 'v2023.10-rc3' into next by Tom Rini · Mon Aug 21 17:32:17 2023 -0400
  90. e31f290 fs/erofs: Quieten test for filesystem presence by Simon Glass · Sun Aug 13 08:26:40 2023 -0600
  91. f0be00e fs: fat: avoid multiplication overflow by Heinrich Schuchardt · Sun Jul 30 16:44:04 2023 +0200
  92. c38d27b btrfs: fix some error checking for btrfs_decompress() by Dan Carpenter · Thu Aug 03 13:29:34 2023 +0300
  93. 4956966 cramfs: clean up some error messages by Dan Carpenter · Thu Jul 27 10:16:03 2023 +0300
  94. 078dacb fs: btrfs: Prevent error pointer dereference in list_subvolums() by Dan Carpenter · Wed Jul 26 09:59:04 2023 +0300
  95. d21c752 fs/erofs: Remove an unnecessary assertion by Yifan Zhao · Wed Jul 26 12:56:04 2023 +0800
  96. d701a22 fat: correct sign for deletion mark by Heinrich Schuchardt · Wed Jul 26 10:33:13 2023 +0200
  97. 39ace5c fs/erofs: Introduce new features including ztailpacking, fragments and dedupe by Yifan Zhao · Fri Jul 07 23:52:12 2023 +0800
  98. 4745981 fs: fat: Shrink the size of a few strings by Simon Glass · Sat Jul 15 21:39:06 2023 -0600
  99. 4157158 bootstd: Use bootdev instead of bootdevice by Simon Glass · Wed Jul 12 09:04:32 2023 -0600
  100. e6c49fc fs: Create functions to load and allocate a file by Simon Glass · Thu Jun 01 10:22:38 2023 -0600