libfstools: fit: improve fit_volume_find string handling
[project/fstools.git] / block.c
2023-12-01 Daniel Golleblock: recognize /dev/fit* block devices
2023-05-28 Luca Barbatoblock: support skipping uuid check
2023-05-28 Daniel Golleblock: consider currently mounted root device first
2023-05-28 Luca Barbatoblock: try to find the root device on both / and /rom
2023-05-28 Luca Barbatoblock: support extroot on already mounted overlay
2022-11-10 Rafał Miłeckiblock: try multiple NTFS filesystem implementations
2022-08-13 Hauke Mehrtensblock: Do not include linux/fs.h any more
2022-05-01 Daniel Golleblock: don't probe mtdblock on NAND (with legacy except...
2021-08-14 Daniel Golleblock: fix two resources leaks discovered by Coverity
2021-07-28 Daniel Golleblock: don't add non-ubifs ubi devices
2021-07-23 Daniel Golleblock: support umount device basename
2021-07-23 Daniel Golleblock: allow remove hotplug event to arrive at blockd
2021-07-23 Daniel Golleblock: use /dev/dm-* instead of /dev/mapper/*
2021-07-23 Daniel GolleRevert "block: resolve /dev/mapper/* name for /dev...
2021-07-14 Daniel Golleblock: resolve /dev/mapper/* name for /dev/dm-0 when...
2021-05-15 Daniel Golleblock: allow autofs and umount commands also on MTD/UBI
2021-05-15 Daniel Golleblock: match device path instead of assuming /dev/%s
2021-05-15 Daniel Golleblock: use dynamically allocated target string
2021-05-15 Daniel Danzbergerfstools: block: fix segfault on mount with no target
2020-12-12 Daniel Golleblock: replace local mkdir_p implementation
2020-05-11 Daniel Golleblockd: fix segfault triggered by non-autofs mounts
2020-05-06 Rafał Miłeckiblock(d): always call hotplug.d "mount" scripts from...
2020-05-06 Rafał Miłeckiblockd: use uloop_process for calling /sbin/hotplug...
2020-05-05 Rafał Miłeckiblock: always use st_dev (device ID) of / when looking...
2020-05-05 Rafał Miłeckiblock: simplify check_extroot() a bit
2020-05-02 Rafał Miłeckiblock: add some basic extroot documentation
2020-05-02 Rafał MiłeckiRevert "block: support hierarchical mount/umount"
2020-05-02 Rafał MiłeckiRevert "block: mount_action: handle mount/umount deps"
2020-03-21 Rafał Miłeckiblock: remove mount target file if it's a link
2020-01-05 Jo-Philipp Wichblock: re-discover mtd devices on extroot mount retry
2019-11-03 Yousong Zhoublock: detect: use current mp as value of target option
2019-11-02 Yousong Zhoublock: mount_device: err log only when mp deviates...
2019-11-02 Yousong Zhoublock: mount_device: skip extroot earlier
2019-11-02 Yousong Zhoublock: mount_action: handle mount/umount deps
2019-11-02 Yousong Zhoublock: support hierarchical mount/umount
2019-11-02 Yousong Zhoublock: umount: skip / unless -a is given
2019-10-27 Yousong Zhoublock: use fsck.fat instead of dosfsck
2019-03-31 Jo-Philipp Wichblock: prevent mount point confusion
2018-12-28 Rafał Miłeckiblock(d): improve hotplug.d "mount" events for the...
2018-12-12 Rafał Miłeckiblock: remove target directory after unmounting
2018-12-12 Rafał Miłeckiblock: cleanup handling "start" action of the "autofs...
2018-12-09 Rafał Miłeckiblock: make blockd_notify() return an int instead of...
2018-12-09 Rafał Miłeckiblock: generate hotplug.d mount events
2018-12-09 Rafał Miłeckiblock: validate amount of arguments for the "autofs...
2018-12-05 Rafał Miłeckiblock: don't duplicate unmounting code in the mount_act...
2018-12-05 Rafał Miłeckiblock: make umount_device() function more generic
2018-12-04 Rafał Miłeckiblock: don't duplicate mounting code in the mount_device()
2018-12-04 Rafał Miłeckiblock: simplify code picking mount target directory
2018-12-04 Rafał Miłeckiblock: move blockd_notify() call out of the conditional...
2018-12-04 Rafał Miłeckiblock: fix formatting & indent in the mount_device()
2018-11-26 Michael Heimpoldfstools: use EXIT_FAILURE when indicating error on...
2018-11-26 Michael Heimpoldfstools: guard usage of WEXITSTATUS
2018-10-11 Ansuel Smithfstools: add ntfs support
2018-02-02 Daniel Golleblock: support /dev/nvme* nodes
2017-12-12 Rosen Penevfstools: Replace strerror(errno) with %m format.
2017-07-31 Robert Youngfstools: add btrfs support
2017-07-16 W. Michael Petulloblock: support /dev/xvd* nodes
2017-02-27 John Crispinblockd: add automounting support
2017-02-11 Felix Fietkauadd missing includes
2016-10-31 Alberto Bursifstools: added f2fs to block
2016-10-21 Jo-Philipp Wichblock: fall back to external mount helper
2016-10-21 Jo-Philipp Wichblock: fix error reporting
2016-10-17 Jo-Philipp Wichblock: remove handling of name property
2016-10-16 Jo-Philipp Wichblock: add probe abstraction layer
2016-09-23 Daniel Golleblock: also probe loop devices
2016-09-12 Daniel Golleblock: include mountpoint in info output
2016-08-31 John Crispinfix logic bug inside extroot uuid verification code
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-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-04-27 John Crispinblock: add remount paramter
2016-04-25 Jo-Philipp Wichblock: respect mount flags for /overlay
2015-11-22 Hauke Mehrtensfix gcc format security error.
2015-04-12 Jo-Philipp Wichblock: 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-02-25 Jo-Philipp Wichblock: convert to ulog() api
2015-02-25 Jo-Philipp Wichblock: don't declare find_root_dev with UBIFS_EXTROOT
2015-02-25 Jo-Philipp Wichblock: improve extroot error reporting
2015-02-18 Jo-Philipp Wichblock: rework config loading
2015-02-18 Jo-Philipp Wichblock: add support for logging to dmesg
2015-02-17 Jo-Philipp Wichblock: support finding root device by mount point
2015-02-17 Jo-Philipp Wichblock: extroot: remove unneeded rootfs tests
2015-02-17 Jo-Philipp Wichblock: support builtin fstab config
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
2015-01-06 Rafał Miłeckisupport UBI blocks (volumes)
2015-01-06 Rafał Miłeckidocument mount_root and block (extroot) a bit
2014-12-14 John Crispinmake extroot functionality work with ubifs
2014-12-01 John Crispinmake the block tool ignore case when comparing uuid...
2014-10-03 John Crispinadd support for /dev/cd* virtual io
next