summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-04-16libfstools: add "const" to char pointer arguments in mount_move()lede-17.01Rafał Miłecki
2018-04-16libfstools: fix foreachdir() to pass dir with a trailing slashRafał Miłecki
2018-01-05libfstools: support file paths longer than 255 charsRafał Miłecki
2017-06-30libfstools: fix matching device nameDaniel Golle
2017-06-30fstools: use -Wno-format-truncation instead of -Wno-error=format-truncationFelix Fietkau
2017-06-30libfstools: fix multiple volume_identify usages with the same volumePieter Smith
2017-06-30build: disable the format-truncation warning error to fix gcc 7 build errorsFelix Fietkau
2017-06-30libfstools: silence mkfs.{ext4,f2fs}Daniel Golle
2017-06-30libfstools: add basic documentation of mount functionsRafał Miłecki
2017-06-30add missing includesFelix Fietkau
2016-12-05libfstools: Check return values for fread and systemFlorian Fainelli
2016-10-31fstools: added f2fs to blockAlberto Bursi
2016-10-21block: fall back to external mount helperJo-Philipp Wich
2016-10-21block: fix error reportingJo-Philipp Wich
2016-10-17libblkid-tiny: remove unused name memberJo-Philipp Wich
2016-10-17probe: stop handling name propertyJo-Philipp Wich
2016-10-17block: remove handling of name propertyJo-Philipp Wich
2016-10-17libblkid-tiny: fix SquashFS version detection on different endian systemsJo-Philipp Wich
2016-10-17libblkid-tiny: avoid setting phantom UUIDsJo-Philipp Wich
2016-10-17probe: add full libblkid supportJo-Philipp Wich
2016-10-16block: add probe abstraction layerJo-Philipp Wich
2016-09-23libfstools: properly label ext4 overlayDaniel Golle
2016-09-23block: also probe loop devicesDaniel Golle
2016-09-12block: include mountpoint in info outputDaniel Golle
2016-09-12libfstools: gather mountpoints from /proc/self/mountinfoDaniel Golle
2016-09-08libfstools: add rootdisk overlay volume supportFelix Fietkau
2016-09-08libfstools: replace hardcoded mentions of jffs2 in a few placesFelix Fietkau
2016-09-08libfstools: add ext4 filesystem typeFelix Fietkau
2016-09-08libfstools: add f2fs filesystem type and simplify fs type codeFelix Fietkau
2016-09-08libfstools: use container_of for volume private dataFelix Fietkau
2016-09-08libfstools: call volume_init() before accessing v->blkFelix Fietkau
2016-09-06libfstools: remove obsolete enumFelix Fietkau
2016-08-31fix logic bug inside extroot uuid verification codeJohn Crispin
2016-08-18libfstools: "lowerdir" variable name in fopivotПреподобный Гомер
2016-08-16fix return code of overlay_mount_fsJohn Crispin
2016-07-24block: best-effort in find_mount_pointDaniel Golle
2016-07-24block: get mountpoints from /proc/self/mountinfoDaniel Golle
2016-07-21block: print mountpoint if already mountedDaniel Golle
2016-07-21block: also check /proc/self/mountinfo to find mountpointDaniel Golle
2016-07-21block: don't truncate mountpoint pathDaniel Golle
2016-07-21block: allow block info /dev/ubi?_?Daniel Golle
2016-07-20block: avoid ubi{,block} duplicatesDaniel Golle
2016-07-20block: fix ubi?_? glob patternDaniel Golle
2016-07-01cmake: Link against libjson-cFlorian Fainelli
2016-07-01cmake: Find libubox/ulog.hFlorian Fainelli
2016-05-19block.c: Add ability to mount with ACL and XATTR supportDaniel Dickinson
2016-05-19block.c: Use <linux/fs.h> instead of defining mount flags ourselvesDaniel Dickinson
2016-05-19block.c: Add support for checking vfat filesystemsDaniel Dickinson
2016-05-19block.c: Make static string a const char * instead char *Daniel Dickinson
2016-05-15mount_root: check for preinit sentinel fileJohn Crispin