summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libblkid-tiny: add exfat superblock supportHEADmasterRafał Miłecki2023-02-284-0/+178
* libfstools: use class interface to iterate over ubi devicesDaniel Golle2023-02-151-5/+5
* partname: Correct fstools_partname_fallback_scan comparisonBrian Norris2023-02-041-12/+20
* partname: Introduce fstools_partname_fallback_scan optionChristian Marangi2023-01-221-0/+13
* partname: Ignore root=PARTUUID...Brian Norris2023-01-201-2/+2
* block: try multiple NTFS filesystem implementationsRafał Miłecki2022-11-101-4/+29
* libfstools: skip JFFS2 padding on block devicesDaniel Golle2022-10-181-4/+42
* block: Do not include linux/fs.h any moreHauke Mehrtens2022-08-131-2/+0
* libfstools: Rename move_mount() function to ovl_move_mount() for glibc 2.36Hauke Mehrtens2022-08-071-3/+3
* libfstools: handle gzip return value in block_volume_formatChristian Marangi2022-07-171-1/+5
* Revert "fstools: remove SELinux restorecon hack"Daniel Golle2022-06-023-0/+27
* fstools: remove SELinux restorecon hackDaniel Golle2022-05-033-27/+0
* block: don't probe mtdblock on NAND (with legacy exceptions)Daniel Golle2022-05-011-0/+53
* blockd: restore device_move semanticsDaniel Golle2022-05-011-6/+4
* libfstools: mtd: improve error handlingDaniel Golle2022-05-011-6/+4
* libfstools: avoid segfault in find_mount_pointStijn Tintel2022-02-051-0/+3
* libfstools: use variable for overlay mount-pointRafał Miłecki2022-01-111-9/+10
* libfstools: get rid of "extroot_prefix" global variableRafał Miłecki2022-01-114-12/+4
* Update / fix extroot commentsRafał Miłecki2022-01-112-5/+5
* libfstools: check for overlay mounting errorsRafał Miłecki2022-01-111-1/+4
* fstools: fix a couple of minor code problemsDaniel Golle2021-11-166-19/+52
* libfstools: use uevent instead of relying on custom kernel patchDaniel Golle2021-11-011-10/+13
* libfstools: make sure file is closed on errorDaniel Golle2021-11-011-1/+3
* blockd: include missing libubox/utils.hDaniel Golle2021-08-251-0/+1
* libfstools: handle open() return value properly in F2FS checkDaniel Golle2021-08-251-0/+4
* block: fix two resources leaks discovered by CoverityDaniel Golle2021-08-141-2/+5
* ubi: fix resource leak in legacy codepathDaniel Golle2021-08-141-0/+12
* libubi: fix several issues discovered by CoverityDaniel Golle2021-08-141-5/+7
* blockd: fix resource leak discovered by coverity scanDaniel Golle2021-08-141-0/+3
* blockd: also report target in notificationsDaniel Golle2021-08-051-13/+32
* libblkid-tiny: install header file to include dirDaniel Danzberger2021-08-031-0/+1
* libblkid-tiny: fix invalid open syscall return checkDaniel Danzberger2021-08-031-1/+1
* blockd: make most calls to 'block' asynchronousDaniel Golle2021-07-301-12/+27
* blockd: send mount.ready when startup has completedDaniel Golle2021-07-281-1/+4
* block: don't add non-ubifs ubi devicesDaniel Golle2021-07-281-5/+13
* block: support umount device basenameDaniel Golle2021-07-241-2/+11
* blockd: fix length of timeout int passed to ioctlDaniel Golle2021-07-241-1/+1
* block: allow remove hotplug event to arrive at blockdDaniel Golle2021-07-231-13/+13
* block: use /dev/dm-* instead of /dev/mapper/*Daniel Golle2021-07-231-1/+1
* Revert "blockd: detect mountpoint of /dev/mapper/*"Daniel Golle2021-07-231-9/+0
* Revert "block: resolve /dev/mapper/* name for /dev/dm-0 when hotplugging"Daniel Golle2021-07-231-22/+1
* blockd: create mountpoint parent folder if neededDaniel Golle2021-07-181-1/+9
* blockd: move to its own POSIX process groupDaniel Golle2021-07-151-0/+3
* blockd: fix trigger nameDaniel Golle2021-07-151-1/+4
* blockd: also send ubus notification on mount hotplugDaniel Golle2021-07-141-12/+34
* block: resolve /dev/mapper/* name for /dev/dm-0 when hotpluggingDaniel Golle2021-07-141-1/+22
* blockd: detect mountpoint of /dev/mapper/*Daniel Golle2021-07-141-2/+11
* blockd: add missing #define _GNU_SOURCEDaniel Golle2021-05-161-0/+1
* block: allow autofs and umount commands also on MTD/UBIDaniel Golle2021-05-161-2/+2
* block: match device path instead of assuming /dev/%sDaniel Golle2021-05-161-6/+14