Age | Commit message (Collapse) | Author |
|
|
|
|
|
This fixes some more of the memory leaks in load and commit.
Some still exist in the legacy cli_new/cli_parse code. Since that code
is supposed to be rewritten such that it interfaces with the rewritten
commit code in a clean way, these will not be fixed right now.
|
|
This fixes the biggest memory leak in the config load. There are still
a few small ones but they are not as big of a problem since the
process is ephemeral.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config mode
|
|
|
|
successful (complete) commits for all commit methods.
|
|
|
|
This reverts commit ead984061d0fef9de47cde118ddab40ff73c0fa8.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The RAID startup process is buggy. If modules are unloaded while mdadm
is running it crashes. For now just leave modules intact, and figure
out why MD is unnecessarily started later.
|
|
|