project/fstools.git
2024-01-22 Christian Marangilibfstools: fit: improve fit_volume_find string handling master
2024-01-15 Daniel Gollelibfstools: force mkfs when formatting overlay
2024-01-15 Christian Marangimount_root: fix compilation error for wrong condition
2024-01-15 Christian Marangimount_root: permit to pass mount options for rootfs...
2024-01-15 Christian Marangimount_root: add support for passing args to mount_root...
2023-12-11 Daniel Gollelibfstools: partname: raise priority to 25
2023-12-01 Daniel Gollelibfstools: add uImage.FIT fitblk driver
2023-12-01 Daniel Golleblock: recognize /dev/fit* block devices
2023-12-01 Daniel Gollelibfstools: query drivers by priority
2023-05-28 Luca Barbatoblock: support skipping uuid check
2023-05-28 Daniel Golleblock: consider currently mounted root device first
2023-05-28 Luca Barbatoblock: try to find the root device on both / and /rom
2023-05-28 Luca Barbatoblock: support extroot on already mounted overlay
2023-02-28 Rafał Miłeckilibblkid-tiny: add exfat superblock support
2023-02-15 Daniel Gollelibfstools: use class interface to iterate over ubi...
2023-02-04 Brian Norrispartname: Correct fstools_partname_fallback_scan comparison
2023-01-22 Christian Marangipartname: Introduce fstools_partname_fallback_scan...
2023-01-20 Brian Norrispartname: Ignore root=PARTUUID...
2022-11-10 Rafał Miłeckiblock: try multiple NTFS filesystem implementations
2022-10-18 Daniel Gollelibfstools: skip JFFS2 padding on block devices
2022-08-13 Hauke Mehrtensblock: Do not include linux/fs.h any more
2022-08-07 Hauke Mehrtenslibfstools: Rename move_mount() function to ovl_move_mo...
2022-07-17 Christian Marangilibfstools: handle gzip return value in block_volume_format
2022-06-02 Daniel GolleRevert "fstools: remove SELinux restorecon hack"
2022-05-03 Daniel Gollefstools: remove SELinux restorecon hack
2022-05-01 Daniel Golleblock: don't probe mtdblock on NAND (with legacy except...
2022-05-01 Daniel Golleblockd: restore device_move semantics
2022-05-01 Daniel Gollelibfstools: mtd: improve error handling
2022-02-05 Stijn Tintellibfstools: avoid segfault in find_mount_point
2022-01-11 Rafał Miłeckilibfstools: use variable for overlay mount-point
2022-01-11 Rafał Miłeckilibfstools: get rid of "extroot_prefix" global variable
2022-01-11 Rafał MiłeckiUpdate / fix extroot comments
2022-01-11 Rafał Miłeckilibfstools: check for overlay mounting errors
2021-11-16 Daniel Gollefstools: fix a couple of minor code problems
2021-11-01 Daniel Gollelibfstools: use uevent instead of relying on custom...
2021-11-01 Daniel Gollelibfstools: make sure file is closed on error
2021-08-25 Daniel Golleblockd: include missing libubox/utils.h
2021-08-25 Daniel Gollelibfstools: handle open() return value properly in...
2021-08-14 Daniel Golleblock: fix two resources leaks discovered by Coverity
2021-08-14 Daniel Golleubi: fix resource leak in legacy codepath
2021-08-14 Daniel Gollelibubi: fix several issues discovered by Coverity
2021-08-14 Daniel Golleblockd: fix resource leak discovered by coverity scan
2021-08-04 Daniel Golleblockd: also report target in notifications
2021-08-03 Daniel Danzbergerlibblkid-tiny: install header file to include dir
2021-08-03 Daniel Danzbergerlibblkid-tiny: fix invalid open syscall return check
2021-07-30 Daniel Golleblockd: make most calls to 'block' asynchronous
2021-07-28 Daniel Golleblockd: send mount.ready when startup has completed
2021-07-28 Daniel Golleblock: don't add non-ubifs ubi devices
2021-07-23 Daniel Golleblock: support umount device basename
2021-07-23 Daniel Golleblockd: fix length of timeout int passed to ioctl
2021-07-23 Daniel Golleblock: allow remove hotplug event to arrive at blockd
2021-07-23 Daniel Golleblock: use /dev/dm-* instead of /dev/mapper/*
2021-07-23 Daniel GolleRevert "blockd: detect mountpoint of /dev/mapper/*"
2021-07-23 Daniel GolleRevert "block: resolve /dev/mapper/* name for /dev...
2021-07-18 Daniel Golleblockd: create mountpoint parent folder if needed
2021-07-15 Daniel Golleblockd: move to its own POSIX process group
2021-07-15 Daniel Golleblockd: fix trigger name
2021-07-14 Daniel Golleblockd: also send ubus notification on mount hotplug
2021-07-14 Daniel Golleblock: resolve /dev/mapper/* name for /dev/dm-0 when...
2021-07-14 Daniel Golleblockd: detect mountpoint of /dev/mapper/*
2021-05-16 Daniel Golleblockd: add missing #define _GNU_SOURCE
2021-05-15 Daniel Golleblock: allow autofs and umount commands also on MTD/UBI
2021-05-15 Daniel Golleblock: match device path instead of assuming /dev/%s
2021-05-15 Daniel Gollelibblkid-tiny: fix buffer overflow
2021-05-15 Daniel Golleblockd: use allocated strings instead of fixed buffers
2021-05-15 Daniel Golleblock: use dynamically allocated target string
2021-05-15 Daniel Danzbergerfstools: block: fix segfault on mount with no target
2021-04-07 Petr Štetiaroverlay: fix syncronizing typo
2021-03-19 Daniel Gollepartname: allow skipping existing 'rootfs_data' partition
2021-03-08 Daniel Gollelibfstools: remove superflus include
2021-03-05 Daniel Gollelibfstools: fix build with glibc
2021-03-02 Daniel Gollelibfstools: partname: several fixes
2021-02-27 Daniel Gollefstools: add partname volume driver
2021-01-04 Daniel Gollejffs2reset: support fristboot on unmounted UBI overlay
2020-12-12 Daniel Golleblock: replace local mkdir_p implementation
2020-12-12 Daniel Gollemount: restorecon: guard against execl() errors
2020-11-27 John Crispinjffs2-reset: allow doing a factory reset and passing...
2020-10-16 Daniel Gollemount: apply SELinux labels before overlayfs mount
2020-10-16 Daniel Golleoverlay: use precompiler macros for reoccuring path...
2020-10-16 Daniel Gollemount: fix log format string and indentation
2020-10-16 Daniel Gollemount: remove support for legacy overlayfs before v2.3
2020-07-11 Rosen Penevfstoools: add define for GLOB_ONLYDIR
2020-06-17 David WoodhouseUse autoclear for overlay loopback device
2020-05-11 Daniel Golleblockd: fix segfault triggered by non-autofs mounts
2020-05-06 Rafał Miłeckiblockd: add optional "device" parameter to "info" ubus...
2020-05-06 Rafał Miłeckiblock(d): always call hotplug.d "mount" scripts from...
2020-05-06 Rafał Miłeckiblockd: use uloop_process for calling /sbin/hotplug...
2020-05-06 Mirko VogtTruncate FAT filesystem label until 1st occurance of...
2020-05-05 Rafał Miłeckiblock: always use st_dev (device ID) of / when looking...
2020-05-05 Rafał Miłeckiblock: simplify check_extroot() a bit
2020-05-02 Rafał Miłeckiblock: add some basic extroot documentation
2020-05-02 Rafał MiłeckiRevert "block: support hierarchical mount/umount"
2020-05-02 Rafał MiłeckiRevert "block: mount_action: handle mount/umount deps"
2020-04-09 Felix Fietkaulibfstools/mtd: attempt to read from OOB data if empty...
2020-03-21 Rafał Miłeckiblockd: remove symlink linkpath file if it's a dir...
2020-03-21 Rafał Miłeckiblock: remove mount target file if it's a link
2020-03-21 Rafał Miłeckiblockd: report "target" path as "mount" for autofs...
2020-03-21 Rafał Miłeckiblockd: print symlink error code and string message
2020-01-21 Petr ŠtetiarRevert "fstools: Add support to read-only MTD partition...
2020-01-18 Bruno Penafstools: Add support to read-only MTD partitions (eg...
next