User Details
- User Since
- Sep 26 2014, 6:56 AM (453 w, 5 d)
Apr 17 2023
Apr 5 2023
We shouldn't make the code more complex and less readable just to optimize for some rare edge cases. If someone disables block cloning, they are most likely not too concerned with performance and trying to avoid an extra vnode lock at the expense of code readability is, in my opinion, the wrong approach.
Thank you for the fix!
Mar 13 2023
Mar 1 2023
Feb 27 2023
Feb 3 2023
Jan 31 2023
Use larger context for the diff to include the entire function.
Dec 23 2022
Dec 13 2020
Sep 29 2020
Jun 18 2020
Apr 25 2020
Feb 1 2020
Jan 26 2020
Jan 22 2020
Nov 19 2019
Oct 12 2019
After discussion with mav@, add ASCQs for PARAMETERS CHANGED and MODE PARAMETERS CHANGED, similar to Linux and Windows. Also add a comment describing those values.
Oct 7 2019
Sep 27 2019
Sep 26 2019
Apr 9 2019
Do you mind elaborating why cleaning up like that is wrong? The reason I did it was to avoid creating multiple md devices. Here we only have 8 iterations of the loop, but I could easly imagine tests were I'd have hundreds and cleaning as I go would be a good thing then, IMHO. But maybe I'm missing something obvious here, so if you could explain that would be great. Thanks.
Apr 4 2019
Apr 3 2019
Mar 30 2019
Mar 1 2019
Feb 20 2019
Feb 19 2019
Jan 9 2019
Dec 7 2018
Oct 20 2018
Change looks good, my only suggestion would be to use maybe NAME2ADDR and ADDR2NAME, so the intentions are obvious.
Oct 4 2018
Jul 13 2018
Jul 10 2018
Revert style changes.
Remove #ifdef INET checks from radlib.h, it prevents some consumers from compiling.
Implement some of oshogbo suggestions.
- Allow for optional compilation without IPv4 or IPv6 support.
- Make it possible to use IPv6 addresses in configuration file.
- Call getaddrinfo(3) with flags set to AI_ADDRCONFIG.
You are probably talking about this one: https://markmail.org/message/e3zkukh7oggutrvw
I've tried it, but it is very out-dated and has some bugs. It also keeps server on a TAILQ, which is nice, but I don't think it should be combined. The nice thing about that patch was to add multiple servers when a hostname resolves to multiple IP addresses, which I also implemented.
Jul 9 2018
Feb 3 2017
I agree with delphij that we should not introduce lower limit.
Looks good, but I agree that hastctl should use libmd too in that case.
Could you please explain why you implemented that in the kernel and not in userland geli command?
Nov 8 2016
May 31 2016
Apr 3 2016
Apr 2 2016
Feb 24 2016
Hi Pascal.
Dec 29 2015
It looks good overall, but please be sure you run GELI regression tests. Thanks!
Dec 16 2015
Oct 25 2015
Oct 21 2015
Thanks John, both good suggestions.