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_nfsdport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC: r268273
rmacklem
2014-08-03
1
-2
/
+4
*
MFC: r268115
rmacklem
2014-08-01
1
-0
/
+21
*
MFC r268114:
bdrewery
2014-07-21
1
-12
/
+9
*
MFC: r265252
rmacklem
2014-05-08
1
-0
/
+3
*
MFC: r264888
rmacklem
2014-05-08
1
-0
/
+1
*
MFC r260229, r260258, r260367, r260390, r260459, r260648:
mav
2014-01-22
1
-35
/
+9
*
MFC: r259854
rmacklem
2014-01-01
1
-1
/
+8
*
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
1
-4
/
+14
*
- 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
*
Revamp the old NFS server's File Handle Affinity (FHA) code so that
ken
2013-04-17
1
-2
/
+4
*
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
|
/
*
Use vfs_timestamp() to set file timestamps rather than invoking
jhb
2013-01-18
1
-15
/
+5
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-2
/
+2
*
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
1
-1
/
+23
*
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
*
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
*
Delete a couple of out of date comments that are no longer true in
rmacklem
2012-02-16
1
-5
/
+1
*
Patch the new NFS server in a manner analagous to r228520 for the
rmacklem
2011-12-16
1
-1
/
+7
*
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 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
*
Add DEXITCODE plumbing to NFS.
zack
2011-07-16
1
-66
/
+178
*
Simple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED. This is done so that N...
zack
2011-07-16
1
-1
/
+1
*
Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...
zack
2011-07-16
1
-8
/
+8
*
Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...
zack
2011-07-16
1
-6
/
+6
*
Remove unnecessary thread pointer from VOPLOCK macros and current users.
zack
2011-07-16
1
-5
/
+5
*
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
*
Modify the new NFS server so that the NFSv3 Pathconf RPC
rmacklem
2011-06-04
1
-0
/
+30
*
Add a lock flags argument to the VFS_FHTOVP() file system
rmacklem
2011-05-22
1
-2
/
+2
*
Change the new NFS server so that it uses vfs.nfsd naming
rmacklem
2011-05-08
1
-6
/
+6
*
Change the new NFS server so that it returns 0 when the f_bavail
rmacklem
2011-05-06
1
-1
/
+16
*
Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()
rmacklem
2011-04-14
1
-7
/
+14
*
Modify the experimental NFSv4 server so that it handles
rmacklem
2011-04-14
1
-17
/
+54
*
Vrele ni_startdir in the experimental NFS server for the case
rmacklem
2011-04-11
1
-3
/
+2
*
Add some cleanup code to the module unload operation for
rmacklem
2011-04-10
1
-0
/
+8
[next]