block: make blockd_notify() return an int instead of void
[project/fstools.git] / block.c
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
2014-05-12 danielblock: detect /dev/ubiblock*
2014-03-12 John Crispininitial import of fs-tools package