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
/
nfsclient
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC: r273486
rmacklem
2014-11-05
1
-6
/
+16
*
MFC: r268115
rmacklem
2014-08-01
1
-1
/
+1
*
MFC r268764:
kib
2014-07-30
1
-4
/
+0
*
MFC: r268008
rmacklem
2014-07-13
1
-17
/
+17
*
MFC: r264842
rmacklem
2014-05-07
1
-2
/
+5
*
MFC: r264738
rmacklem
2014-05-06
1
-1
/
+3
*
MFC: r264705, r264749
rmacklem
2014-05-06
2
-1
/
+17
*
MFC: r264681
rmacklem
2014-05-06
2
-5
/
+17
*
MFC: r264672
rmacklem
2014-05-06
2
-27
/
+43
*
MFC: r259801
rmacklem
2013-12-31
1
-1
/
+1
*
MFC: r259771
rmacklem
2013-12-30
1
-6
/
+11
*
MFC: r259084
rmacklem
2013-12-30
4
-11
/
+42
*
MFC: r257901
rmacklem
2013-12-11
1
-2
/
+3
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-4
/
+5
*
Crashes have been observed for NFSv4.1 mounts when the system
rmacklem
2013-09-04
1
-11
/
+9
*
Forced dismounts of NFS mounts can fail when thread(s) are stuck
rmacklem
2013-09-01
1
-0
/
+15
*
Add support for host-based (Kerberos 5 service principal) initiator
rmacklem
2013-07-09
1
-1
/
+4
*
A problem with the old NFS client where large writes to large files
rmacklem
2013-07-03
1
-2
/
+13
*
Fix r252074 so that it builds on 64bit arches.
rmacklem
2013-06-22
1
-3
/
+1
*
The NFSv4.1 LayoutCommit operation requires a valid offset and length.
rmacklem
2013-06-21
1
-8
/
+20
*
When the NFSv4.1 client is writing to a pNFS Data Server (DS), the
rmacklem
2013-06-21
2
-4
/
+25
*
Since some NFSv4 servers enforce the requirement for a reserved port#,
rmacklem
2013-06-21
1
-6
/
+0
*
- Convert the bufobj lock to rwlock.
jeff
2013-05-31
1
-1
/
+1
*
Post-r248567, there were times when the client would return a
rmacklem
2013-05-28
1
-4
/
+2
*
Add support for the eofflag to nfs_readdir() in the new NFS
rmacklem
2013-05-12
1
-1
/
+8
*
When an NFS unmount occurs, once vflush() writes the last dirty
rmacklem
2013-04-18
2
-1
/
+20
*
Both NFS clients can deadlock when using the "rdirplus" mount
rmacklem
2013-04-18
1
-2
/
+10
*
Revamp the old NFS server's File Handle Affinity (FHA) code so that
ken
2013-04-17
1
-1
/
+1
*
Strip the unnneeded spaces, mostly at the end of lines.
kib
2013-04-01
1
-46
/
+46
*
Initialize the variable to avoid (false) compiler warning about
kib
2013-03-21
1
-0
/
+1
*
Do not call vnode_pager_setsize() while a NFS node mutex is
kib
2013-03-21
1
-1
/
+9
*
Fix remainder calculation when biosize is not a power of 2
emaste
2013-03-19
1
-3
/
+3
*
Revert 195703 and 195821 as this special stop handling in NFS is now
jhb
2013-03-13
2
-7
/
+7
*
MFC
attilio
2013-03-02
1
-1
/
+1
|
\
|
*
Merge Capsicum overhaul:
pjd
2013-03-02
1
-1
/
+1
|
*
Further refine the handling of stop signals in the NFS client. The
jhb
2013-02-21
1
-1
/
+1
*
|
MFC
attilio
2013-02-21
1
-1
/
+1
*
|
MFC
attilio
2013-02-21
1
-3
/
+1
|
\
\
|
|
/
|
*
The request queue is already locked, so we don't need the splsofclock/splx
imp
2013-02-21
1
-3
/
+1
*
|
Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to
attilio
2013-02-20
3
-13
/
+13
*
|
Switch vm_object lock to be a rwlock.
attilio
2013-02-20
1
-0
/
+1
|
/
*
Be conservative and do not try to consume more bytes than was
kib
2013-01-27
1
-1
/
+1
*
Further cleanups to use of timestamps in NFS:
jhb
2013-01-25
1
-5
/
+5
*
Use vfs_timestamp() to set file timestamps rather than invoking
jhb
2013-01-18
1
-3
/
+3
*
Remove a no-longer-used variable after the previous change to use
jhb
2013-01-17
1
-2
/
+0
*
Use the VA_UTIMES_NULL flag to detect when NULL was passed to utimes()
jhb
2013-01-16
1
-2
/
+2
*
Add "nfsstat -m" support for the two new NFS mount options
rmacklem
2012-12-09
1
-0
/
+6
*
Move the NFSv4.1 client patches over from projects/nfsv4.1-client
rmacklem
2012-12-08
11
-268
/
+3055
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-2
/
+2
*
Add an nfssvc() option to the kernel for the new NFS client
rmacklem
2012-12-02
2
-0
/
+127
[next]