aboutsummaryrefslogtreecommitdiffstats
path: root/nlplug-findfs.c
Commit message (Expand)AuthorAgeFilesLines
* nlplug-findfs: detect zfs poolNatanael Copa2019-01-251-1/+15
* Add support for keyfileslemmarathon2018-06-121-0/+17
* nlplug-findfs: describe -D in usagelemmarathon2018-05-071-0/+1
* nlplug-findfs: add primitive support for LUKS2 containersSören Tempel2018-01-251-1/+1
* init: add cryptdiscards optionSören Tempel2017-08-031-1/+7
* nlplug-findfs: fix the deported header feature7heo2017-04-051-0/+6
* nlplug-findfs: remove double \n for consistency7heo2017-04-051-2/+0
* nlplug-findfs: alloca isn't POSIX, use stack7heo2017-04-051-4/+5
* nlplug-findfs: refactor crypt device searchingNatanael Copa2017-04-051-18/+32
* nlplug-findfs: refactor cryptsetup structsNatanael Copa2017-04-051-39/+44
* nlplug-findfs: Support for LUKS detached header7heo2017-04-051-18/+59
* nlplug-findfs: dont return error on successful read passNatanael Copa2017-01-101-1/+0
* nlplug-findfs: wipe password after useNatanael Copa2017-01-101-0/+1
* nlplug-findfs: make sure we dont leak fd when execute lvmNatanael Copa2017-01-101-2/+2
* nlplug-findfs: only mount and search a device if neededNatanael Copa2017-01-101-1/+1
* nlplug-findfs: Better messages7heo2017-01-101-1/+2
* nlplug-findfs: verify that stdin is TTY7heo2017-01-101-9/+17
* add zpool import capabilityMark Riedesel2016-12-241-2/+15
* nlplug-findfs: speed up and simplify boot media findingtteras-workTimo Teräs2016-11-231-116/+105
* nlplug-findfs: fix cold plug triggeringTimo Teräs2016-11-231-92/+190
* nlplug-findfs: improve logging about spawned commandsTimo Teräs2016-11-211-13/+39
* nlplug-findfs: handle uevent strictly after mdev executionTimo Teräs2016-11-211-52/+101
* nlplug-findfs: convert to kernel style linked lists and track spawned pidsTimo Teräs2016-11-211-32/+116
* nlplug-findfs: improve debugging, make device finding asyncTimo Teräs2016-11-211-53/+59
* nlplug-findfs: accept passphrase of non-zero slotsTimo Teräs2016-11-211-1/+1
* nlplug-findfs: fix erratic behavior and SIGSEGV7heo2016-09-281-1/+1
* nlplug-findfs: refacor crypt device to its own structNatanael Copa2016-07-041-15/+19
* nlplug-findfs: increase max delayNatanael Copa2016-06-101-10/+21
* nlplug-findfs: increase the /sys recursion limitTimo Teräs2016-03-211-2/+2
* nlplug-findfs: scan block devices on changeTimo Teräs2016-03-111-1/+1
* nlplug-findfs: limit recursion depthTimo Teräs2016-03-111-7/+8
* nlplug-findfs: allow success even if nothing foundNatanael Copa2016-01-181-1/+5
* nlplug-findfs: fix usb settle delayNatanael Copa2015-12-161-10/+14
* nlplug-findfs: do not try execute programs that does not existsNatanael Copa2015-11-251-4/+13
* nlplug-findfs: print device name user expectsNatanael Copa2015-11-251-1/+2
* nlplug-findfs: make lvm more silentNatanael Copa2015-11-251-1/+1
* nlplug-findfs: fix cryptsetup race conditionNatanael Copa2015-11-251-18/+115
* nlplug-findfs: use bit mask to indicate running threadNatanael Copa2015-11-251-5/+12
* nlplug-findfs: compare device node major/minorNatanael Copa2015-11-241-15/+29
* nlplug-findfs: improve debug infoNatanael Copa2015-11-231-2/+3
* nlplug-findfs: asynchronously fork child processesTimo Teräs2015-10-241-82/+185
* nlplug-findfs: check for valid key value pair in uevent processingTimo Teräs2015-10-241-1/+1
* nlplug-findfs: make all functions staticTimo Teräs2015-10-231-16/+14
* nlplug-findfs: maintain environment for exec's in arrayTimo Teräs2015-10-231-22/+30
* nlplug-findfs: support search for /dev/<devname>Natanael Copa2015-10-221-2/+3
* nlplug-findfs: make sure we handle all events in queueNatanael Copa2015-10-191-1/+7
* nlplug-findfs: wait indefinitively til trigger thread is completeNatanael Copa2015-10-191-11/+14
* nlplug-findfs: use DT_UNKNOWN to detect if lstat is to be usedNatanael Copa2015-10-191-10/+4
* nlplug-findfs: dont exit before trigger thread is completeNatanael Copa2015-10-141-1/+1
* nlplug-findfs: avoid lstat syscall wen scanning /sys if possibleNatanael Copa2015-10-091-5/+18