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
/
nfsclient
Commit message (
Expand
)
Author
Age
Files
Lines
*
Further refine the handling of stop signals in the NFS client. The
jhb
2013-02-21
2
-3
/
+1
*
Rework the handling of stop signals in the NFS client. The changes in
jhb
2013-02-06
1
-3
/
+5
*
Further cleanups to use of timestamps in NFS:
jhb
2013-01-25
1
-8
/
+5
*
Use vfs_timestamp() to set file timestamps rather than invoking
jhb
2013-01-18
1
-3
/
+3
*
Use the VA_UTIMES_NULL flag to detect when NULL was passed to utimes()
jhb
2013-01-16
1
-2
/
+2
*
- More properly handle interrupted NFS requests on an interruptible mount
jhb
2013-01-15
1
-4
/
+12
*
Move the NFSv4.1 client patches over from projects/nfsv4.1-client
rmacklem
2012-12-08
1
-0
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
2
-9
/
+9
*
r16312 is not any longer real since many years (likely since when VFS
attilio
2012-11-19
1
-6
/
+0
*
Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.
attilio
2012-11-09
1
-1
/
+1
*
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
*
PR# 165923 reported intermittent write failures for dirty
rmacklem
2012-05-12
4
-1
/
+25
*
Fix mount mutex handling missed in r234386.
mckusick
2012-05-10
1
-1
/
+0
*
Fix mount mutex handling missed in r234386.
pluknet
2012-05-05
1
-0
/
+1
*
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
-18
/
+3
*
Remove fifo.h. The only used function declaration from the header is
kib
2012-03-11
1
-2
/
+0
*
Post r230394, the Lookup RPC counts for both NFS clients increased
rmacklem
2012-03-03
1
-11
/
+15
*
Fix the NFS clients so that they use copyin() instead of bcopy(),
rmacklem
2012-03-01
1
-1
/
+16
*
Adjust the nfs_skip_wcc_data_onerr setting so that it does not block
jhb
2012-02-24
1
-5
/
+7
*
Fix found places where uio_resid is truncated to int.
kib
2012-02-21
1
-7
/
+7
*
Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:
bz
2012-02-17
1
-2
/
+2
*
Rename cache_lookup_times() to cache_lookup() and retire the old API and
jhb
2012-02-06
1
-1
/
+1
*
Current implementations of sync(2) and syncer vnode fsync() VOP uses
kib
2012-02-06
1
-1
/
+1
*
When a "mount -u" switches an NFS mount point from TCP to UDP,
rmacklem
2012-01-31
1
-0
/
+14
*
A problem with respect to data read through the buffer cache for both
rmacklem
2012-01-27
1
-9
/
+5
*
Revert r230516, since it doesn't really fix the problem.
rmacklem
2012-01-26
1
-17
/
+0
*
Fix remaining calls to cache_enter() in both NFS clients to provide
kib
2012-01-25
1
-4
/
+0
*
Add a timeout on positive name cache entries in the NFS client. That is,
jhb
2012-01-25
3
-7
/
+26
*
If a mount -u is done to either NFS client that switches it
rmacklem
2012-01-25
1
-0
/
+17
*
Close a race in NFS lookup processing that could result in stale name cache
jhb
2012-01-20
4
-73
/
+65
*
Make sure all intermediate variables holding mount flags (mnt_flag)
mckusick
2012-01-17
1
-1
/
+1
*
jwd@ reported a problem via email where the old NFS client would
rmacklem
2011-12-21
1
-6
/
+56
*
Rename vm_page_set_valid() to vm_page_set_valid_range().
kib
2011-11-30
1
-1
/
+1
*
The old NFS client will crash due to the reply being m_freem()'d
rmacklem
2011-11-19
1
-0
/
+5
*
Finish making 'wcommitsize' an NFS client mount option.
jhb
2011-11-14
1
-1
/
+10
*
Merge 220876, 220877, and 221537 from the new NFS client to the old:
jhb
2011-08-09
3
-7
/
+14
*
Fix a LOR in the NFS client which could cause a deadlock.
rmacklem
2011-08-02
2
-2
/
+21
*
Fix the kgssapi so that it can be loaded as a module. Currently
rmacklem
2011-06-19
1
-9
/
+3
*
In the VOP_PUTPAGES() implementations, change the default error from
kib
2011-06-01
1
-6
/
+2
*
Add a check for MNTK_UNMOUNTF at the beginning of nfs_sync()
rmacklem
2011-05-29
1
-1
/
+11
*
Eliminate duplicate #include's.
alc
2011-05-22
1
-1
/
+0
*
Add a sanity check for the existence of an "addr" option
rmacklem
2011-05-18
1
-0
/
+4
*
Fix a comment that got missed by r221973 which changed
rmacklem
2011-05-16
1
-1
/
+1
*
Change the sysctl naming for the old and new NFS clients
rmacklem
2011-05-15
5
-31
/
+31
*
Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h so
rmacklem
2011-05-06
4
-123
/
+3
*
Fix the module dependency in nfs_kdtrace.c for the old NFS
rmacklem
2011-05-06
1
-1
/
+1
*
Implemented a mount option "nocto" that disables cache coherency
ru
2011-05-04
3
-2
/
+6
[next]