aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libshare/nfs.c
Commit message (Expand)AuthorAgeFilesLines
* libshare: nfs: fix unused, remove argsusedнаб2021-12-231-0/+2
* libshare: nfs: always try to mkdir()наб2021-12-171-4/+2
* libshare: nfs: set export file 644наб2021-12-171-0/+1
* libshare: nfs: share nfs_is_shared()наб2021-12-171-20/+50
* libshare: nfs: share nfs_copy_entries()наб2021-12-171-1/+52
* libshare: nfs: open temporary file onceнаб2021-12-171-29/+54
* libshare: nfs: retry flock() when interruptedнаб2021-12-171-1/+3
* lib{efi,avl,share,tpool,zfs_core,zfsbootenv,zutil}: -fvisibility=hiddenнаб2021-06-091-1/+1
* libshare: nfs: commonify nfs_enable_share()наб2021-04-191-12/+19
* libshare: nfs: commonify nfs_{init,fini}_tmpfile(), nfs_disable_share()наб2021-04-191-0/+77
* libshare: nfs: commonify nfs_exports_[un]lock(), FILE_HEADERнаб2021-04-191-0/+73
* Remove dependency on sharetab file and refactor sharing logicGeorge Wilson2020-07-131-748/+0
* Add include files for prototypesArvind Sankar2020-06-181-0/+1
* Modify sharenfs=on default behaviorBrian Behlendorf2019-10-131-2/+3
* Update build system and packagingBrian Behlendorf2018-05-291-0/+2
* Fix nfs snapdir automountChunwei Chen2017-03-081-1/+1
* Fix spellingka72017-01-031-1/+1
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-1/+2
* Fix coverity defects: CID 147511, 147513cao2016-10-241-2/+4
* Fix coverity defects: CID 147452, 147447, 147446cao2016-10-111-1/+1
* Fix file permissionsBrian Behlendorf2016-10-081-0/+0
* Fix coverity defects: CID 147531 147532 147533 147535GeLiXin2016-09-301-1/+5
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-63/+63
* Implemented sharing datasets via SMB using libshareTurbo Fredriksson2012-12-031-2/+3
* Avoid running exportfs on each zfs/zpool command invocationCyril Plisko2012-09-111-9/+30
* Add 'fsid' mount option to allowed options.Turbo Fredriksson2012-02-131-1/+1
* Added comments for libshare's NFS functions.Gunnar Beutner2011-12-051-1/+57
* Use libzfs_run_process() in libshare.Gunnar Beutner2011-08-011-59/+29
* Call exportfs -v once for NFS shares.James H2011-08-011-90/+74
* Implemented sharing datasets via NFS using libshare.Gunnar Beutner2011-07-061-0/+705