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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add kernel support to the NFS server for the "-manage-gids"
rmacklem
2015-11-30
1
-8
/
+18
*
When the nfsd threads are terminated, the NFSv4 server state
rmacklem
2015-11-21
2
-7
/
+49
*
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 NFS server use shared vnode locks for a few cases
rmacklem
2015-05-29
1
-5
/
+12
*
Make the size of the hash tables used by the NFSv4 server tunable.
rmacklem
2015-05-27
5
-47
/
+96
*
Currently, softupdate code detects overstepping on the workitems
kib
2015-05-27
1
-0
/
+10
*
Fix the NFS server's handling of a bogus NFSv2 ROOT RPC.
rmacklem
2015-04-25
1
-1
/
+2
*
Replace "new NFS" with just "NFS" in some sysctl description strings.
trasz
2015-04-19
1
-2
/
+2
*
mav@ has found that NFS servers exporting ZFS file systems
rmacklem
2015-04-16
1
-1
/
+1
*
File systems that do not use the buffer cache (such as ZFS) must
rmacklem
2015-04-15
1
-1
/
+4
*
Use M_SIZE() instead of hand-crafted (and mostly correct) NFSMSIZ() macro
rwatson
2015-01-07
1
-1
/
+1
*
A deadlock in the NFSv4 server with vfs.nfsd.enable_locallocks=1
rmacklem
2014-12-25
2
-33
/
+101
*
The VOP_LOOKUP() implementations for CREATE op do not put the name
kib
2014-12-18
1
-6
/
+6
*
Allow the vfs.nfsd knobs to be set from loader.conf (or using
kib
2014-10-27
1
-3
/
+3
*
Make the sysctl(8) for checkutf8 positively defined and improve
araujo
2014-10-17
1
-5
/
+5
*
Add two sysctl(8) to enable/disable NFSv4 server to check when setting
araujo
2014-10-16
1
-2
/
+14
*
Fix failures and warnings reported by newpynfs20090424 test tool.
araujo
2014-10-03
3
-20
/
+64
*
Change the NFS server's printf related to hitting
rmacklem
2014-08-10
1
-4
/
+3
*
Do not generate 1000 unique lock names for nfsrc hash chain locks.
kib
2014-07-31
1
-15
/
+8
*
The new NFSv3 server did not generate directory postop attributes for
rmacklem
2014-07-04
1
-2
/
+4
*
Merge the NFSv4.1 server code in projects/nfsv4.1-server over
rmacklem
2014-07-01
7
-250
/
+1632
*
Change NFS readdir() to only ignore cookies preceding the given offset for
bdrewery
2014-07-01
1
-12
/
+9
*
The new NFS server would not allow a hard link to be
rmacklem
2014-06-06
1
-7
/
+0
*
The new draft specification for NFSv4.0 specifies that a server
rmacklem
2014-05-03
1
-0
/
+3
*
The PR reported that the old NFS server did not set uio_td == NULL
rmacklem
2014-04-24
1
-0
/
+1
*
Remove an unnecessary level of indirection for an argument.
rmacklem
2014-04-23
1
-7
/
+6
*
Fix NFS deadlock vulnerability. [SA-14:05]
delphij
2014-04-08
1
-5
/
+20
*
Update kernel inclusions of capability.h to use capsicum.h instead; some
rwatson
2014-03-16
1
-1
/
+1
*
Fix lock leak in purely hypothetical case of TCP connection without SVC_ACK
mav
2014-01-14
2
-10
/
+12
*
Fix off-by-one error in r260229.
mav
2014-01-07
1
-1
/
+1
*
Rework NFS Duplicate Request Cache cleanup logic.
mav
2014-01-03
4
-152
/
+107
*
Slightly simplify expiration logic introduced in r254337.
mav
2013-12-25
1
-12
/
+20
*
The NFSv4 server would call VOP_SETATTR() with a shared locked vnode
rmacklem
2013-12-25
2
-4
/
+11
*
An intermittent problem with NFSv4 exporting of ZFS snapshots was
rmacklem
2013-12-24
1
-0
/
+37
*
Fix RPC server threads file handle affinity to work better with ZFS.
mav
2013-12-23
1
-7
/
+11
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-1
/
+4
*
Fix several performance related issues in the new NFS server's
rmacklem
2013-08-14
2
-79
/
+221
*
- Convert the bufobj lock to rwlock.
jeff
2013-05-31
1
-1
/
+1
*
Fix typo in comment.
des
2013-05-15
1
-1
/
+1
*
Fix a bug that allows NFS clients to issue READDIR on files.
des
2013-04-29
1
-0
/
+2
*
Move the NFS FHA (File Handle Affinity) code from sys/nfsserver to
ken
2013-04-17
2
-2
/
+2
*
Revamp the old NFS server's File Handle Affinity (FHA) code so that
ken
2013-04-17
5
-6
/
+323
*
MFC
attilio
2013-03-02
1
-4
/
+4
|
\
|
*
Merge Capsicum overhaul:
pjd
2013-03-02
1
-4
/
+4
*
|
Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to
attilio
2013-02-20
1
-4
/
+4
|
/
*
Further cleanups to use of timestamps in NFS:
jhb
2013-01-25
2
-15
/
+4
*
Make it possible to force async at server side on new NFS server, similar
delphij
2013-01-18
1
-1
/
+12
*
Use vfs_timestamp() to set file timestamps rather than invoking
jhb
2013-01-18
1
-15
/
+5
*
Move the NFSv4.1 client patches over from projects/nfsv4.1-client
rmacklem
2012-12-08
1
-1
/
+2
[next]