summaryrefslogtreecommitdiff
path: root/libfstools
Commit message (Expand)AuthorAgeFilesLines
...
* libfstools: silence mkfs.{ext4,f2fs}Daniel Golle2017-04-201-2/+2
* libfstools: add basic documentation of mount functionsRafał Miłecki2017-03-281-0/+15
* add missing includesFelix Fietkau2017-02-111-0/+1
* libfstools: Check return values for fread and systemFlorian Fainelli2016-12-051-4/+10
* libfstools: properly label ext4 overlayDaniel Golle2016-09-231-1/+1
* libfstools: gather mountpoints from /proc/self/mountinfoDaniel Golle2016-09-121-24/+120
* libfstools: add rootdisk overlay volume supportFelix Fietkau2016-09-082-0/+284
* libfstools: replace hardcoded mentions of jffs2 in a few placesFelix Fietkau2016-09-081-6/+9
* libfstools: add ext4 filesystem typeFelix Fietkau2016-09-082-0/+4
* libfstools: add f2fs filesystem type and simplify fs type codeFelix Fietkau2016-09-083-38/+33
* libfstools: use container_of for volume private dataFelix Fietkau2016-09-085-64/+59
* libfstools: call volume_init() before accessing v->blkFelix Fietkau2016-09-082-4/+3
* libfstools: remove obsolete enumFelix Fietkau2016-09-061-5/+0
* libfstools: "lowerdir" variable name in fopivotПреподобный Гомер2016-08-181-7/+7
* fix return code of overlay_mount_fsJohn Crispin2016-08-161-1/+1
* Revert "fstools: support for ext4fs overlay"John Crispin2016-05-115-211/+1
* snapshot: md5sum return codes are not properly handledJohn Crispin2016-04-271-2/+2
* fstools: support for ext4fs overlayRam Chandra Jangir2016-04-225-1/+211
* fstools: check existing filesystem state before writing the new oneFelix Fietkau2016-01-101-0/+3
* overlay: use lstat rather than stat and make sure there are no trailing spacesJohn Crispin2015-08-261-3/+9
* make jffs2reset not iterate over symlinked foldersJohn Crispin2015-08-261-1/+3
* mount_root: use symlink instead of xattr to store initialization stateFelix Fietkau2015-05-251-16/+18
* properly handle return codesJohn Crispin2015-03-283-4/+14
* mount_root: keep track of overlay initialization state (via xattr)Felix Fietkau2015-03-222-1/+67
* overlay: call volume_init() before mountFelix Fietkau2015-03-221-2/+2
* overlay: create a common function for deleting all overlay data (optionally e...Felix Fietkau2015-03-222-0/+41
* libfstools: clarify message when switching to internal overlayJo-Philipp Wich2015-02-251-1/+1
* libfstools: make mtd_volume_identify() less chattyJo-Philipp Wich2015-02-251-5/+0
* libfstools: remove dead source fileJo-Philipp Wich2015-02-251-236/+0
* libfstools: convert to ulog() apiJo-Philipp Wich2015-02-258-71/+73
* libfstools: extroot: simplify kmodloader invocationJo-Philipp Wich2015-02-251-4/+3
* libfstools: extroot: rework libdir and block tool discoveryJo-Philipp Wich2015-02-251-11/+26
* libfstools: extroot: support builtin blockJo-Philipp Wich2015-02-171-2/+5
* libfstools: ubi: rework reading volumesRafał Miłecki2015-01-061-7/+19
* libfstools: ubi: avoid crash in volume finding functionRafał Miłecki2015-01-061-0/+4
* libfstools: fix find_mount to return device pathRafał Miłecki2015-01-061-1/+5
* document mount_root and block (extroot) a bitRafał Miłecki2015-01-061-0/+4
* libfstools: drop removed functions from the header fileRafał Miłecki2014-12-141-3/+0
* libfstools: accept volume as argument in most callsRafał Miłecki2014-12-144-60/+20
* mount: fix sysupgrade handling for mainline overlayfsFelix Fietkau2014-12-011-1/+7
* Handle overlayfs' new name in 3.18Imre Kaloz2014-11-241-3/+7
* libfstools/mount: Support latest overlayfs versionsMaxime Ripard2014-10-121-3/+27
* libfstools: fix matching fstypeDaniel Golle2014-06-221-2/+2
* fix jffs2reset on ubifs overlayDaniel Golle2014-06-224-7/+9
* libfstools: be more consistent with other existing codeDaniel Golle2014-06-221-8/+8
* libfstools/ubi: some more clean-upDaniel Golle2014-05-211-18/+25
* ubi: fix false positive in volume_findDaniel Golle2014-05-211-1/+1
* cosmetic: fix indentationLuka Perkov2014-05-211-1/+1
* skip ubi volume detection if ubifs is not present (fall back to mtd in that c...Felix Fietkau2014-05-191-0/+3
* match full mtd partition namesFelix Fietkau2014-05-191-1/+3