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
*
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
*
r16312 is not any longer real since many years (likely since when VFS
attilio
2012-11-19
2
-12
/
+0
*
In pget(9), if PGET_NOTWEXIT flag is not specified, also search the
kib
2012-11-16
1
-25
/
+0
*
Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.
attilio
2012-11-09
1
-2
/
+1
*
Modify the NFSv4 client so that it can handle owner
rmacklem
2012-09-20
1
-3
/
+3
*
Add a simple printf() based debug facility to the new nfs client.
rmacklem
2012-09-09
1
-1
/
+2
*
Do not leave invalid pages in the object after the short read for a
kib
2012-08-14
1
-4
/
+8
*
After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason
kib
2012-08-05
1
-0
/
+1
*
Reduce code duplication and exposure of direct access to struct
kib
2012-08-04
1
-30
/
+2
*
Do not override an error from uiomove() with (non-)error result from
kib
2012-07-02
1
-3
/
+6
*
Enable deadlock avoidance code for NFS client.
kib
2012-06-21
2
-3
/
+4
*
Fix the NFSv4 client for the case where mmap'd files are
rmacklem
2012-06-18
1
-5
/
+15
*
Move the nfsrpc_close() call in ncl_reclaim() for the NFSv4 client
rmacklem
2012-06-17
1
-9
/
+9
*
Improve handling of uiomove(9) errors for the NFS client.
kib
2012-06-06
1
-8
/
+48
*
Capitalize start of sentence.
kib
2012-05-30
1
-1
/
+1
*
PR# 165923 reported intermittent write failures for dirty
rmacklem
2012-05-12
4
-1
/
+25
*
It was reported via email that some non-FreeBSD NFS servers
rmacklem
2012-04-27
1
-1
/
+4
*
Remove unused thread argument from vtruncbuf().
trasz
2012-04-23
1
-1
/
+1
*
Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.
mckusick
2012-04-17
2
-19
/
+4
*
Add sysctl vfs.nfs.nfs_keep_dirty_on_error to switch the nfs client
kib
2012-03-17
2
-3
/
+10
*
Post r230394, the Lookup RPC counts for both NFS clients increased
rmacklem
2012-03-03
2
-22
/
+34
*
Fix the NFS clients so that they use copyin() instead of bcopy(),
rmacklem
2012-03-01
1
-1
/
+16
*
Fix found places where uio_resid is truncated to int.
kib
2012-02-21
2
-9
/
+10
*
Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:
bz
2012-02-17
2
-4
/
+6
*
r228827 fixed a problem where copying of NFSv4 open credentials into
rmacklem
2012-02-07
1
-2
/
+6
*
Rename cache_lookup_times() to cache_lookup() and retire the old API and
jhb
2012-02-06
1
-1
/
+1
[next]