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
/
nfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove most of the remaining sysctl name list macros. They were only
jhb
2013-08-26
1
-5
/
+0
*
Fix several performance related issues in the new NFS server's
rmacklem
2013-08-14
2
-6
/
+9
*
The NFSv4 server incorrectly assumed that the high order words of
rmacklem
2013-07-20
1
-7
/
+7
*
Add support for host-based (Kerberos 5 service principal) initiator
rmacklem
2013-07-09
2
-33
/
+29
*
Revamp the old NFS server's File Handle Affinity (FHA) code so that
ken
2013-04-17
6
-14
/
+43
*
Revert 195703 and 195821 as this special stop handling in NFS is now
jhb
2013-03-13
1
-7
/
+0
*
Finish r243882: mechanically substitute flags from historic mbuf
glebius
2013-03-12
1
-8
/
+8
*
Merge Capsicum overhaul:
pjd
2013-03-02
1
-2
/
+0
*
Further refine the handling of stop signals in the NFS client. The
jhb
2013-02-21
1
-2
/
+0
*
Rework the handling of stop signals in the NFS client. The changes in
jhb
2013-02-06
1
-3
/
+5
*
Assert that the mbuf in the chain has sane length. Proper place for
kib
2013-02-01
1
-0
/
+1
*
Further cleanups to use of timestamps in NFS:
jhb
2013-01-25
3
-15
/
+6
*
Use the VA_UTIMES_NULL flag to detect when NULL was passed to utimes()
jhb
2013-01-16
1
-5
/
+2
*
- More properly handle interrupted NFS requests on an interruptible mount
jhb
2013-01-15
1
-0
/
+6
*
Move the NFSv4.1 client patches over from projects/nfsv4.1-client
rmacklem
2012-12-08
9
-107
/
+910
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
2
-3
/
+3
*
Add an nfssvc() option to the kernel for the new NFS client
rmacklem
2012-12-02
1
-0
/
+1
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-1
/
+1
*
Modify the NFSv4 client so that it can handle owner
rmacklem
2012-09-20
4
-20
/
+53
*
Add a simple printf() based debug facility to the new nfs client.
rmacklem
2012-09-09
2
-0
/
+9
*
The header uma_int.h is internal uma header, unused by this source
kib
2012-08-04
1
-1
/
+0
*
A problem with the NFSv4 server was reported by Andrew Leonard
rmacklem
2012-05-17
1
-3
/
+1
*
Remove fifo.h. The only used function declaration from the header is
kib
2012-03-11
1
-1
/
+0
*
Delete a couple of out of date comments that are no longer true in
rmacklem
2012-02-16
1
-3
/
+0
*
Martin Cracauer reported a problem to freebsd-current@ under the
rmacklem
2012-01-20
1
-18
/
+31
*
jwd@ reported via email that the "CacheSize" field reported by "nfsstat -e -s"
rmacklem
2012-01-11
1
-1
/
+0
*
opt_inet6.h was missing from some files in the new NFS subsystem.
rmacklem
2012-01-08
2
-1
/
+2
*
Use strchr() and strrchr().
ed
2012-01-02
1
-1
/
+1
*
jwd@ reported a problem via email where the old NFS client would
rmacklem
2011-12-21
1
-6
/
+57
*
Post r223774, the NFSv4 client no longer has multiple instances
rmacklem
2011-12-03
1
-1
/
+10
*
Add two arguments to the nfsrpc_rellockown() function in the NFSv4
rmacklem
2011-11-20
1
-2
/
+2
*
Post r223774 the NFSv4 client never uses the linked list with the
rmacklem
2011-11-20
1
-1
/
+0
*
Revert revision 224079 as Rick pointed out that I would be calling VOP_PATHCONF
zack
2011-07-17
2
-13
/
+6
*
The new NFSv4 client handled NFSERR_GRACE as a fatal error
rmacklem
2011-07-16
1
-1
/
+3
*
Add DEXITCODE plumbing to NFS.
zack
2011-07-16
5
-107
/
+209
*
Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...
zack
2011-07-16
1
-1
/
+1
*
Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...
zack
2011-07-16
1
-1
/
+1
*
Remove unnecessary thread pointer from VOPLOCK macros and current users.
zack
2011-07-16
1
-3
/
+6
*
Change loadattr and fillattr to ask the file system for the pathconf variable.
zack
2011-07-16
2
-4
/
+12
*
Move nfsvno_pathconf to be accessible to sys/fs/nfs; no functionality change.
zack
2011-07-16
2
-2
/
+45
*
Small acl patch to return the aclerror that comes back from nfsrv_dissectacl(...
zack
2011-07-16
1
-2
/
+2
*
Modify the new NFSv4 client so that it appends a file handle
rmacklem
2011-07-03
1
-0
/
+1
*
Fix the new NFSv4 client so that it doesn't fill the cached
rmacklem
2011-06-28
1
-3
/
+12
*
Plug an mbuf leak in the new NFS client that occurred when a
rmacklem
2011-06-22
1
-0
/
+2
*
Fix the new NFSv4 client so that it uses the same uid as
rmacklem
2011-06-22
1
-0
/
+14
*
Fix the kgssapi so that it can be loaded as a module. Currently
rmacklem
2011-06-19
1
-10
/
+4
*
Add DTrace support to the new NFS client. This is essentially
rmacklem
2011-06-18
3
-0
/
+113
*
The new NFSv4 client was erroneously using "p" instead of
rmacklem
2011-06-05
1
-9
/
+10
*
Fix the new NFS client so that it handles NFSv4 state
rmacklem
2011-05-27
2
-5
/
+18
*
Fix the new NFS client so that it correctly sets the "must_commit"
rmacklem
2011-05-25
1
-1
/
+1
[next]