aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* undocumented libzfs API changes broke "zfs list"Matthew Ahrens2021-05-061-2/+2
* zfs get: don't lookup mount options when using "-s local"Alan Somers2021-04-291-2/+2
* libzfs: get rid of libzfs_handle::libzfs_mnttabнаб2021-04-131-3/+4
* libzfs: zfs_mount_at(): load key for encryption root if MS_CRYPTнаб2021-04-121-1/+24
* libzfs{,_core}: set O_CLOEXEC on persistent (ZFS_DEV and MNTTAB) fdsнаб2021-04-111-1/+1
* Return finer grain errors in libzfs unmount_oneDon Brady2021-03-081-2/+23
* Remove dependency on sharetab file and refactor sharing logicGeorge Wilson2020-07-131-26/+142
* libzfs: Add error message for why creating mountpoint failedRyan Moeller2020-07-111-1/+2
* Mark functions as staticArvind Sankar2020-06-181-1/+1
* mount: use the mount syscall directlyfelixdoerre2020-05-201-1/+1
* Change default to overlay=onRyan Moeller2020-03-061-3/+3
* libzfs: add zfs_mount_at() functionKyle Evans2020-01-141-8/+37
* OpenZFS restructuring - libzfsMatthew Macy2019-10-031-313/+8
* Fix race in parallel mount's thread dispatching algorithmTomohiro Kusumi2019-07-091-2/+4
* Add 'zfs umount -u' for encrypted datasetsTom Caputi2019-06-281-1/+27
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-6/+14
* OpenZFS 9880 - Race in ZFS parallel mountAndy Fiddaman2018-12-071-3/+31
* OpenZFS 8115 - parallel zfs mountSebastien Roy2018-11-151-85/+335
* Fix changelist mounted-dataset iterationAlek P2018-10-101-1/+3
* Fix "zfs destroy" when "sharenfs=on" is usedPrakash Surya2018-10-031-1/+1
* Fix some ZFS Test Suite issuesLOLi2017-09-251-1/+5
* Disable mount(8) canonical paths in do_mount()LOLi2017-08-211-1/+2
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-0/+49
* OpenZFS 8430 - dir_is_empty_readdir() doesn't properly handle error from fdop...Sowrabha Gopal2017-06-301-0/+1
* OpenZFS 8331 - zfs_unshare returns wrong error code for smb unshare failureAndrew Stormont2017-06-221-4/+6
* OpenZFS 6931 - lib/libzfs: cleanup gcc warningsGeorge Melikov2017-02-071-1/+3
* OpenZFS 7336 - vfork and O_CLOEXEC causes zfs_mount EBUSYGeorge Melikov2017-01-261-6/+62
* OpenZFS 7233 - dir_is_empty should open directory with CLOEXECGeorge Melikov2017-01-231-2/+10
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-1/+1
* Allow zfs unshare <protocol> -aLOLi2016-11-291-0/+14
* Change /etc/mtab to /proc/self/mountsslashdd2016-09-201-4/+4
* Fix zfs_unmount() and zfs_unshare_proto() leakscao2016-09-011-3/+5
* Fix call zfs_get_name() with invalid parameterGeLiXin2016-08-081-1/+1
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-281-1/+1
* OpenZFS 2605, 6980, 6902Matthew Ahrens2016-06-281-0/+11
* Make zfs mount according to relatime config in datasetChunwei Chen2016-04-051-0/+8
* Illumos 4953, 4954, 4955Matthew Ahrens2016-01-151-7/+9
* Illumos 6280 - libzfs: unshare_one() could fail with EZFS_SHARENFSFAILEDMarcel Telka2016-01-121-1/+2
* Honor xattr=sa dataset propertyNed Bass2015-09-191-2/+0
* zpool import should honor overlay propertyNed Bass2015-03-271-0/+14
* Check the dataset type more rigorously when fetching properties.Tim Chase2014-05-061-1/+2
* Fill in mountpoint buffer before using it in errorsilovezfs2014-04-301-3/+3
* Fix for re-reading /etc/mtab.John M. Layman2014-04-041-1/+4
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-10/+10
* Handle concurrent snapshot automounts failing due to EBUSY.Tim Chase2013-11-081-0/+2
* No point in rewind() mtab in zfs_unshare_proto(). We're not reallyTurbo Fredriksson2013-08-151-1/+0
* Implemented sharing datasets via SMB using libshareTurbo Fredriksson2012-12-031-3/+3
* Add overlay(-O) mount option supportSuman Chakravartula2012-01-121-2/+4
* Link libshare directly to libzfsGunnar Beutner2011-07-061-157/+15
* Implemented sharing datasets via NFS using libshare.Gunnar Beutner2011-07-061-15/+27