summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* nlplug: activate lvm2 when LVM2_member foundHEADmasterNatanael Copa2015-09-221-5/+12
|
* nlplug: run mdadm when linux_raid_member is foundNatanael Copa2015-09-221-5/+14
|
* nlplug: do not require a handler programNatanael Copa2015-09-221-5/+4
| | | | | devtmpfs will create the device node. in initramfs situation we may not bother about permissions etc.
* nlplug: refactorNatanael Copa2015-09-221-53/+102
| | | | process the entire buffer before dispatching it
* nlplug: look for raid and lvm2 membersNatanael Copa2015-09-221-2/+11
|
* nlplug: support searching UUID and LABELNatanael Copa2015-09-212-5/+52
|
* nlplug: fix module loadingNatanael Copa2015-09-161-1/+1
|
* nlplug: add debug info about total used buffer sizeNatanael Copa2015-09-161-2/+4
| | | | this help us to set kernel buffer size properly
* nlsockd: add support for initial trigger scriptNatanael Copa2015-09-161-6/+18
|
* nlplug: add -s for searchig for a given deviceNatanael Copa2015-09-151-14/+41
| | | | | Add -s option so we can specify a specific block device. Once it is found we just exit.
* nlplug: use libkmod to load modulesNatanael Copa2015-07-272-14/+67
|
* nlplug: refactor to reduce forksNatanael Copa2015-07-062-43/+78
| | | | | - prepare for loading modaliases with libkmod - only fork/exec when there is a DEVNAME
* nlsockd: add support for single run (-s)Natanael Copa2015-04-161-3/+15
| | | | | | | Add suport for running the helper exactly once. This is useful when you wait for a specific block device to show up, for example from initramfs script that looks for the device specified as root=... boot option.
* nlsockd: do not ingore SIGCHLDNatanael Copa2015-04-161-1/+0
| | | | We will wait for children so don't let kernel auto reap children.
* nlsockd: include sys/wait.h for waitpidNatanael Copa2015-04-161-0/+1
|
* Add initial implementation of nlplugNatanael Copa2015-03-294-1/+279
|
* initial commitNatanael Copa2015-03-202-0/+139