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
/
lib
/
libzfs
/
libzfs_mount.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
undocumented libzfs API changes broke "zfs list"
Matthew Ahrens
2021-05-06
1
-2
/
+2
*
zfs get: don't lookup mount options when using "-s local"
Alan Somers
2021-04-29
1
-2
/
+2
*
libzfs: get rid of libzfs_handle::libzfs_mnttab
наб
2021-04-13
1
-3
/
+4
*
libzfs: zfs_mount_at(): load key for encryption root if MS_CRYPT
наб
2021-04-12
1
-1
/
+24
*
libzfs{,_core}: set O_CLOEXEC on persistent (ZFS_DEV and MNTTAB) fds
наб
2021-04-11
1
-1
/
+1
*
Return finer grain errors in libzfs unmount_one
Don Brady
2021-03-08
1
-2
/
+23
*
Remove dependency on sharetab file and refactor sharing logic
George Wilson
2020-07-13
1
-26
/
+142
*
libzfs: Add error message for why creating mountpoint failed
Ryan Moeller
2020-07-11
1
-1
/
+2
*
Mark functions as static
Arvind Sankar
2020-06-18
1
-1
/
+1
*
mount: use the mount syscall directly
felixdoerre
2020-05-20
1
-1
/
+1
*
Change default to overlay=on
Ryan Moeller
2020-03-06
1
-3
/
+3
*
libzfs: add zfs_mount_at() function
Kyle Evans
2020-01-14
1
-8
/
+37
*
OpenZFS restructuring - libzfs
Matthew Macy
2019-10-03
1
-313
/
+8
*
Fix race in parallel mount's thread dispatching algorithm
Tomohiro Kusumi
2019-07-09
1
-2
/
+4
*
Add 'zfs umount -u' for encrypted datasets
Tom Caputi
2019-06-28
1
-1
/
+27
*
Implement Redacted Send/Receive
Paul Dagnelie
2019-06-19
1
-6
/
+14
*
OpenZFS 9880 - Race in ZFS parallel mount
Andy Fiddaman
2018-12-07
1
-3
/
+31
*
OpenZFS 8115 - parallel zfs mount
Sebastien Roy
2018-11-15
1
-85
/
+335
*
Fix changelist mounted-dataset iteration
Alek P
2018-10-10
1
-1
/
+3
*
Fix "zfs destroy" when "sharenfs=on" is used
Prakash Surya
2018-10-03
1
-1
/
+1
*
Fix some ZFS Test Suite issues
LOLi
2017-09-25
1
-1
/
+5
*
Disable mount(8) canonical paths in do_mount()
LOLi
2017-08-21
1
-1
/
+2
*
Native Encryption for ZFS on Linux
Tom Caputi
2017-08-14
1
-0
/
+49
*
OpenZFS 8430 - dir_is_empty_readdir() doesn't properly handle error from fdop...
Sowrabha Gopal
2017-06-30
1
-0
/
+1
*
OpenZFS 8331 - zfs_unshare returns wrong error code for smb unshare failure
Andrew Stormont
2017-06-22
1
-4
/
+6
*
OpenZFS 6931 - lib/libzfs: cleanup gcc warnings
George Melikov
2017-02-07
1
-1
/
+3
*
OpenZFS 7336 - vfork and O_CLOEXEC causes zfs_mount EBUSY
George Melikov
2017-01-26
1
-6
/
+62
*
OpenZFS 7233 - dir_is_empty should open directory with CLOEXEC
George Melikov
2017-01-23
1
-2
/
+10
*
Use cstyle -cpP in `make cstyle` check
Brian Behlendorf
2016-12-12
1
-1
/
+1
*
Allow zfs unshare <protocol> -a
LOLi
2016-11-29
1
-0
/
+14
*
Change /etc/mtab to /proc/self/mounts
slashdd
2016-09-20
1
-4
/
+4
*
Fix zfs_unmount() and zfs_unshare_proto() leaks
cao
2016-09-01
1
-3
/
+5
*
Fix call zfs_get_name() with invalid parameter
GeLiXin
2016-08-08
1
-1
/
+1
*
OpenZFS 6314 - buffer overflow in dsl_dataset_name
Igor Kozhukhov
2016-06-28
1
-1
/
+1
*
OpenZFS 2605, 6980, 6902
Matthew Ahrens
2016-06-28
1
-0
/
+11
*
Make zfs mount according to relatime config in dataset
Chunwei Chen
2016-04-05
1
-0
/
+8
*
Illumos 4953, 4954, 4955
Matthew Ahrens
2016-01-15
1
-7
/
+9
*
Illumos 6280 - libzfs: unshare_one() could fail with EZFS_SHARENFSFAILED
Marcel Telka
2016-01-12
1
-1
/
+2
*
Honor xattr=sa dataset property
Ned Bass
2015-09-19
1
-2
/
+0
*
zpool import should honor overlay property
Ned Bass
2015-03-27
1
-0
/
+14
*
Check the dataset type more rigorously when fetching properties.
Tim Chase
2014-05-06
1
-1
/
+2
*
Fill in mountpoint buffer before using it in errors
ilovezfs
2014-04-30
1
-3
/
+3
*
Fix for re-reading /etc/mtab.
John M. Layman
2014-04-04
1
-1
/
+4
*
cstyle: Resolve C style issues
Michael Kjorling
2013-12-18
1
-10
/
+10
*
Handle concurrent snapshot automounts failing due to EBUSY.
Tim Chase
2013-11-08
1
-0
/
+2
*
No point in rewind() mtab in zfs_unshare_proto(). We're not really
Turbo Fredriksson
2013-08-15
1
-1
/
+0
*
Implemented sharing datasets via SMB using libshare
Turbo Fredriksson
2012-12-03
1
-3
/
+3
*
Add overlay(-O) mount option support
Suman Chakravartula
2012-01-12
1
-2
/
+4
*
Link libshare directly to libzfs
Gunnar Beutner
2011-07-06
1
-157
/
+15
*
Implemented sharing datasets via NFS using libshare.
Gunnar Beutner
2011-07-06
1
-15
/
+27
[next]