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
/
nfs_clrpcops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFS: spelling fixes on comments.
pfg
2016-04-29
1
-5
/
+5
*
Bruce Evans reported that there was a performance regression between
rmacklem
2016-04-11
1
-1
/
+1
*
Cleanup unnecessary semicolons from the kernel.
pfg
2016-04-10
1
-3
/
+3
*
Make nfscl_getmyip() use new routing KPI.
melifaro
2016-01-15
1
-1
/
+2
*
Revert r283330 since it broke directory caching in the client.
rmacklem
2015-11-21
1
-0
/
+38
*
Alex Burlyga reported a POLA violation for the new NFS client as
rmacklem
2015-07-03
1
-3
/
+20
*
The NFS client generated directory block(s) with d_fileno == 0
rmacklem
2015-05-23
1
-38
/
+0
*
Prevent a double free.
pfg
2015-04-20
1
-1
/
+3
*
nfsrpc_createv4: fix double free.
pfg
2015-04-19
1
-1
/
+3
*
Fixes mkdir for the NFSv2 client that was broken by r264705.
rmacklem
2014-04-22
1
-1
/
+1
*
Modify the NFSv4 client create/mkdir RPC so that it acquires
rmacklem
2014-04-20
1
-0
/
+16
*
Modify the NFSv4 client open/create RPC so that it acquires
rmacklem
2014-04-19
1
-4
/
+16
*
Modify the Lookup RPC for NFSv4 so that it acquires directory
rmacklem
2014-04-18
1
-25
/
+32
*
Be conservative and do not try to consume more bytes than was
kib
2013-01-27
1
-1
/
+1
*
Move the NFSv4.1 client patches over from projects/nfsv4.1-client
rmacklem
2012-12-08
1
-100
/
+1745
*
Add a simple printf() based debug facility to the new nfs client.
rmacklem
2012-09-09
1
-1
/
+2
*
Post r230394, the Lookup RPC counts for both NFS clients increased
rmacklem
2012-03-03
1
-2
/
+11
*
Close a race in NFS lookup processing that could result in stale name cache
jhb
2012-01-20
1
-2
/
+3
*
opt_inet6.h was missing from some files in the new NFS subsystem.
rmacklem
2012-01-08
1
-0
/
+2
*
During investigation of an NFSv4 client crash reported by glebius@,
rmacklem
2011-12-23
1
-6
/
+4
*
Add two arguments to the nfsrpc_rellockown() function in the NFSv4
rmacklem
2011-11-20
1
-6
/
+5
*
Modify the new NFSv4 client so that it appends a file handle
rmacklem
2011-07-03
1
-19
/
+27
*
Fix the new NFSv4 client so that it doesn't fill the cached
rmacklem
2011-06-28
1
-2
/
+2
*
The new NFSv4 client was erroneously using "p" instead of
rmacklem
2011-06-05
1
-9
/
+9
*
Fix the new NFS client so that it correctly sets the "must_commit"
rmacklem
2011-05-25
1
-6
/
+9
*
Modify the offset + size checks for read and write in the
rmacklem
2011-04-20
1
-3
/
+6
*
Fix up handling of the nfsmount structure in read and write
rmacklem
2011-04-19
1
-11
/
+11
*
Revert r220761 since, as kib@ pointed out, the case of
rmacklem
2011-04-18
1
-5
/
+0
*
Add checks for MNTK_UNMOUNTF at the beginning of three
rmacklem
2011-04-17
1
-0
/
+5
*
Fix readdirplus in the experimental NFS client so that it
rmacklem
2011-04-17
1
-1
/
+22
*
Add a lktype flags argument to nfscl_nget() and ncl_nget() in the
rmacklem
2011-04-16
1
-1
/
+1
*
Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()
rmacklem
2011-04-14
1
-1
/
+1
*
Modify the experimental NFSv4 server so that it handles
rmacklem
2011-04-14
1
-2
/
+2
*
This patch fixes the Experimental NFS client to properly deal with 32 bit or 64
zack
2011-03-30
1
-3
/
+3
*
Store the full timestamp when caching timestamps of files and
jhb
2010-09-07
1
-2
/
+1
*
For the experimental NFSv4 client, make sure that attributes that
rmacklem
2010-07-13
1
-0
/
+14
*
In NFS clients, instead of inconsistently using #ifdef
kib
2010-06-13
1
-12
/
+7
*
Delete a diagnostic statement that is no longer useful from
rmacklem
2010-04-28
1
-4
/
+0
*
An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCs
rmacklem
2010-04-24
1
-12
/
+14
*
When the experimental NFS client is handling an NFSv4 server reboot
rmacklem
2010-04-22
1
-4
/
+12
*
The experimental NFS client was not filling in recovery credentials
rmacklem
2010-04-15
1
-1
/
+7
*
Fix the experimental NFS client so that it can create Unix
rmacklem
2009-12-31
1
-4
/
+9
*
Remove unneeded ifdefs.
trasz
2009-12-03
1
-10
/
+0
*
When vfs.newnfs.callback_addr is set to an IPv4 address, the
rmacklem
2009-07-22
1
-1
/
+1
*
Since the nfscl_getclose() function both decremented open counts and,
rmacklem
2009-07-09
1
-83
/
+79
*
Change the experimental NFSv4 client so that it does not do
rmacklem
2009-05-18
1
-4
/
+7
*
Add the experimental nfs subtree to the kernel, that includes
rmacklem
2009-05-04
1
-0
/
+4173