aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Enable -Wwrite-stringsнаб2022-06-291-1/+1
* libzfs: zfs_unshare: minor cleanupнаб2022-05-121-7/+2
* libzfs: mount: zfs_unshare: don't reallocate mountpointнаб2022-05-121-15/+7
* Replace libzfs sharing _nfs() and _smb() APIs with protocol listsнаб2022-05-121-203/+51
* Publish libshare protocols, use enum-based APIнаб2022-05-121-96/+63
* libzfs: don't NULL-check infallible allocationsнаб2022-03-301-15/+5
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-151-1/+1
* Add `--enable-asan` and `--enable-ubsan` switchesDamian Szuberski2022-02-031-1/+2
* libzfs: mount: don't leak mnt_param_t if mnt_func failsнаб2022-02-011-1/+3
* libzfs: share_proto: constify, staticifyнаб2022-02-011-15/+14
* Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode"Paul Dagnelie2022-01-061-2/+2
* libzfs: fix unused, remove argsusedнаб2021-12-231-5/+4
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2021-12-161-2/+2
* Stop segfaulting on unmount error caseRich Ercolani2021-11-301-3/+7
* Add zpool_disable_datasets_os() / zfs_unmount_os()Jorgen Lundman2021-08-311-0/+4
* pass handle to do_unmount()Jorgen Lundman2021-07-151-38/+35
* libzfs: convert to -fvisibility=hiddenнаб2021-06-031-8/+5
* libzfs: format safetyнаб2021-05-291-5/+3
* 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