| Commit message (Expand) | Author | Age | Files | Lines |
* | libshare: nfs: fix unused, remove argsused | наб | 2021-12-23 | 1 | -0/+2 |
* | libshare: nfs: always try to mkdir() | наб | 2021-12-17 | 1 | -4/+2 |
* | libshare: nfs: set export file 644 | наб | 2021-12-17 | 1 | -0/+1 |
* | libshare: nfs: share nfs_is_shared() | наб | 2021-12-17 | 1 | -20/+50 |
* | libshare: nfs: share nfs_copy_entries() | наб | 2021-12-17 | 1 | -1/+52 |
* | libshare: nfs: open temporary file once | наб | 2021-12-17 | 1 | -29/+54 |
* | libshare: nfs: retry flock() when interrupted | наб | 2021-12-17 | 1 | -1/+3 |
* | lib{efi,avl,share,tpool,zfs_core,zfsbootenv,zutil}: -fvisibility=hidden | наб | 2021-06-09 | 1 | -1/+1 |
* | libshare: nfs: commonify nfs_enable_share() | наб | 2021-04-19 | 1 | -12/+19 |
* | libshare: nfs: commonify nfs_{init,fini}_tmpfile(), nfs_disable_share() | наб | 2021-04-19 | 1 | -0/+77 |
* | libshare: nfs: commonify nfs_exports_[un]lock(), FILE_HEADER | наб | 2021-04-19 | 1 | -0/+73 |
* | Remove dependency on sharetab file and refactor sharing logic | George Wilson | 2020-07-13 | 1 | -748/+0 |
* | Add include files for prototypes | Arvind Sankar | 2020-06-18 | 1 | -0/+1 |
* | Modify sharenfs=on default behavior | Brian Behlendorf | 2019-10-13 | 1 | -2/+3 |
* | Update build system and packaging | Brian Behlendorf | 2018-05-29 | 1 | -0/+2 |
* | Fix nfs snapdir automount | Chunwei Chen | 2017-03-08 | 1 | -1/+1 |
* | Fix spelling | ka7 | 2017-01-03 | 1 | -1/+1 |
* | Use cstyle -cpP in `make cstyle` check | Brian Behlendorf | 2016-12-12 | 1 | -1/+2 |
* | Fix coverity defects: CID 147511, 147513 | cao | 2016-10-24 | 1 | -2/+4 |
* | Fix coverity defects: CID 147452, 147447, 147446 | cao | 2016-10-11 | 1 | -1/+1 |
* | Fix file permissions | Brian Behlendorf | 2016-10-08 | 1 | -0/+0 |
* | Fix coverity defects: CID 147531 147532 147533 147535 | GeLiXin | 2016-09-30 | 1 | -1/+5 |
* | cstyle: Resolve C style issues | Michael Kjorling | 2013-12-18 | 1 | -63/+63 |
* | Implemented sharing datasets via SMB using libshare | Turbo Fredriksson | 2012-12-03 | 1 | -2/+3 |
* | Avoid running exportfs on each zfs/zpool command invocation | Cyril Plisko | 2012-09-11 | 1 | -9/+30 |
* | Add 'fsid' mount option to allowed options. | Turbo Fredriksson | 2012-02-13 | 1 | -1/+1 |
* | Added comments for libshare's NFS functions. | Gunnar Beutner | 2011-12-05 | 1 | -1/+57 |
* | Use libzfs_run_process() in libshare. | Gunnar Beutner | 2011-08-01 | 1 | -59/+29 |
* | Call exportfs -v once for NFS shares. | James H | 2011-08-01 | 1 | -90/+74 |
* | Implemented sharing datasets via NFS using libshare. | Gunnar Beutner | 2011-07-06 | 1 | -0/+705 |