summaryrefslogtreecommitdiff
path: root/libfstools
Commit message (Expand)AuthorAgeFilesLines
* 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
* libfstools: skip JFFS2 padding on block devicesDaniel Golle2022-10-181-4/+42
* 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
* 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-113-10/+3
* Update / fix extroot commentsRafał Miłecki2022-01-111-0/+4
* libfstools: check for overlay mounting errorsRafał Miłecki2022-01-111-1/+4
* fstools: fix a couple of minor code problemsDaniel Golle2021-11-165-14/+39
* 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
* libfstools: handle open() return value properly in F2FS checkDaniel Golle2021-08-251-0/+4
* overlay: fix syncronizing typoPetr Štetiar2021-04-071-1/+1
* partname: allow skipping existing 'rootfs_data' partitionDaniel Golle2021-03-191-1/+6
* libfstools: remove superflus includeDaniel Golle2021-03-081-3/+0
* libfstools: fix build with glibcDaniel Golle2021-03-051-0/+2
* libfstools: partname: several fixesDaniel Golle2021-03-021-16/+30
* fstools: add partname volume driverDaniel Golle2021-02-276-126/+325
* mount: restorecon: guard against execl() errorsDaniel Golle2020-12-121-1/+1
* mount: apply SELinux labels before overlayfs mountDaniel Golle2020-10-163-0/+28
* overlay: use precompiler macros for reoccuring path namesDaniel Golle2020-10-161-4/+5
* mount: fix log format string and indentationDaniel Golle2020-10-161-2/+2
* mount: remove support for legacy overlayfs before v2.3Daniel Golle2020-10-161-36/+22
* fstoools: add define for GLOB_ONLYDIRRosen Penev2020-07-111-0/+4
* Use autoclear for overlay loopback deviceDavid Woodhouse2020-06-171-0/+7
* libfstools/mtd: attempt to read from OOB data if empty space is foundFelix Fietkau2020-04-091-4/+12
* Revert "fstools: Add support to read-only MTD partitions (eg. recovery images)"Petr Štetiar2020-01-211-15/+4
* fstools: Add support to read-only MTD partitions (eg. recovery images)Bruno Pena2020-01-181-4/+15
* libfstools: avoid false positives when matching devices and volumesJo-Philipp Wich2019-03-312-4/+4
* libfstools: Fix overflow of F2FS_MINSIZE constantPetr Štetiar2019-03-281-1/+1
* libfstools: Print error in case of loop blkdev failurePetr Štetiar2019-03-281-1/+3
* fstools: allow the mounting with full access time accountingPierre Lebleu2018-05-241-1/+6
* fstools: allow to compress the filesystemPierre Lebleu2018-05-241-1/+7
* libfstools: move mount points when switching to JFFS2Rafał Miłecki2018-04-161-1/+45
* libfstools: add "const" to char pointer arguments in mount_move()Rafał Miłecki2018-04-162-2/+2
* libfstools: fix foreachdir() to pass dir with a trailing slashRafał Miłecki2018-04-161-2/+12
* overlay: fix compilation with glibcRoman Yeryomin2018-01-131-1/+2
* libfstools: optimize building directory string for globRafał Miłecki2018-01-071-4/+1
* libfstools: support file paths longer than 255 charsRafał Miłecki2018-01-051-4/+18
* overlay: fix race condition when switching to jffs2Roman Yeryomin2018-01-021-0/+4
* fstools: Replace strerror(errno) with %m format.Rosen Penev2017-12-124-17/+16
* libfstools: fix matching device nameDaniel Golle2017-06-301-3/+2
* libfstools: fix multiple volume_identify usages with the same volumePieter Smith2017-05-091-1/+3