aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libshare/nfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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