summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2020-05-02Revert "block: support hierarchical mount/umount"Rafał Miłecki
2020-05-02Revert "block: mount_action: handle mount/umount deps"Rafał Miłecki
2020-04-09libfstools/mtd: attempt to read from OOB data if empty space is foundFelix Fietkau
2020-03-21blockd: remove symlink linkpath file if it's a dir or linkRafał Miłecki
2020-03-21block: remove mount target file if it's a linkRafał Miłecki
2020-03-21blockd: report "target" path as "mount" for autofs available mountsRafał Miłecki
2020-03-21blockd: print symlink error code and string messageRafał Miłecki
2020-01-21Revert "fstools: Add support to read-only MTD partitions (eg. recovery images)"Petr Štetiar
2020-01-18fstools: Add support to read-only MTD partitions (eg. recovery images)Bruno Pena
2020-01-18libblkid-tiny: fix f2fs labels by increasing label bufferPetr Štetiar
2020-01-05block: re-discover mtd devices on extroot mount retryJo-Philipp Wich
2019-12-22libblkid-tiny: fix symbol collision with full libblkidJo-Philipp Wich
2019-12-20libblkid-tiny: vfat: Change parsing label in special casesPali Rohár
2019-12-20libblkid-tiny: vfat: Fix reading labels which starts with byte 0x05Pali Rohár
2019-12-20libblkid-tiny: add blkid_probe_set_id_label() stubRafał Miłecki
2019-12-20libblkid-tiny: use separated buffer for each block device readRafał Miłecki
2019-12-20libblkid-tiny: add functions for allocating & freeing probe structRafał Miłecki
2019-12-13blockd: don't flush devices list on "hotplug" callRafał Miłecki
2019-12-13blockd: fix vlist memory corruptionRafał Miłecki
2019-11-03block: detect: use current mp as value of target optionYousong Zhou
2019-11-02block: mount_device: err log only when mp deviates from specYousong Zhou
2019-11-02block: mount_device: skip extroot earlierYousong Zhou
2019-11-02block: mount_action: handle mount/umount depsYousong Zhou
2019-11-02block: support hierarchical mount/umountYousong Zhou
2019-11-02block: umount: skip / unless -a is givenYousong Zhou
2019-10-27block: use fsck.fat instead of dosfsckYousong Zhou
2019-10-27libblkid-tiny: ntfs: fix use-after-freeYousong Zhou