index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
fs
/
nfsserver
/
nfs_nfsdserv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC: r299514
rmacklem
2016-05-26
1
-2
/
+2
*
MFC: r283635
rmacklem
2015-06-10
1
-7
/
+15
*
MFC: r281628
rmacklem
2015-04-30
1
-1
/
+1
*
MFC r275897:
kib
2015-01-01
1
-6
/
+6
*
MFC: r268115
rmacklem
2014-08-01
1
-64
/
+602
*
MFC: r267191
rmacklem
2014-06-10
1
-7
/
+0
*
Fix NFS deadlock vulnerability. [SA-14:05]
delphij
2014-04-08
1
-5
/
+20
*
Make it possible to force async at server side on new NFS server, similar
delphij
2013-01-18
1
-1
/
+12
*
Fix the NFSv4 server so that it returns NFSERR_SYMLINK when
rmacklem
2011-08-20
1
-5
/
+4
*
Fix an NFS server issue where it was not correctly setting the eof flag when a
zack
2011-08-03
1
-5
/
+5
*
Fix rename in the new NFS server so that it does not require a
rmacklem
2011-07-31
1
-4
/
+20
*
Add DEXITCODE plumbing to NFS.
zack
2011-07-16
1
-166
/
+191
*
Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...
zack
2011-07-16
1
-3
/
+3
*
Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...
zack
2011-07-16
1
-2
/
+2
*
Remove unnecessary thread pointer from VOPLOCK macros and current users.
zack
2011-07-16
1
-5
/
+5
*
Fix the new NFSv4 server so that it checks for VREAD_ACL when
rmacklem
2011-06-21
1
-6
/
+16
*
Fix the new NFSv4 server so that it only allows Lookup of
rmacklem
2011-06-20
1
-2
/
+10
*
Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()
rmacklem
2011-04-14
1
-3
/
+4
*
Modify the experimental NFSv4 server so that it handles
rmacklem
2011-04-14
1
-6
/
+46
*
Since the VFS_LOCK_GIANT() code in the experimental NFS
rmacklem
2011-01-06
1
-38
/
+7
*
Modify the experimental NFSv4 server so that the lookup
rmacklem
2011-01-03
1
-12
/
+8
*
Delete some cruft from the experimental NFS server that was
rmacklem
2011-01-02
1
-11
/
+6
*
Add checks for VI_DOOMED and vn_lock() failures to the
rmacklem
2011-01-02
1
-3
/
+6
*
Modify the experimental NFS server so that it uses LK_SHARED
rmacklem
2010-12-25
1
-3
/
+4
*
Add an argument to nfsvno_getattr() in the experimental
rmacklem
2010-12-24
1
-48
/
+51
*
Harden the experimental NFS server a little, by adding range
rmacklem
2010-04-06
1
-0
/
+22
*
Add SAVENAME to the cn_flags for all cases in the experimental
rmacklem
2010-04-02
1
-3
/
+5
*
Modify the experimental server so that it uses VOP_ACCESSX().
rmacklem
2009-12-25
1
-34
/
+40
*
Patch the experimental NFS server is a manner analagous to
rmacklem
2009-11-20
1
-10
/
+21
*
Fix the experimental nfs subsystem so that it builds with the
rmacklem
2009-05-26
1
-3
/
+3
*
Add NFSv4 root export checks to the DelegPurge, Renew and
rmacklem
2009-05-25
1
-0
/
+15
*
Apply changes to the experimental nfs server so that it uses the security
rmacklem
2009-05-14
1
-17
/
+35
*
Remove the thread argument from the FSD (File-System Dependent) parts of
attilio
2009-05-11
1
-2
/
+2
*
Add the experimental nfs subtree to the kernel, that includes
rmacklem
2009-05-04
1
-0
/
+3367