summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-08-14blockd: fix resource leak discovered by coverity scanDaniel Golle
2021-08-04blockd: also report target in notificationsDaniel Golle
2021-08-03libblkid-tiny: install header file to include dirDaniel Danzberger
2021-08-03libblkid-tiny: fix invalid open syscall return checkDaniel Danzberger
2021-07-30blockd: make most calls to 'block' asynchronousDaniel Golle
2021-07-28blockd: send mount.ready when startup has completedDaniel Golle
2021-07-28block: don't add non-ubifs ubi devicesDaniel Golle
2021-07-23block: support umount device basenameDaniel Golle
2021-07-23blockd: fix length of timeout int passed to ioctlDaniel Golle
2021-07-23block: allow remove hotplug event to arrive at blockdDaniel Golle
2021-07-23block: use /dev/dm-* instead of /dev/mapper/*Daniel Golle
2021-07-23Revert "blockd: detect mountpoint of /dev/mapper/*"Daniel Golle
2021-07-23Revert "block: resolve /dev/mapper/* name for /dev/dm-0 when hotplugging"Daniel Golle
2021-07-18blockd: create mountpoint parent folder if neededDaniel Golle
2021-07-15blockd: move to its own POSIX process groupDaniel Golle
2021-07-15blockd: fix trigger nameDaniel Golle
2021-07-14blockd: also send ubus notification on mount hotplugDaniel Golle
2021-07-14block: resolve /dev/mapper/* name for /dev/dm-0 when hotpluggingDaniel Golle
2021-07-14blockd: detect mountpoint of /dev/mapper/*Daniel Golle
2021-05-16blockd: add missing #define _GNU_SOURCEDaniel Golle
2021-05-15block: allow autofs and umount commands also on MTD/UBIDaniel Golle
2021-05-15block: match device path instead of assuming /dev/%sDaniel Golle
2021-05-15libblkid-tiny: fix buffer overflowDaniel Golle
2021-05-15blockd: use allocated strings instead of fixed buffersDaniel Golle
2021-05-15block: use dynamically allocated target stringDaniel Golle
2021-05-15fstools: block: fix segfault on mount with no targetDaniel Danzberger
2021-04-07overlay: fix syncronizing typoPetr Štetiar
2021-03-19partname: allow skipping existing 'rootfs_data' partitionDaniel Golle
2021-03-08libfstools: remove superflus includeDaniel Golle
2021-03-05libfstools: fix build with glibcDaniel Golle
2021-03-02libfstools: partname: several fixesDaniel Golle
2021-02-27fstools: add partname volume driverDaniel Golle
2021-01-04jffs2reset: support fristboot on unmounted UBI overlayDaniel Golle
2020-12-12block: replace local mkdir_p implementationDaniel Golle
2020-12-12mount: restorecon: guard against execl() errorsDaniel Golle
2020-11-27jffs2-reset: allow doing a factory reset and passing a sysupgrade.tgzJohn Crispin
2020-10-16mount: apply SELinux labels before overlayfs mountDaniel Golle
2020-10-16overlay: use precompiler macros for reoccuring path namesDaniel Golle
2020-10-16mount: fix log format string and indentationDaniel Golle
2020-10-16mount: remove support for legacy overlayfs before v2.3Daniel Golle
2020-07-11fstoools: add define for GLOB_ONLYDIRRosen Penev
2020-06-17Use autoclear for overlay loopback deviceDavid Woodhouse
2020-05-11blockd: fix segfault triggered by non-autofs mountsDaniel Golle
2020-05-06blockd: add optional "device" parameter to "info" ubus methodRafał Miłecki
2020-05-06block(d): always call hotplug.d "mount" scripts from blockdRafał Miłecki
2020-05-06blockd: use uloop_process for calling /sbin/hotplug-call mountRafał Miłecki
2020-05-06Truncate FAT filesystem label until 1st occurance of a blank (0x20)Mirko Vogt
2020-05-05block: always use st_dev (device ID) of / when looking for rootRafał Miłecki
2020-05-05block: simplify check_extroot() a bitRafał Miłecki
2020-05-02block: add some basic extroot documentationRafał Miłecki