I just sent a patch series that happens to attempt to address the same
issue being addressed here, but in a slightly different way. It should have
title:
[PATCH 1/3] fs/ntfs: Correct some NTFS regressions
Thanks,
Andrew
On Thu, May 15, 2025 at 11:25 AM Daniel Kiper wrote:
> On Sat, May 03, 202
On Sat, May 03, 2025 at 08:02:07AM +, Vladimir Serbinenko wrote:
> Without this fix GRUB doesn't see most of the files
> on NTFS partition.
It would be perfect if it is explained why current code is broken and
why the fix is correct...
Daniel
___
G
Yes this matches with the first layer of the onion I also found.
The hard link fail issue seems to stem from attempting to use
validate_attribute on attribute lists instead of attributes, I’m working on
a fix for that but it’s taking some time as it creates new fuzzer
identified flaws once changed
On Sat, 3 May 2025 08:02:07 +
Vladimir Serbinenko wrote:
> Without this fix GRUB doesn't see most of the files
> on NTFS partition.
I can confirm that this fixes the testing issue I mentioned in another
thread. The ntfs filesystem tests now fail with HARDLINK FAIL, but I
presume that's a se