aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mount_zfs/mount_zfs.c
Commit message (Expand)AuthorAgeFilesLines
* Add MS_MANDLOCK mount failure messageBrian Behlendorf2017-06-071-2/+15
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-2/+2
* Change /etc/mtab to /proc/self/mountsslashdd2016-09-201-7/+7
* Make zfs mount according to relatime config in datasetChunwei Chen2016-04-051-1/+4
* Add missing fcntl.h to includes in mount_zfs.cCarlo Landmeter2016-03-291-0/+1
* mount.zfs: use getopt_long instead of getopt to guarantee permutation of argv.Christian Neukirchen2016-01-251-1/+2
* Add temporary mount optionsBrian Behlendorf2015-09-031-8/+19
* Add libzfs_error_init() functionBrian Behlendorf2015-05-221-1/+3
* Check all vdev labels in 'zpool import'Brian Behlendorf2015-03-251-1/+1
* Improve handling of filesystem versionsDan Swartzendruber2014-09-031-15/+42
* Add full SELinux supportMatthew Thode2013-12-191-30/+58
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-8/+8
* Handle acl flags from util-linux mount commandrenelson2013-12-181-0/+4
* Fix grammar in parse_options() error messagerenelson2013-12-171-1/+1
* Handle concurrent snapshot automounts failing due to EBUSY.Tim Chase2013-11-081-1/+1
* Fix parse_dataset error handlingBrian Behlendorf2013-07-031-4/+6
* Allow fetching the pool from the device at mountBrian Behlendorf2013-06-261-4/+42
* Don't leak mount flags into kernelNed Bass2013-06-181-9/+0
* Report realpath() canonicalization errorBrian Behlendorf2013-01-091-1/+2
* Allow fake mounts to succeed on non-legacy filesystems.Will Rouesnel2013-01-071-1/+2
* mount.zfs: canonicalize mount point for mtabnordaux2012-11-151-2/+9
* Allow '-o remount' for non-legacy datasetsBrian Behlendorf2012-07-301-9/+9
* Include <locale.h> to avoid error: 'LC_ALL' undeclared.Daniel Verite2012-06-111-0/+1
* Print human readable error message for ENOENTRichard Yao2012-04-031-0/+4
* Linux compat 2.6.39: mount_nodev()Brian Behlendorf2011-07-011-0/+1
* Handle /etc/mtab -> /proc/mounts symlinkBrian Behlendorf2011-06-141-1/+1
* Allow mounting of read-only snapshotszfs-0.6.0-rc4Brian Behlendorf2011-05-051-3/+8
* Fix gcc compiler warning, parse_option()Brian Behlendorf2011-04-191-0/+1
* Merge branch 'dracut'Brian Behlendorf2011-03-221-18/+38
|\
| * Strip 'zfsutil,remount' from /etc/mtabBrian Behlendorf2011-03-151-15/+28
| * Always allow '-o remount,ro'Brian Behlendorf2011-03-151-3/+10
* | Fix getcwd() warningBrian Behlendorf2011-03-181-1/+3
|/
* Check for trailing '/' in mount.zfsBrian Behlendorf2011-03-101-2/+6
* Fix mount helperBrian Behlendorf2011-03-091-0/+470