- 6ea8dc6 fs: Use ARCH_DMA_MINALIGN as default alignment for fs_read_alloc() by Nam Cao · 2 weeks ago
- 6e988fd fs: btrfs: hide duplicate 'Cannot lookup file' error on 'load' by Dominique Martinet · 9 days ago
- 9084e1b fs: ext4: correct error handling by Heinrich Schuchardt · 2 weeks ago
- 29e5a2e fs: ext4: use fs_ls_generic by Heinrich Schuchardt · 4 weeks ago
- 22fdac3 fs: ext4: implement opendir, readdir, closedir by Heinrich Schuchardt · 4 weeks ago
- 2d94480 fs: ext4: free directory node in ext4fs_exists() by Heinrich Schuchardt · 4 weeks ago
- a1a86a1 fs: ext4: simplify ext4fs_iterate_dir() by Heinrich Schuchardt · 4 weeks ago
- 92957de fs/cramfs: use schedule instead of cyclic_run as callback by Rasmus Villemoes · 7 weeks ago
- 47e544f Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · 6 weeks ago WIP/11Oct2024
- 5c10c8b global: Rename SPL_TPL_ to PHASE_ by Simon Glass · 8 weeks ago
- c46760d global: Rename SPL_ to XPL_ by Simon Glass · 8 weeks ago
- 1d6132e global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
- a280368 fs: Fix SPL build if SPL_FS_LOADER is enabled and FS_LOADER is disabled by Hiago De Franco · 10 weeks ago
- 58d825f include: export uuid.h by Caleb Connolly · 3 months ago
- 360aadd Merge patch series "Make LMB memory map global and persistent" by Tom Rini · 3 months ago
- c7ce26c lmb: remove the lmb_init_and_reserve() function by Sughosh Ganu · 3 months ago
- 6942bdb lmb: allow lmb module to be used in SPL by Sughosh Ganu · 3 months ago
- ed17a33 lmb: make LMB memory map persistent and global by Sughosh Ganu · 3 months ago
- be222ac list: use list_count_nodes() to count list entries by Sughosh Ganu · 3 months ago
- 158cf0270 Merge tag 'v2024.10-rc3' into next by Tom Rini · 3 months ago
- 107ed84 ext4: Fix zalloc() by Richard Weinberger · 4 months ago
- 35f75d2 ext4: Fix integer overflow in ext4fs_read_symlink() by Richard Weinberger · 4 months ago
- 048d795 squashfs: Fix heap corruption in sqfs_search_dir() by Richard Weinberger · 4 months ago
- 4f5cc09 squashfs: Fix stack overflow while symlink resolving by Richard Weinberger · 4 months ago
- 3fb1df1 squashfs: Check sqfs_find_inode() return value by Richard Weinberger · 4 months ago
- c8e929e squashfs: Fix integer overflow in sqfs_inode_size() by Richard Weinberger · 4 months ago
- 233945e squashfs: Fix integer overflow in sqfs_resolve_symlink() by Richard Weinberger · 4 months ago
- faf73fb ext4: Improve feature checking by Richard Weinberger · 4 months ago
- d16bda8 ubifs: Call ubifs_iput when ubifs_iget is used by Michael Trimarchi · 4 months ago
- cf7ea71 ubifs: mount fails after power cycle by Ravi Minnikanti · 4 months ago
- ca1f11d fs: ubifs: Add volume mounted check by Alexander Dahl · 5 months ago
- 0989033 fs: ubifs: Make k(z)alloc/kfree symmetric by Alexander Dahl · 5 months ago
- 573dae5 fs: ubifs: Set pointers to NULL after free by Alexander Dahl · 5 months ago
- df86e81 fs: ubifs: Fix memleak and double free in u-boot wrapper functions by Alexander Dahl · 5 months ago
- b254a83 sandbox: Return error code from read/write/seek by Simon Glass · 4 months ago
- dc5e205 fs: Remove duplicate newlines by Marek Vasut · 4 months ago
- fd08324 fs: ubifs: Add support for ZSTD decompression by Piotr Wojtaszczyk · 6 months ago
- ee1941e fs: btrfs: fix out of bounds write by Alex Shumsky · 5 months ago
- 2c9690e fs/erofs: fix an overflow issue of unmapped extents by Jianan Huang · 6 months ago
- 6068abe fs: relax ext4_write_file() dependency by Baruch Siach · 6 months ago
- 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago WIP/20May2024-next
- d478142 Merge tag 'v2024.07-rc3' into next by Tom Rini · 6 months ago
- d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
- 1466e06 zfs: fix function 'zlib_decompress' pointlessly calling itself by WHR · 7 months ago
- cd85e0d zfs: recognize zpools formatted with features support by WHR · 7 months ago
- 8d28959 fs: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
- 91f5dac fs/erofs: add DEFLATE algorithm support by Jianan Huang · 7 months ago
- ba23c37 fs: fat: fill creation and change date by Heinrich Schuchardt · 8 months ago
- 3c1bc9f fs: fat: convert change month correctly by Heinrich Schuchardt · 8 months ago
- 198f33a Merge patch series "zfs: Fix zfs support on aarch64" by Tom Rini · 7 months ago
- 730c69f zfs: Fix zfs_read() to actually work by mwleeds@mailtundra.com · 8 months ago
- 1e85ddb zfs: Fix return value of fs_devread() by mwleeds@mailtundra.com · 8 months ago
- 1fe745b zfs: Fix unaligned read of uint64 by mwleeds@mailtundra.com · 8 months ago
- 6bbd7e8 zfs: Add a comment to clarify nvlist memory layout by mwleeds@mailtundra.com · 8 months ago
- 0c17f85 zfs: Fix malloc() success check by mwleeds@mailtundra.com · 8 months ago
- 4ed2b1a fs: ext4: all file paths are absolute by Heinrich Schuchardt · 8 months ago
- 84a7887 fs: ext4: make "File System is consistent\n" a debug message by Heinrich Schuchardt · 8 months ago
- 278c644 fs: ext4: Change the Settings of file permissions by Jixiong Hu · 8 months ago
- e70f04f ext4: detect directories in ext4fs_exists() by Heinrich Schuchardt · 9 months ago
- 3766a24 fs: drop reiserfs by Peter Robinson · 9 months ago
- 467979b fs: remove explicit efi configuration dependency by AKASHI Takahiro · 10 months ago
- cd57cf9 fs: Fix SPL build if FS_LOADER is enabled by Mayuresh Chitale · 1 year ago
- cb3ce95 global: Drop common.h inclusion by Tom Rini · 12 months ago
- 9565771 Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · 12 months ago
- 8632b36 command: Introduce functions to obtain command arguments by Simon Glass · 1 year ago
- e2a9edc Merge patch series "fs: fat: calculate FAT type based on cluster count" by Tom Rini · 12 months ago
- c489937 fs: fat: add bootsector validity check by Christian Taedcke · 1 year ago
- 33daef4 fs: fat: simplify gotos from read_bootsectandvi by Christian Taedcke · 1 year ago
- 08f622a fs: fat: calculate FAT type based on cluster count by Christian Taedcke · 1 year ago
- 24caa69 fs: fat: use get_unaligned_le16 to convert u8[2] to u16 by Christian Taedcke · 1 year ago
- 6d6ea52 fs: btrfs: fix reading when length specified by Sam Edwards · 1 year ago
- 13248d6 treewide: use linux/time.h for time conversion defines by Igor Prusov · 1 year, 1 month ago
- 7667bde fs: ext4: Remove unused parameter from ext4_mount by Sean Anderson · 1 year, 1 month ago
- fa894a3 fs/squashfs: enable LZ4 compression support by David Oberhollenzer · 1 year, 1 month ago
- 99374ff fs/squashfs: remove unused declarations by David Oberhollenzer · 1 year, 1 month ago
- 18370f1 Kconfig: Remove all default n/no options by Michal Simek · 1 year, 1 month ago
- c39d22c fs: Disable sandbox filesystem in SPL by Sean Anderson · 1 year, 1 month ago
- bfcf752 Revert "fs: ext4: check the minimal partition size to mount" by Sean Anderson · 1 year, 2 months ago
- 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 2 months ago
- 2c77bb8 mtd: ubifs: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
- 46bb863 fs: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
- c5f1d00 part: Add accessors for struct disk_partition uuid by Simon Glass · 1 year, 3 months ago
- 7e6e40c Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 3 months ago
- 97f4bc3 fs/erofs: Quieten test for filesystem presence by Simon Glass · 1 year, 3 months ago
- 84032b6 fs: fat: avoid multiplication overflow by Heinrich Schuchardt · 1 year, 4 months ago
- 08404fa btrfs: fix some error checking for btrfs_decompress() by Dan Carpenter · 1 year, 4 months ago
- 1678e26 cramfs: clean up some error messages by Dan Carpenter · 1 year, 4 months ago
- c331efd fs: btrfs: Prevent error pointer dereference in list_subvolums() by Dan Carpenter · 1 year, 4 months ago
- 7ee1325 fs/erofs: Remove an unnecessary assertion by Yifan Zhao · 1 year, 4 months ago
- 42cd759 fat: correct sign for deletion mark by Heinrich Schuchardt · 1 year, 4 months ago
- 3a21e92 fs/erofs: Introduce new features including ztailpacking, fragments and dedupe by Yifan Zhao · 1 year, 5 months ago
- 78211de fs: fat: Shrink the size of a few strings by Simon Glass · 1 year, 4 months ago
- 4de979f bootstd: Use bootdev instead of bootdevice by Simon Glass · 1 year, 5 months ago
- de7b5a8 fs: Create functions to load and allocate a file by Simon Glass · 1 year, 6 months ago
- 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, 6 months ago WIP/12Jun2023-next
- 260d496 Merge tag v2023.07-rc4 into next by Tom Rini · 1 year, 6 months ago
- 1be82af global: Use proper project name U-Boot by Michal Simek · 1 year, 6 months ago
- b46cec4 ubifs: allow loading to above 4GiB by Ben Dooks · 1 year, 6 months ago
- 2f9943b semihosting: create file in smh_fs_write_at() by Heinrich Schuchardt · 1 year, 7 months ago
- 6ba08b3 fs/btrfs: use asm/unaligned.h by Jens Wiklander · 1 year, 6 months ago