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
*
nfsclient/nfs_bio.c has a PHOLD() without a PRELE(). Neither should
das
2004-10-01
1
-3
/
+1
*
Remove support for using NFS device nodes.
phk
2004-09-28
3
-97
/
+2
*
Remove NFS4 vop method vector for devices: we are desupporing device nodes
phk
2004-09-27
1
-1
/
+2
*
style consistency.
phk
2004-09-27
1
-1
/
+1
*
Remove unused B_WRITEINPROG flag
phk
2004-09-15
2
-13
/
+3
*
Explicitly pass vnode to nfs_doio() and mountpoint to nfs_asyncio().
phk
2004-09-07
4
-22
/
+15
*
In nfs_timer(), pass curthread rather than &thread0 into the protocol
rwatson
2004-08-25
1
-4
/
+2
*
Put a version element in the VFS filesystem configuration structure
phk
2004-07-30
1
-4
/
+3
*
Move a relic to its correct location(s): Put nfs diskless initialization
phk
2004-07-28
2
-0
/
+17
*
Remove global variable rootdevs and rootvp, they are unused as such.
phk
2004-07-28
1
-2
/
+0
*
Eliminate unused second argument to reassignbuf() and simplify it
phk
2004-07-25
1
-1
/
+1
*
Turn off SO_REUSEADDR and SO_REUSEPORT, they were causing EADDRINUSE
alfred
2004-07-13
1
-5
/
+1
*
Rename Alfred's kern_setsockopt to so_setsockopt, as this seems a
dwmalone
2004-07-12
1
-2
/
+2
*
Make VFS_ROOT() and vflush() take a thread argument.
alfred
2004-07-12
1
-2
/
+2
*
Use SO_REUSEADDR and SO_REUSEPORT when reconnecting NFS mounts.
alfred
2004-07-12
1
-2
/
+10
*
Change the following environment variables to kernel options:
brian
2004-07-08
2
-91
/
+81
*
Change the following kernel options to environment variables:
brian
2004-07-08
2
-81
/
+91
*
Acquire socket lock in nfs_connect() connection/sleep loop to protect
rwatson
2004-07-06
1
-6
/
+6
*
use vfs_suser() to restrict access to the nfs mount's timeout.
alfred
2004-07-06
1
-0
/
+3
*
NFS mobility Phase VI:
alfred
2004-07-06
1
-1
/
+50
*
NFS mobility PHASE I, II & III (phase VI, and V pending):
alfred
2004-07-06
6
-94
/
+267
*
When we traverse the vnodes on a mountpoint we need to look out for
phk
2004-07-04
2
-16
/
+3
*
When updating sb_flags, acquire the socket buffer lock to prevent
rwatson
2004-06-24
1
-0
/
+4
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-1
/
+1
*
Remove bad cookie vp kernel printf; while it does notify about an
rwatson
2004-06-17
1
-1
/
+0
*
Convert GIANT_REQUIRED to NET_ASSERT_GIANT where Giant is used to
rwatson
2004-06-16
3
-6
/
+6
*
Make vm_page's PG_ZERO flag immutable between the time of the page's
alc
2004-05-06
1
-2
/
+0
*
Let the NFS client notice a file's size changing as a modification.
peadar
2004-04-14
3
-3
/
+13
*
Unbreak build: s/TAILQ_ISEMPTY/TAILQ_EMPTY/g
marcel
2004-04-11
1
-1
/
+1
*
Clean up properly when unloading NFS client module.
peadar
2004-04-11
4
-2
/
+35
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
15
-60
/
+0
*
Spell 2 as SHUT_RDWR when used as an argument to soshutdown().
rwatson
2004-04-04
1
-1
/
+1
*
Flush cached access mode after modifying a files attributes for
peadar
2004-04-03
1
-0
/
+2
*
Reset callout if in nfs_timeout and rpcclnt_timeout functions. Timer
kan
2004-03-28
1
-0
/
+1
*
only do nfs rpc callouts if there is work to do.
rees
2004-03-25
3
-6
/
+8
*
Add a comment with an explanation why we don't report EPIPE errors on
pjd
2004-03-17
1
-0
/
+5
*
Don't report EPIPE errors on nfs sockets. These can be due to idle tcp
pjd
2004-03-17
1
-2
/
+5
*
Calculate NFS timeouts in units of 10ms, not 5ms. This matches the default
peter
2004-03-14
1
-1
/
+1
*
Allow kernel with the BOOTP option to boot when DHCP/BOOTP sets the root
brooks
2004-03-12
1
-11
/
+37
*
Properly vector all bwrite() and BUF_WRITE() calls through the same path
phk
2004-03-11
2
-3
/
+3
*
Remove unused second arg to vfinddev().
phk
2004-03-11
1
-3
/
+4
*
Rename dup_sockaddr() to sodupsockaddr() for consistency with other
rwatson
2004-03-01
1
-1
/
+1
*
NFSv4 fixes from Connectathon 2004:
rees
2004-02-27
1
-2
/
+0
*
If mountnfs returns an error, it will have already freed nam; no need to
cperciva
2004-02-22
1
-1
/
+0
*
Locking for the per-process resource limits structure.
jhb
2004-02-04
1
-6
/
+9
*
Bump the NFCv3/TCP defaults for rsize and wsize from 8K to 32K to match
obrien
2004-01-31
1
-5
/
+21
*
Use function pointers to remove the depenancy cross dependancy on nfs4
alfred
2003-11-22
6
-28
/
+36
*
Move the declaration for "struct nfs4_fctx" out from under #ifdef KERNEL
alfred
2003-11-15
1
-14
/
+14
*
unbreak LINT.
alfred
2003-11-15
1
-7
/
+7
*
University of Michigan's Citi NFSv4 kernel client code.
alfred
2003-11-14
16
-15
/
+148
[next]