From: Tom Rini Date: Fri, 10 Jul 2026 21:55:23 +0000 (-0600) Subject: Merge patch series "fs: btrfs: add support for readdir" X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=6741b0dfb41dc82a284ab1cff4c58af6ef2f3f9c;p=thirdparty%2Fu-boot.git Merge patch series "fs: btrfs: add support for readdir" Alexey Charkov says: Btrfs in U-boot currently uses a custom callback for ls and doesn't expose the standard opendir/readdir/closedir interface, making it harder to use in generic code. One area where this would be useful is in discovering BLS type 1 entries [1] on a Btrfs filesystem. Add support for the standard interface, and implement ls in terms of it. [1] https://lore.kernel.org/u-boot/20260604-bls-v1-0-4ce6d1ee4711@flipper.net/ Link: https://lore.kernel.org/r/20260626-btrfs-readdir-v2-0-7dd43f72d1b4@flipper.net --- 6741b0dfb41dc82a284ab1cff4c58af6ef2f3f9c