Re: [PATCH v3 00/11] fs: exfat: Add exfat port based on exfat-fuse

2025-04-04 Thread Tom Rini
On Mon, 17 Mar 2025 04:12:39 +0100, Marek Vasut wrote: > Import exfat-fuse libexfat, add U-Boot filesystem layer porting glue > code and wire exfat support into generic filesystem support code. This > adds exfat support to U-Boot. > > Fill in generic filesystem interface for mkdir and rm commands

[PATCH v3 00/11] fs: exfat: Add exfat port based on exfat-fuse

2025-03-16 Thread Marek Vasut
Import exfat-fuse libexfat, add U-Boot filesystem layer porting glue code and wire exfat support into generic filesystem support code. This adds exfat support to U-Boot. Fill in generic filesystem interface for mkdir and rm commands. Make filesystem tests test the generic interface as well as exfa