User Details
- User Since
- May 9 2014, 11:04 PM (602 w, 4 d)
Sat, Nov 22
Tue, Nov 18
My 13th gen Framework 13 laptop works ok with or without this patch.
Fri, Nov 14
Thu, Nov 6
Wed, Nov 5
Closing in favor of https://reviews.freebsd.org/D52780
Mon, Nov 3
Sun, Nov 2
You must also update the test cases in tests/sys/fs/fusefs/fallocate.cc . In particular, I think that the PosixFallocate.eopnotsupp will fail now, unless you update it.
LGTM. Thanks for the contribution, Juraj.
Fri, Oct 31
Thanks for doing this. I think it will be a good addition. But I'm curious: why did you choose -F? Obviously -u and -U were already taken.
Tue, Oct 28
Mon, Oct 27
Oct 26 2025
Oct 23 2025
Thanks for getting this fixed, @arrowd .
@arrowd now that you've committed the main bmap patch, are you ok with this test?
Oct 22 2025
Oct 21 2025
Oct 20 2025
That explains it. I was never testing with SCTP, and I doubt that Damin was, either.
Can you give an example of the incorrect output? Does it matter whether "-q" is in use?
Oct 19 2025
Oct 17 2025
Looks like a good start.
Oct 16 2025
You need to wrap that long line to 80 cols, but otherwise it LGTM.
Oct 14 2025
I have two comments in addition to the inline ones:
Oct 13 2025
I too am confused by the commit message. Won't the column always be shown in json and xml output, if "-s" is used?
Oct 8 2025
Could you please give an example of the before and after output?
Could you give an example of what the output looks like before and after?
Oct 7 2025
The MD_LEN variable is now badly named. I think it's ok to leave its value the same. Most test cases don't require 1 MB of I/O. But you should at least change that name.
Oct 6 2025
Oct 5 2025
Oct 3 2025
After seeing this code in practice it seems quite complicated. I do think that the kernel based approach would be simpler. But an important question is: what file systems already use this option on Linux? How many of them would work with either this implementation, or the hypothetical kernel-based one?
Oct 2 2025
Oct 1 2025
So is -1 being cast to true? Thank you GCC for telling us that. If so, I think we should replace ATF_REQUIRE_MSG with ATF_REQUIRE_EQ_MSG. I think that would be more clear.
What's the problem? Under what conditions is the current code incorrect?
Sep 27 2025
Sep 26 2025
Sep 25 2025
Sep 24 2025
Sep 20 2025
I have a few thoughts:
Sep 19 2025
- Also add a test case for writes to a file that lies in a sockbuf
Sep 15 2025
Sep 12 2025
Sep 9 2025
Sep 7 2025
What bug exactly does this "fix"? Did you encounter a bug in your work, or did you just discover this problem by inspection? If the former, we should add a test case to tests/sys/fs/fusefs.
Aug 29 2025
Aug 21 2025
@arrowd I agree with your change. The only thing I wanted different is a more detailed commit message. Of course, Mark might disagree.
