XFS : Project Progress

Ahoy @Mashijams !

Thanks to continue XFS development !..

https://cgit.haiku-os.org/haiku/commit/?id=28cea299f74074f84c7afb7ff7bf319e3b5dd090

4 Likes

Unfortunately your last commit did not improve things, gave it a spin yesterday, still as slow as before.

Did you apply this commit https://cgit.haiku-os.org/haiku/commit/?id=c6bb93278e4412ad0621caa06ca9d1b1f5e5db2a ?

If so then it’s strange because if one doesn’t use xattrs for any files we never touch that part of xfs driver at all.
But then again I wasn’t able to test in GUI completely because of the tracker issue, so just fixed an issue I saw in syslogs.

Anyways currently working on fixing the tracker issue, once I get that done we will definitely see things more clearly :slight_smile:

1 Like

Yes i did, that was your latest commit.

I just read about a bug in the Linux XFS implementation. Is Haiku also affected?

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/fs/xfs/libxfs/xfs_bmap.c?id=9419092fb2630c30e4ffeb9ef61007ef0c61827a

2 Likes

It would be very surprising if Haiku’s XFS implementation (developed “in-house”) was affected by a bug that only appeared recently on Linux 6.3.x (previous 6.2.x versions unaffected, and bug fixed in 6.3.5). :slight_smile:

4 Likes

It would be even more surprising if a bug happening during write operations existed in our implementation, which currently is read-only

11 Likes

Ok good to hear/know :sunglasses::+1:t2: