]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libshare/nfs.c
libshare: nfs: set export file 644
[FreeBSD/FreeBSD.git] / lib / libshare / nfs.c
2021-12-17 набlibshare: nfs: set export file 644
2021-12-17 набlibshare: nfs: share nfs_is_shared()
2021-12-17 набlibshare: nfs: share nfs_copy_entries()
2021-12-17 набlibshare: nfs: open temporary file once
2021-12-17 набlibshare: nfs: retry flock() when interrupted
2021-06-10 набlib{efi,avl,share,tpool,zfs_core,zfsbootenv,zutil}...
2021-04-19 набlibshare: nfs: commonify nfs_enable_share()
2021-04-19 набlibshare: nfs: commonify nfs_{init,fini}_tmpfile()...
2021-04-19 набlibshare: nfs: commonify nfs_exports_[un]lock(), FILE_H...
2020-07-13 George WilsonRemove dependency on sharetab file and refactor sharing...
2020-06-18 Arvind SankarAdd include files for prototypes
2019-10-14 Brian BehlendorfModify sharenfs=on default behavior
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2017-03-08 Chunwei ChenFix nfs snapdir automount
2017-01-03 ka7Fix spelling
2016-12-12 Brian BehlendorfUse cstyle -cpP in `make cstyle` check
2016-10-24 caoFix coverity defects: CID 147511, 147513
2016-10-11 caoFix coverity defects: CID 147452, 147447, 147446
2016-10-11 Brian BehlendorfFix zfsctl_snapshot_{,un}mount() issues
2016-10-08 Brian BehlendorfFix file permissions
2016-09-30 GeLiXinFix coverity defects: CID 147531 147532 147533 147535
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2012-12-03 Turbo FredrikssonImplemented sharing datasets via SMB using libshare
2012-09-11 Cyril PliskoAvoid running exportfs on each zfs/zpool command invocation
2012-02-13 Turbo FredrikssonAdd 'fsid' mount option to allowed options.
2011-12-05 Gunnar BeutnerAdded comments for libshare's NFS functions.
2011-08-01 Gunnar BeutnerUse libzfs_run_process() in libshare.
2011-08-01 James HCall exportfs -v once for NFS shares.
2011-07-06 Gunnar BeutnerImplemented sharing datasets via NFS using libshare.