| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ | netchild | 2011-02-25 | 1 | -0/+2 |
* | Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() are | alc | 2011-02-05 | 1 | -1/+2 |
* | ZFS might not return monotonically increasing directory offset cookies, | pjd | 2010-12-28 | 1 | -3/+10 |
* | Use newly added NFSRV_FLAG_BUSY flag for nfsrv_fhtovp() to keep mount point | pjd | 2010-12-21 | 1 | -10/+15 |
* | - Move pubflag and lockflag handling from nfsrv_fhtovp() to nfs_namei() - | pjd | 2010-12-21 | 3 | -40/+37 |
* | On error, unbusy file system and jump to the end, so we won't try to unlock | pjd | 2010-12-21 | 1 | -0/+2 |
* | After r216626 no extra { } are needed with VFS_UNLOCK_GIANT(). | pjd | 2010-12-21 | 1 | -2/+2 |
* | Reduce lock scope a little. | pjd | 2010-12-19 | 1 | -2/+2 |
* | VOP_ISLOCKED() should not be used to determine if the vnode is locked. | kib | 2010-12-15 | 1 | -2/+11 |
* | Fix a bug in r214049. The nvp == vp case shall be handled specially | kib | 2010-11-05 | 1 | -1/+1 |
* | When readdirplus() is handled on the exported filesystem that does | kib | 2010-10-19 | 1 | -12/+13 |
* | - When VFS_VGET() is not supported, switch to VOP_LOOKUP(). | pjd | 2010-08-26 | 1 | -40/+48 |
* | Patch the regular NFS server so that it returns ESTALE to the client | rmacklem | 2010-03-26 | 1 | -0/+3 |
* | Factor out the code shared between NFS client and server into its own | marius | 2010-02-16 | 1 | -0/+1 |
* | - Move nfs_realign() from the NFS client to the shared NFS code and | marius | 2010-02-09 | 3 | -60/+4 |
* | Some style(9) fixes in order to fabricate a commit to denote that | marius | 2010-01-09 | 3 | -79/+75 |
* | Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn() | marius | 2010-01-09 | 3 | -3/+8 |
* | Properly return an error reply if an NFS remove or link operation fails. | jhb | 2009-12-03 | 1 | -4/+3 |
* | Revert previous change and fix misalignment by using bcopy() | marcel | 2009-11-15 | 1 | -6/+1 |
* | Fix an obvious panic by not casting from a pointer that is 4-bytes | marcel | 2009-11-14 | 1 | -1/+6 |
* | Ensure that tv_sec is between INT32_MIN and INT32_MAX, so ZFS won't object. | pjd | 2009-09-26 | 1 | -1/+1 |
* | Correct typo after manual patching. | pjd | 2009-09-09 | 1 | -1/+1 |
* | Fix usecount leak in mknod(2) on file system exported over NFS. | pjd | 2009-09-09 | 1 | -2/+2 |
* | Remove the old kernel RPC implementation and the NFS_LEGACYRPC option. | dfr | 2009-06-30 | 9 | -2623/+4 |
* | Fix build with NFS_LEGACYRPC enabled after the socket upcall locking | jhb | 2009-06-30 | 1 | -0/+1 |
* | Rework the credential code to support larger values of NGROUPS and | brooks | 2009-06-19 | 2 | -5/+3 |
* | Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on the | rmacklem | 2009-06-17 | 1 | -0/+1 |
* | Add a #include <sys/jail.h> so that it builds when | rmacklem | 2009-06-12 | 1 | -0/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 2 | -2/+2 |
* | Rework socket upcalls to close some races with setup/teardown of upcalls. | jhb | 2009-06-01 | 3 | -9/+7 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 1 | -2/+3 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 1 | -0/+3 |
* | Fix build of KGSSAPI bits post-vimage. | dfr | 2009-05-24 | 1 | -1/+2 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -2/+2 |
* | Do not embed struct ucred into larger netcred parent structures. | kan | 2009-05-09 | 1 | -0/+3 |
* | Change nfsserver so that it uses the nfssvc() system call provided | rmacklem | 2009-04-12 | 4 | -49/+22 |
* | Fix an mbuf leak in the error path. | dfr | 2009-03-19 | 1 | -0/+2 |
* | Include audit.h so that the system call path protected by NFS_LEGACYRPC | rwatson | 2009-02-23 | 1 | -0/+2 |
* | Use shared vnode locks when invoking VOP_READDIR(). | jhb | 2009-02-13 | 1 | -2/+2 |
* | Audit the flag argument to the nfssvc(2) system call. | rwatson | 2009-02-08 | 1 | -0/+2 |
* | Last step of splitting up minor and unit numbers: remove minor(). | ed | 2009-01-28 | 1 | -2/+2 |
* | Handle VFS_VGET() failing with an error other than EOPNOTSUPP in addition | kensmith | 2008-12-16 | 1 | -3/+6 |
* | We need to pass a structure with enough space for an NFSv2 filehandle to | dfr | 2008-12-10 | 1 | -3/+3 |
* | Change nfsserver slightly so that it does not trip over the timestamp | kan | 2008-12-03 | 1 | -7/+8 |
* | In the nfsrv_fhtovp(), after the vfs_getvfs() function found the pointer | kib | 2008-11-29 | 1 | -3/+6 |
* | Switch the default rpc implementation for NFS back to the new code. I believe | dfr | 2008-11-14 | 1 | -4/+0 |
* | Use the remote address for access control, not the local address. This fixes | dfr | 2008-11-13 | 1 | -2/+44 |
* | Temporarily switch NFS back to the old RPC code while I try to diagnose and | dfr | 2008-11-13 | 1 | -0/+4 |
* | Turn (NFSERR_AUTHERR|code) status values into svcerr_auth(rqst, code) replies | dfr | 2008-11-12 | 1 | -2/+7 |
* | Allow v3 GETATTR requests even when weakly authenticated. Change the error | dfr | 2008-11-12 | 1 | -2/+3 |