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
*
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
*
1. Consolidate mount struct allocation/destruction into a common code in
kan
2003-11-12
1
-23
/
+3
*
Stop using shared locks for nfs vop locks.
alfred
2003-11-11
1
-3
/
+0
*
Assert GIANT_REQUIRED where sockets are manipulated. This is
sam
2003-11-07
4
-0
/
+16
*
Remove mntvnode_mtx and replace it with per-mountpoint mutex.
kan
2003-11-05
2
-10
/
+11
*
Take care not to call vput if thread used in corresponding vget
kan
2003-11-02
1
-1
/
+2
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
2
-8
/
+6
*
DuH!
phk
2003-10-18
1
-1
/
+1
*
Initialize bp->b_offset before calling VOP_STRATEGY().
phk
2003-10-18
2
-8
/
+1
*
We do not get B_PHYS buffers here anymore. /dev/drum is long gone.
phk
2003-10-18
1
-24
/
+2
*
Since the addition of the VI_DOINGINACT flag some time ago,
iedowse
2003-10-05
1
-15
/
+1
*
- Remove an incorrect XXX comment. This code does respect the XLOCK since
jeff
2003-10-05
1
-1
/
+0
*
- Check the XLOCK before we inspect the vnode.
jeff
2003-10-05
1
-0
/
+4
*
- We don't need to cache_purge() in nfs_reclaim(), vclean() does it for us.
jeff
2003-10-05
1
-2
/
+0
*
- Consistently set sopt_dir.
jeff
2003-10-04
3
-0
/
+4
*
- Acquire the vnode interlock prior to dropping the mntvnode_mtx.
jeff
2003-10-04
1
-1
/
+2
*
- Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to a
jeff
2003-10-04
1
-5
/
+6
*
- Remove interlock protection around VI_XLOCK. The interlock is not
jeff
2003-09-19
1
-4
/
+3
*
Name the vnode method vectors consistently with the rest of the filesystems.
phk
2003-09-12
4
-21
/
+21
*
Remove now unused BOOTP tags related to NFS swap device.
phk
2003-09-05
1
-3
/
+0
*
KNF: parentheses around return values.
dds
2003-09-04
1
-4
/
+4
*
Fix errno return values to better represent failure reasons for
dds
2003-09-02
1
-4
/
+9
*
Remove the magic way of configuring NFS backed swap.
phk
2003-08-15
4
-243
/
+1
*
0) preallocate per-interface context structures without the ifnet lock held
billf
2003-08-07
1
-25
/
+38
*
Fix a problem that occurs when truncating files on NFSv3 mounts: we need
tjr
2003-07-29
1
-1
/
+7
[next]