log

age author description
Thu, 05 Sep 2024 22:06:51 +0200 Franz Glasner Reset some variables in the process environment at loading time: GREP_OPTIONS and PATH_FSTAB.
Thu, 05 Sep 2024 04:05:33 +0200 Franz Glasner Call mount and umount with absolute paths
Wed, 04 Sep 2024 22:08:23 +0200 Franz Glasner common.subr: _get_jail_from_path() now works with spaces in path values.
Wed, 04 Sep 2024 21:53:43 +0200 Franz Glasner common.subr: _get_mounts_at_directory() and _get_zfs_dataset_for_mountpoint() now also work for path and/or datasets with spaces in their names/values.
Wed, 04 Sep 2024 20:52:57 +0200 Franz Glasner fzfs umount: umounting now also works for datasets and/or mountpoints that have spaces in their values.
Wed, 04 Sep 2024 18:48:10 +0200 Franz Glasner fzfs umount: implemented option "-k" (dry-run)
Wed, 04 Sep 2024 18:29:42 +0200 Franz Glasner Use absolute paths for "mount" (all occurrences) and grep (some)
Wed, 04 Sep 2024 11:15:29 +0200 Franz Glasner common.subr: Implement check_zfs_naming() to check for valid ZFS names
Wed, 04 Sep 2024 10:36:24 +0200 Franz Glasner array.sh: FIX: call sed with LC_ALL=C to explicitely set the C locale when calling into sed
Tue, 03 Sep 2024 12:20:15 +0200 Franz Glasner array.sh: Impplement array_join(), array_join_for_eval() and array_print_join_for_eval()
Tue, 03 Sep 2024 12:19:11 +0200 Franz Glasner Style: make docs more consistent
Mon, 02 Sep 2024 02:12:07 +0200 Franz Glasner array.sh: Implement alist_for_each().
Sun, 01 Sep 2024 21:52:01 +0200 Franz Glasner fzfs: Implement option "-k" for clone-tree and mount to keep cloned datasets or keep datasets mounted on errors
Sun, 01 Sep 2024 21:34:27 +0200 Franz Glasner fzfs: implement "fzfs clone-tree".
Sun, 01 Sep 2024 19:46:15 +0200 Franz Glasner fzfs-mount: docs: note that unmounting is tried on errors