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
*
MFC: r259854
rmacklem
2014-01-01
2
-4
/
+11
*
MFC: r259845
rmacklem
2013-12-31
1
-0
/
+37
*
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
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
3
-7
/
+7
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-7
/
+3
*
Add two new options to the nfssvc(2) syscall that allow
rmacklem
2012-10-14
2
-1
/
+43
*
Fix the mis-handling of the VV_TEXT on the nullfs vnodes.
kib
2012-09-28
1
-1
/
+1
*
Modify the NFSv4 client so that it can handle owner
rmacklem
2012-09-20
1
-2
/
+4
*
Fix two cases in the new NFS server where a tsleep() is
rmacklem
2012-05-12
1
-6
/
+9
*
Use the common api helper routine instead of freeing the namei
jwd
2012-05-08
1
-2
/
+1
*
Fix a leak of namei lookup path buffers that occurs when a
rmacklem
2012-04-27
1
-0
/
+4
*
This change creates a new list of active vnodes associated with
mckusick
2012-04-20
1
-0
/
+2
*
The name caching changes of r230394 exposed an intermittent bug
rmacklem
2012-03-03
1
-0
/
+1
*
hrs@ reported a panic to freebsd-stable@ under the subject line
rmacklem
2012-02-23
1
-6
/
+5
*
Fix found places where uio_resid is truncated to int.
kib
2012-02-21
1
-1
/
+1
*
Delete a couple of out of date comments that are no longer true in
rmacklem
2012-02-16
1
-5
/
+1
*
Tai Horgan reported via email that there were two places in
rmacklem
2012-01-14
1
-2
/
+2
*
Patch the new NFS server in a manner analagous to r228520 for the
rmacklem
2011-12-16
1
-1
/
+7
*
This patch adds a sysctl to the NFSv4 server which optionally disables the
rmacklem
2011-12-04
1
-1
/
+9
*
Enhance the sequential access heuristic used to perform readahead in the
jhb
2011-12-01
1
-52
/
+69
*
This patch enables the new/default NFS server's use of shared
rmacklem
2011-11-22
1
-9
/
+1
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-1
/
+1
*
Fix the NFS servers so that they can do a Lookup of "..",
rmacklem
2011-09-03
1
-0
/
+1
*
Fix the NFSv4 server so that it returns NFSERR_SYMLINK when
rmacklem
2011-08-20
1
-5
/
+4
*
Fix a merge conflict.
jonathan
2011-08-16
1
-1
/
+0
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-1
/
+9
*
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
7
-439
/
+684
*
Simple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED. This is done so that N...
zack
2011-07-16
2
-4
/
+4
*
Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...
zack
2011-07-16
4
-19
/
+19
*
Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...
zack
2011-07-16
4
-15
/
+15
*
Remove unnecessary thread pointer from VOPLOCK macros and current users.
zack
2011-07-16
3
-11
/
+11
*
Move nfsvno_pathconf to be accessible to sys/fs/nfs; no functionality change.
zack
2011-07-16
1
-43
/
+0
*
Small acl patch to return the aclerror that comes back from nfsrv_dissectacl(...
zack
2011-07-16
1
-1
/
+1
*
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
[next]