summaryrefslogtreecommitdiff
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
...
* fstools: add btrfs supportRobert Young2017-07-311-1/+8
* block: support /dev/xvd* nodesW. Michael Petullo2017-07-161-0/+1
* blockd: add automounting supportJohn Crispin2017-02-271-15/+143
* add missing includesFelix Fietkau2017-02-111-0/+1
* 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
* block: remove handling of name propertyJo-Philipp Wich2016-10-171-3/+0
* block: add probe abstraction layerJo-Philipp Wich2016-10-161-66/+53
* block: also probe loop devicesDaniel Golle2016-09-231-0/+1
* block: include mountpoint in info outputDaniel Golle2016-09-121-19/+28
* fix logic bug inside extroot uuid verification codeJohn Crispin2016-08-311-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
* 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
* block: add remount paramterJohn Crispin2016-04-271-0/+8
* block: respect mount flags for /overlayJo-Philipp Wich2016-04-251-1/+2
* fix gcc format security error.Hauke Mehrtens2015-11-221-1/+1
* block: reject mount sections with relative targetsJo-Philipp Wich2015-04-121-0/+7
* make sure to also scan for leading and ending " when looking for mtd devicesJohn Crispin2015-04-091-3/+3
* properly handle return codesJohn Crispin2015-03-281-13/+15
* block: convert to ulog() apiJo-Philipp Wich2015-02-251-81/+55
* block: don't declare find_root_dev with UBIFS_EXTROOTJo-Philipp Wich2015-02-251-1/+4
* block: improve extroot error reportingJo-Philipp Wich2015-02-251-18/+61
* block: rework config loadingJo-Philipp Wich2015-02-181-16/+39
* block: add support for logging to dmesgJo-Philipp Wich2015-02-181-2/+31
* block: support finding root device by mount pointJo-Philipp Wich2015-02-171-2/+34
* block: extroot: remove unneeded rootfs testsJo-Philipp Wich2015-02-171-27/+0
* block: support builtin fstab configJo-Philipp Wich2015-02-171-8/+10
* block: make sure /etc/ exists on the extrootRafał Miłecki2015-01-061-0/+4
* block: allow mounting UBIFS partition as extrootRafał Miłecki2015-01-061-1/+6
* support UBI blocks (volumes)Rafał Miłecki2015-01-061-0/+1
* document mount_root and block (extroot) a bitRafał Miłecki2015-01-061-9/+31
* make extroot functionality work with ubifsJohn Crispin2014-12-141-0/+101
* make the block tool ignore case when comparing uuid stringsJohn Crispin2014-12-011-4/+4
* add support for /dev/cd* virtual ioJohn Crispin2014-10-031-0/+1
* block: detect /dev/ubiblock*daniel2014-05-121-1/+3
* initial import of fs-tools packageJohn Crispin2014-03-121-0/+1217