]> git.proxmox.com Git - mirror_zfs.git/history - cmd/mount_zfs/mount_zfs.c
Replace config/config.awk with simple sed invocation
[mirror_zfs.git] / cmd / mount_zfs / mount_zfs.c
2022-02-15 Jorgen LundmanRename fallthrough to zfs_fallthrough
2022-02-08 Damian Szuberski`mount.zfs -o zfsutil` leverages `zfs_mount_at()`
2021-09-14 Brian BehlendorfUse fallthrough macro
2021-07-26 набNormalise /*FALLTHR{OUGH,U}*/
2021-05-27 набmount.zfs.8: match to reality; zfsprops.8: add missing...
2021-01-19 sterlingjensenRe-apply path sanitizer, as mount(8) still mangles it
2020-12-10 Brian BehlendorfCI: add zloop workflow
2020-12-10 Érico Nogueira Rolimmount_zfs: print strerror instead of errno for error...
2020-12-10 sterlingjensenDrop path prefix workaround
2020-11-10 sterlingjensenFix memleak in cmd/mount_zfs.c
2020-09-09 xdch47Force the use of '.' as decimal separator.
2020-05-21 felixdoerremount: use the mount syscall directly
2019-09-18 Ryan MoellerRefactor libzfs_error_init newlines
2018-11-05 Don BradyAdd libzutil for libzfs or libzpool consumers
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2017-06-07 Brian BehlendorfAdd MS_MANDLOCK mount failure message
2016-12-12 Brian BehlendorfUse cstyle -cpP in `make cstyle` check
2016-09-20 slashddChange /etc/mtab to /proc/self/mounts
2016-04-06 Chunwei ChenMake zfs mount according to relatime config in dataset
2016-03-30 Carlo LandmeterAdd missing fcntl.h to includes in mount_zfs.c
2016-01-25 Christian Neukirchenmount.zfs: use getopt_long instead of getopt to guarant...
2015-09-04 Brian BehlendorfMerge branch 'zvol'
2015-09-03 Brian BehlendorfAdd temporary mount options
2015-05-22 Brian BehlendorfAdd libzfs_error_init() function
2015-03-25 Brian BehlendorfCheck all vdev labels in 'zpool import'
2014-09-03 Dan SwartzendruberImprove handling of filesystem versions
2013-12-19 Matthew ThodeAdd full SELinux support
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-12-19 renelsonHandle acl flags from util-linux mount command
2013-12-17 renelsonFix grammar in parse_options() error message
2013-11-08 Tim ChaseHandle concurrent snapshot automounts failing due to...
2013-07-03 Brian BehlendorfFix parse_dataset error handling
2013-06-26 Brian BehlendorfAllow fetching the pool from the device at mount
2013-06-18 Ned BassDon't leak mount flags into kernel
2013-01-10 Brian BehlendorfReport realpath() canonicalization error
2013-01-07 Will RouesnelAllow fake mounts to succeed on non-legacy filesystems.
2012-11-15 nordauxmount.zfs: canonicalize mount point for mtab
2012-07-30 Brian BehlendorfAllow '-o remount' for non-legacy datasets
2012-06-11 Daniel VeriteInclude <locale.h> to avoid error: 'LC_ALL' undeclared.
2012-04-03 Richard YaoPrint human readable error message for ENOENT
2011-07-01 Brian BehlendorfLinux compat 2.6.39: mount_nodev()
2011-06-14 Brian BehlendorfHandle /etc/mtab -> /proc/mounts symlink
2011-05-05 Brian BehlendorfAllow mounting of read-only snapshots
2011-04-19 Brian BehlendorfFix gcc compiler warning, parse_option()
2011-03-22 Brian BehlendorfMerge branch 'dracut'
2011-03-18 Brian BehlendorfFix getcwd() warning
2011-03-15 Brian BehlendorfStrip 'zfsutil,remount' from /etc/mtab
2011-03-15 Brian BehlendorfAlways allow '-o remount,ro'
2011-03-10 Brian BehlendorfCheck for trailing '/' in mount.zfs
2011-03-09 Brian BehlendorfFix mount helper