summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libblkid-tiny: fix buffer overflowDaniel Golle2021-05-162-5/+2
* blockd: use allocated strings instead of fixed buffersDaniel Golle2021-05-161-12/+34
* block: use dynamically allocated target stringDaniel Golle2021-05-161-4/+17
* fstools: block: fix segfault on mount with no targetDaniel Danzberger2021-05-161-1/+1
* 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-277-126/+327
* jffs2reset: support fristboot on unmounted UBI overlayDaniel Golle2021-01-041-0/+9
* block: replace local mkdir_p implementationDaniel Golle2020-12-121-20/+9
* mount: restorecon: guard against execl() errorsDaniel Golle2020-12-121-1/+1
* jffs2-reset: allow doing a factory reset and passing a sysupgrade.tgzJohn Crispin2020-11-271-5/+8
* 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
* blockd: fix segfault triggered by non-autofs mountsDaniel Golle2020-05-121-1/+1
* blockd: add optional "device" parameter to "info" ubus methodRafał Miłecki2020-05-061-21/+51
* block(d): always call hotplug.d "mount" scripts from blockdRafał Miłecki2020-05-062-36/+87
* blockd: use uloop_process for calling /sbin/hotplug-call mountRafał Miłecki2020-05-062-51/+85
* Truncate FAT filesystem label until 1st occurance of a blank (0x20)Mirko Vogt2020-05-061-2/+4
* block: always use st_dev (device ID) of / when looking for rootRafał Miłecki2020-05-051-15/+11
* block: simplify check_extroot() a bitRafał Miłecki2020-05-051-42/+47
* block: add some basic extroot documentationRafał Miłecki2020-05-021-0/+16
* Revert "block: support hierarchical mount/umount"Rafał Miłecki2020-05-021-101/+51
* Revert "block: mount_action: handle mount/umount deps"Rafał Miłecki2020-05-021-30/+13
* libfstools/mtd: attempt to read from OOB data if empty space is foundFelix Fietkau2020-04-091-4/+12
* blockd: remove symlink linkpath file if it's a dir or linkRafał Miłecki2020-03-211-0/+7
* block: remove mount target file if it's a linkRafał Miłecki2020-03-211-0/+3
* blockd: report "target" path as "mount" for autofs available mountsRafał Miłecki2020-03-211-0/+2
* blockd: print symlink error code and string messageRafał Miłecki2020-03-211-2/+2
* 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
* libblkid-tiny: fix f2fs labels by increasing label bufferPetr Štetiar2020-01-181-1/+1
* block: re-discover mtd devices on extroot mount retryJo-Philipp Wich2020-01-051-1/+1
* libblkid-tiny: fix symbol collision with full libblkidJo-Philipp Wich2019-12-224-8/+8
* libblkid-tiny: vfat: Change parsing label in special casesPali Rohár2019-12-201-11/+6
* libblkid-tiny: vfat: Fix reading labels which starts with byte 0x05Pali Rohár2019-12-201-0/+2
* libblkid-tiny: add blkid_probe_set_id_label() stubRafał Miłecki2019-12-202-1/+7
* libblkid-tiny: use separated buffer for each block device readRafał Miłecki2019-12-203-22/+39
* libblkid-tiny: add functions for allocating & freeing probe structRafał Miłecki2019-12-204-16/+57
* blockd: don't flush devices list on "hotplug" callRafał Miłecki2019-12-131-2/+0
* blockd: fix vlist memory corruptionRafał Miłecki2019-12-131-1/+1
* block: detect: use current mp as value of target optionYousong Zhou2019-11-031-17/+24
* block: mount_device: err log only when mp deviates from specYousong Zhou2019-11-021-3/+7
* block: mount_device: skip extroot earlierYousong Zhou2019-11-021-4/+4