project/fstools.git
2017-06-30 Daniel Gollelibfstools: fix matching device name
2017-06-30 Felix Fietkaufstools: use -Wno-format-truncation instead of -Wno...
2017-06-30 Pieter Smithlibfstools: fix multiple volume_identify usages with...
2017-06-30 Felix Fietkaubuild: disable the format-truncation warning error...
2017-06-30 Daniel Gollelibfstools: silence mkfs.{ext4,f2fs}
2017-06-30 Rafał Miłeckilibfstools: add basic documentation of mount functions
2017-06-30 Felix Fietkauadd missing includes
2016-12-05 Florian Fainellilibfstools: Check return values for fread and system
2016-10-31 Alberto Bursifstools: added f2fs to block
2016-10-21 Jo-Philipp... block: fall back to external mount helper
2016-10-21 Jo-Philipp... block: fix error reporting
2016-10-17 Jo-Philipp... libblkid-tiny: remove unused name member
2016-10-17 Jo-Philipp... probe: stop handling name property
2016-10-17 Jo-Philipp... block: remove handling of name property
2016-10-17 Jo-Philipp... libblkid-tiny: fix SquashFS version detection on differ...
2016-10-17 Jo-Philipp... libblkid-tiny: avoid setting phantom UUIDs
2016-10-17 Jo-Philipp... probe: add full libblkid support
2016-10-16 Jo-Philipp... block: add probe abstraction layer
2016-09-23 Daniel Gollelibfstools: properly label ext4 overlay
2016-09-23 Daniel Golleblock: also probe loop devices
2016-09-12 Daniel Golleblock: include mountpoint in info output
2016-09-12 Daniel Gollelibfstools: gather mountpoints from /proc/self/mountinfo
2016-09-08 Felix Fietkaulibfstools: add rootdisk overlay volume support
2016-09-08 Felix Fietkaulibfstools: replace hardcoded mentions of jffs2 in...
2016-09-08 Felix Fietkaulibfstools: add ext4 filesystem type
2016-09-08 Felix Fietkaulibfstools: add f2fs filesystem type and simplify fs...
2016-09-08 Felix Fietkaulibfstools: use container_of for volume private data
2016-09-08 Felix Fietkaulibfstools: call volume_init() before accessing v->blk
2016-09-06 Felix Fietkaulibfstools: remove obsolete enum
2016-08-31 John Crispinfix logic bug inside extroot uuid verification code
2016-08-18 Преподобный... libfstools: "lowerdir" variable name in fopivot
2016-08-16 John Crispinfix return code of overlay_mount_fs
2016-07-24 Daniel Golleblock: best-effort in find_mount_point
2016-07-24 Daniel Golleblock: get mountpoints from /proc/self/mountinfo
2016-07-21 Daniel Golleblock: print mountpoint if already mounted
2016-07-21 Daniel Golleblock: also check /proc/self/mountinfo to find mountpoint
2016-07-21 Daniel Golleblock: don't truncate mountpoint path
2016-07-21 Daniel Golleblock: allow block info /dev/ubi?_?
2016-07-20 Daniel Golleblock: avoid ubi{,block} duplicates
2016-07-20 Daniel Golleblock: fix ubi?_? glob pattern
2016-07-01 Florian Fainellicmake: Link against libjson-c
2016-07-01 Florian Fainellicmake: Find libubox/ulog.h
2016-05-19 Daniel Dickinsonblock.c: Add ability to mount with ACL and XATTR support
2016-05-19 Daniel Dickinsonblock.c: Use <linux/fs.h> instead of defining mount...
2016-05-19 Daniel Dickinsonblock.c: Add support for checking vfat filesystems
2016-05-19 Daniel Dickinsonblock.c: Make static string a const char * instead...
2016-05-15 John Crispinmount_root: check for preinit sentinel file
2016-05-15 John CrispinRevert "mount_root: code failed in failsafe"
2016-05-11 John CrispinRevert "fstools: support for ext4fs overlay"
2016-05-10 John Crispinmount_root: code failed in failsafe
2016-04-27 John Crispinsnapshot: md5sum return codes are not properly handled
2016-04-27 John Crispinblock: add remount paramter
2016-04-22 Ram Chandra... fstools: support for ext4fs overlay
2016-04-25 Jo-Philipp... block: respect mount flags for /overlay
2016-01-10 Felix Fietkaufstools: check existing filesystem state before writing...
2015-12-20 Roman Yeryominfstools: allow to stack another overlay on top of exist...
2015-11-22 Hauke Mehrtensfix gcc format security error.
2015-10-29 Martin Blumenstingllibblkid-tiny: Add F2FS support
2015-10-29 Martin Blumenstingllibblkid-tiny: Update the code from util-linux's libblkid
2015-08-26 John Crispinoverlay: use lstat rather than stat and make sure there...
2015-08-25 John Crispinmake jffs2reset not iterate over symlinked folders
2015-08-25 John Crispinjffs2reset: add a -r (reboot) option to jffs2reset
2015-05-25 Felix Fietkaumount_root: use symlink instead of xattr to store initi...
2015-04-12 Rafał Miłeckijffs2reset: use jffs2_mark if rootfs_data isn't mounted
2015-04-12 Rafał Miłeckijffs2reset: avoid code duplication in jffs2_reset and...
2015-04-12 Jo-Philipp... block: reject mount sections with relative targets
2015-04-09 John Crispinmake sure to also scan for leading and ending " when...
2015-03-28 John Crispinproperly handle return codes
2015-03-22 Felix Fietkaumount_root: keep track of overlay initialization state...
2015-03-22 Felix Fietkauoverlay: call volume_init() before mount
2015-03-22 Felix Fietkauoverlay: create a common function for deleting all...
2015-03-12 John Crispinswitch to _DEFAULT_SOURCE for modern glibc compat
2015-02-25 Jo-Philipp... mount_root: better log messages for ram overlay cases
2015-02-25 Jo-Philipp... libfstools: clarify message when switching to internal...
2015-02-25 Jo-Philipp... libfstools: make mtd_volume_identify() less chatty
2015-02-25 Jo-Philipp... libfstools: remove dead source file
2015-02-25 Jo-Philipp... libfstools: convert to ulog() api
2015-02-25 Jo-Philipp... ubi: convert to ulog() api
2015-02-25 Jo-Philipp... snapshot: convert to ulog() api
2015-02-25 Jo-Philipp... jffs2reset: convert to ulog() api
2015-02-25 Jo-Philipp... mount_root: convert to ulog() api
2015-02-25 Jo-Philipp... block: convert to ulog() api
2015-02-25 Jo-Philipp... block: don't declare find_root_dev with UBIFS_EXTROOT
2015-02-25 Jo-Philipp... libfstools: extroot: simplify kmodloader invocation
2015-02-25 Jo-Philipp... libfstools: extroot: rework libdir and block tool discovery
2015-02-25 Jo-Philipp... block: improve extroot error reporting
2015-02-18 Jo-Philipp... block: rework config loading
2015-02-18 Jo-Philipp... block: add support for logging to dmesg
2015-02-17 Jo-Philipp... block: support finding root device by mount point
2015-02-17 Jo-Philipp... block: extroot: remove unneeded rootfs tests
2015-02-17 Jo-Philipp... block: support builtin fstab config
2015-02-17 Jo-Philipp... libfstools: extroot: support builtin block
2015-02-17 Jo-Philipp... mount_root: try extroot even without mtd volume
2015-01-11 Felix Fietkaujffs2reset: fix recursive file/directory removal
2015-01-07 Daniel Gollelibblkid-tiny: add btrfs probe info
2015-01-06 Rafał Miłeckilibfstools: ubi: rework reading volumes
2015-01-06 Rafał Miłeckilibfstools: ubi: avoid crash in volume finding function
2015-01-06 Rafał Miłeckilibfstools: fix find_mount to return device path
2015-01-06 Rafał Miłeckiblock: make sure /etc/ exists on the extroot
2015-01-06 Rafał Miłeckiblock: allow mounting UBIFS partition as extroot
next