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_nfsdstate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC: r317382
rmacklem
2017-05-08
1
-1
/
+7
*
MFC: r309566
rmacklem
2016-12-19
1
-3
/
+28
*
MFC: r307694
rmacklem
2016-11-03
1
-1
/
+5
*
MFC: r304026
rmacklem
2016-10-03
1
-25
/
+25
*
NFS: spelling fixes on comments.
pfg
2016-04-29
1
-6
/
+6
*
Fix a LOR in the NFSv4.1 server.
rmacklem
2016-04-23
1
-5
/
+5
*
When the nfsd threads are terminated, the NFSv4 server state
rmacklem
2015-11-21
1
-7
/
+48
*
For the case where an NFSv4.1 ExchangeID operation has the client identifier
rmacklem
2015-08-14
1
-2
/
+5
*
This patch fixes a problem where, if the NFSv4 server has a previous
rmacklem
2015-07-29
1
-1
/
+2
*
Make the size of the hash tables used by the NFSv4 server tunable.
rmacklem
2015-05-27
1
-27
/
+53
*
A deadlock in the NFSv4 server with vfs.nfsd.enable_locallocks=1
rmacklem
2014-12-25
1
-25
/
+100
*
Fix failures and warnings reported by newpynfs20090424 test tool.
araujo
2014-10-03
1
-8
/
+21
*
Merge the NFSv4.1 server code in projects/nfsv4.1-server over
rmacklem
2014-07-01
1
-131
/
+782
*
Remove an unnecessary level of indirection for an argument.
rmacklem
2014-04-23
1
-7
/
+6
*
The NFSv4 server would call VOP_SETATTR() with a shared locked vnode
rmacklem
2013-12-25
1
-3
/
+3
*
Further cleanups to use of timestamps in NFS:
jhb
2013-01-25
1
-14
/
+4
*
Move the NFSv4.1 client patches over from projects/nfsv4.1-client
rmacklem
2012-12-08
1
-1
/
+2
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-1
/
+1
*
Fix two cases in the new NFS server where a tsleep() is
rmacklem
2012-05-12
1
-6
/
+9
*
Fix found places where uio_resid is truncated to int.
kib
2012-02-21
1
-1
/
+1
*
Tai Horgan reported via email that there were two places in
rmacklem
2012-01-14
1
-2
/
+2
*
Add DEXITCODE plumbing to NFS.
zack
2011-07-16
1
-156
/
+216
*
Simple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED. This is done so that N...
zack
2011-07-16
1
-3
/
+3
*
Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...
zack
2011-07-16
1
-4
/
+4
*
Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...
zack
2011-07-16
1
-5
/
+5
*
Fix the new NFS client so that it handles NFSv4 state
rmacklem
2011-05-27
1
-9
/
+9
*
Add some cleanup code to the module unload operation for
rmacklem
2011-04-10
1
-0
/
+34
*
Modify the experimental NFSv4 server so that it posts a SIGUSR2
rmacklem
2011-01-14
1
-1
/
+7
*
In the experimental NFS server, when converting an open-owner to a lock-owner,
zack
2011-01-12
1
-1
/
+1
*
Delete the NFS_STARTWRITE() and NFS_ENDWRITE() macros that
rmacklem
2011-01-06
1
-2
/
+2
*
Add checks for VI_DOOMED and vn_lock() failures to the
rmacklem
2011-01-02
1
-24
/
+49
*
Add support for shared vnode locks for the Read operation
rmacklem
2011-01-01
1
-6
/
+8
*
Fix two vnode locking problems in nfsd_recalldelegation() in the
rmacklem
2010-12-17
1
-4
/
+8
*
Disable attempts to establish a callback connection from the
rmacklem
2010-12-09
1
-5
/
+13
*
Try and make the nfsrv_localunlock() function in the experimental
rmacklem
2010-10-11
1
-8
/
+36
*
Fix nfsrv_freeallnfslocks() in the experimental NFSv4 server so that
rmacklem
2010-09-19
1
-4
/
+7
*
This patch applies one of the two fixes suggested by
rmacklem
2010-09-10
1
-1
/
+6
*
Add acquisition of a reference count on nfsv4root_lock to the
rmacklem
2010-08-28
1
-1
/
+12
*
The timer routine in the experimental NFS server did not acquire
rmacklem
2010-08-28
1
-21
/
+12
*
Patch the experimental NFSv4 server so that it acquires a reference
rmacklem
2010-07-16
1
-0
/
+23
*
Delete comments related to soft clock interrupts that don't apply
rmacklem
2010-07-16
1
-13
/
+0
*
This patch fixes a bug in the experimental NFSv4 server where it
rmacklem
2010-07-15
1
-1
/
+0
*
Fix a bogus comment that mentions lru lists that don't exist.
rmacklem
2010-07-13
1
-1
/
+1
*
An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCs
rmacklem
2010-04-24
1
-1
/
+1
*
This patch should fix handling of byte range locks locally
rmacklem
2010-03-30
1
-277
/
+487
*
Change the default value for vfs.newnfs.enable_locallocks to 0 for
rmacklem
2010-02-14
1
-1
/
+1
*
The test for "same client" for the experimental nfs server over NFSv4
rmacklem
2010-01-03
1
-1
/
+1
*
Rework the credential code to support larger values of NGROUPS and
brooks
2009-06-19
1
-1
/
+0
*
Remove the "int *" typecast for the aresid argument to vn_rdwr()
rmacklem
2009-06-16
1
-1
/
+1
*
Change the printf of r192595 to identify the function,
rmacklem
2009-05-22
1
-1
/
+1
[next]