summaryrefslogtreecommitdiff
path: root/libfstools/overlay.c
Commit message (Expand)AuthorAgeFilesLines
* libfstools: Rename move_mount() function to ovl_move_mount() for glibc 2.36Hauke Mehrtens2022-08-071-3/+3
* Revert "fstools: remove SELinux restorecon hack"Daniel Golle2022-06-021-0/+1
* fstools: remove SELinux restorecon hackDaniel Golle2022-05-031-1/+0
* libfstools: use variable for overlay mount-pointRafał Miłecki2022-01-111-9/+10
* libfstools: get rid of "extroot_prefix" global variableRafał Miłecki2022-01-111-2/+1
* 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-161-2/+8
* overlay: fix syncronizing typoPetr Štetiar2021-04-071-1/+1
* mount: apply SELinux labels before overlayfs mountDaniel Golle2020-10-161-0/+1
* overlay: use precompiler macros for reoccuring path namesDaniel Golle2020-10-161-4/+5
* fstoools: add define for GLOB_ONLYDIRRosen Penev2020-07-111-0/+4
* 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: 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-121-10/+10
* libfstools: replace hardcoded mentions of jffs2 in a few placesFelix Fietkau2016-09-081-6/+9
* libfstools: add ext4 filesystem typeFelix Fietkau2016-09-081-0/+3
* libfstools: add f2fs filesystem type and simplify fs type codeFelix Fietkau2016-09-081-35/+28
* libfstools: call volume_init() before accessing v->blkFelix Fietkau2016-09-081-3/+2
* fix return code of overlay_mount_fsJohn Crispin2016-08-161-1/+1
* Revert "fstools: support for ext4fs overlay"John Crispin2016-05-111-14/+0
* fstools: support for ext4fs overlayRam Chandra Jangir2016-04-221-0/+14
* 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-281-1/+4
* mount_root: keep track of overlay initialization state (via xattr)Felix Fietkau2015-03-221-1/+57
* 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-221-0/+39
* libfstools: clarify message when switching to internal overlayJo-Philipp Wich2015-02-251-1/+1
* libfstools: convert to ulog() apiJo-Philipp Wich2015-02-251-22/+22
* libfstools: accept volume as argument in most callsRafał Miłecki2014-12-141-14/+4
* fix jffs2reset on ubifs overlayDaniel Golle2014-06-221-2/+2
* cosmetic: fix indentationLuka Perkov2014-05-211-1/+1
* support for ubifs overlaydaniel2014-05-131-5/+23
* split fs-state back into seperate toolsJohn Crispin2014-04-071-23/+5
* move files aroundJohn Crispin2014-04-031-0/+268