summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libfstools: add "const" to char pointer arguments in mount_move()lede-17.01Rafał Miłecki2018-04-162-2/+2
* libfstools: fix foreachdir() to pass dir with a trailing slashRafał Miłecki2018-04-161-2/+12
* libfstools: support file paths longer than 255 charsRafał Miłecki2018-01-051-4/+18
* libfstools: fix matching device nameDaniel Golle2017-06-301-3/+2
* fstools: use -Wno-format-truncation instead of -Wno-error=format-truncationFelix Fietkau2017-06-301-1/+1
* libfstools: fix multiple volume_identify usages with the same volumePieter Smith2017-06-301-1/+3
* build: disable the format-truncation warning error to fix gcc 7 build errorsFelix Fietkau2017-06-301-1/+1
* libfstools: silence mkfs.{ext4,f2fs}Daniel Golle2017-06-301-2/+2
* libfstools: add basic documentation of mount functionsRafał Miłecki2017-06-301-0/+15
* add missing includesFelix Fietkau2017-06-304-0/+4
* libfstools: Check return values for fread and systemFlorian Fainelli2016-12-051-4/+10
* fstools: added f2fs to blockAlberto Bursi2016-10-311-3/+12
* block: fall back to external mount helperJo-Philipp Wich2016-10-211-3/+141
* block: fix error reportingJo-Philipp Wich2016-10-211-5/+6
* libblkid-tiny: remove unused name memberJo-Philipp Wich2016-10-171-1/+0
* probe: stop handling name propertyJo-Philipp Wich2016-10-173-16/+4
* block: remove handling of name propertyJo-Philipp Wich2016-10-171-3/+0
* libblkid-tiny: fix SquashFS version detection on different endian systemsJo-Philipp Wich2016-10-171-8/+8
* libblkid-tiny: avoid setting phantom UUIDsJo-Philipp Wich2016-10-171-3/+2
* probe: add full libblkid supportJo-Philipp Wich2016-10-174-6/+131
* block: add probe abstraction layerJo-Philipp Wich2016-10-164-67/+157
* libfstools: properly label ext4 overlayDaniel Golle2016-09-231-1/+1
* block: also probe loop devicesDaniel Golle2016-09-231-0/+1
* block: include mountpoint in info outputDaniel Golle2016-09-121-19/+28
* libfstools: gather mountpoints from /proc/self/mountinfoDaniel Golle2016-09-121-24/+120
* libfstools: add rootdisk overlay volume supportFelix Fietkau2016-09-083-0/+285
* libfstools: replace hardcoded mentions of jffs2 in a few placesFelix Fietkau2016-09-081-6/+9
* libfstools: add ext4 filesystem typeFelix Fietkau2016-09-083-0/+6
* libfstools: add f2fs filesystem type and simplify fs type codeFelix Fietkau2016-09-084-38/+35
* libfstools: use container_of for volume private dataFelix Fietkau2016-09-085-64/+59
* libfstools: call volume_init() before accessing v->blkFelix Fietkau2016-09-085-4/+12
* libfstools: remove obsolete enumFelix Fietkau2016-09-061-5/+0
* fix logic bug inside extroot uuid verification codeJohn Crispin2016-08-311-1/+1
* libfstools: "lowerdir" variable name in fopivotПреподобный Гомер2016-08-181-7/+7
* fix return code of overlay_mount_fsJohn Crispin2016-08-161-1/+1
* block: best-effort in find_mount_pointDaniel Golle2016-07-241-2/+5
* block: get mountpoints from /proc/self/mountinfoDaniel Golle2016-07-241-33/+67
* block: print mountpoint if already mountedDaniel Golle2016-07-211-2/+4
* block: also check /proc/self/mountinfo to find mountpointDaniel Golle2016-07-211-1/+28
* block: don't truncate mountpoint pathDaniel Golle2016-07-211-1/+1
* block: allow block info /dev/ubi?_?Daniel Golle2016-07-211-1/+1
* block: avoid ubi{,block} duplicatesDaniel Golle2016-07-211-0/+10
* block: fix ubi?_? glob patternDaniel Golle2016-07-211-1/+1
* cmake: Link against libjson-cFlorian Fainelli2016-07-011-2/+4
* cmake: Find libubox/ulog.hFlorian Fainelli2016-07-011-0/+3
* block.c: Add ability to mount with ACL and XATTR supportDaniel Dickinson2016-05-191-0/+4
* block.c: Use <linux/fs.h> instead of defining mount flags ourselvesDaniel Dickinson2016-05-191-12/+2
* block.c: Add support for checking vfat filesystemsDaniel Dickinson2016-05-191-5/+11
* block.c: Make static string a const char * instead char *Daniel Dickinson2016-05-191-1/+1
* mount_root: check for preinit sentinel fileJohn Crispin2016-05-151-1/+5