index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmd
/
mount_zfs
/
mount_zfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add MS_MANDLOCK mount failure message
Brian Behlendorf
2017-06-07
1
-2
/
+15
*
Use cstyle -cpP in `make cstyle` check
Brian Behlendorf
2016-12-12
1
-2
/
+2
*
Change /etc/mtab to /proc/self/mounts
slashdd
2016-09-20
1
-7
/
+7
*
Make zfs mount according to relatime config in dataset
Chunwei Chen
2016-04-05
1
-1
/
+4
*
Add missing fcntl.h to includes in mount_zfs.c
Carlo Landmeter
2016-03-29
1
-0
/
+1
*
mount.zfs: use getopt_long instead of getopt to guarantee permutation of argv.
Christian Neukirchen
2016-01-25
1
-1
/
+2
*
Add temporary mount options
Brian Behlendorf
2015-09-03
1
-8
/
+19
*
Add libzfs_error_init() function
Brian Behlendorf
2015-05-22
1
-1
/
+3
*
Check all vdev labels in 'zpool import'
Brian Behlendorf
2015-03-25
1
-1
/
+1
*
Improve handling of filesystem versions
Dan Swartzendruber
2014-09-03
1
-15
/
+42
*
Add full SELinux support
Matthew Thode
2013-12-19
1
-30
/
+58
*
cstyle: Resolve C style issues
Michael Kjorling
2013-12-18
1
-8
/
+8
*
Handle acl flags from util-linux mount command
renelson
2013-12-18
1
-0
/
+4
*
Fix grammar in parse_options() error message
renelson
2013-12-17
1
-1
/
+1
*
Handle concurrent snapshot automounts failing due to EBUSY.
Tim Chase
2013-11-08
1
-1
/
+1
*
Fix parse_dataset error handling
Brian Behlendorf
2013-07-03
1
-4
/
+6
*
Allow fetching the pool from the device at mount
Brian Behlendorf
2013-06-26
1
-4
/
+42
*
Don't leak mount flags into kernel
Ned Bass
2013-06-18
1
-9
/
+0
*
Report realpath() canonicalization error
Brian Behlendorf
2013-01-09
1
-1
/
+2
*
Allow fake mounts to succeed on non-legacy filesystems.
Will Rouesnel
2013-01-07
1
-1
/
+2
*
mount.zfs: canonicalize mount point for mtab
nordaux
2012-11-15
1
-2
/
+9
*
Allow '-o remount' for non-legacy datasets
Brian Behlendorf
2012-07-30
1
-9
/
+9
*
Include <locale.h> to avoid error: 'LC_ALL' undeclared.
Daniel Verite
2012-06-11
1
-0
/
+1
*
Print human readable error message for ENOENT
Richard Yao
2012-04-03
1
-0
/
+4
*
Linux compat 2.6.39: mount_nodev()
Brian Behlendorf
2011-07-01
1
-0
/
+1
*
Handle /etc/mtab -> /proc/mounts symlink
Brian Behlendorf
2011-06-14
1
-1
/
+1
*
Allow mounting of read-only snapshots
zfs-0.6.0-rc4
Brian Behlendorf
2011-05-05
1
-3
/
+8
*
Fix gcc compiler warning, parse_option()
Brian Behlendorf
2011-04-19
1
-0
/
+1
*
Merge branch 'dracut'
Brian Behlendorf
2011-03-22
1
-18
/
+38
|
\
|
*
Strip 'zfsutil,remount' from /etc/mtab
Brian Behlendorf
2011-03-15
1
-15
/
+28
|
*
Always allow '-o remount,ro'
Brian Behlendorf
2011-03-15
1
-3
/
+10
*
|
Fix getcwd() warning
Brian Behlendorf
2011-03-18
1
-1
/
+3
|
/
*
Check for trailing '/' in mount.zfs
Brian Behlendorf
2011-03-10
1
-2
/
+6
*
Fix mount helper
Brian Behlendorf
2011-03-09
1
-0
/
+470