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
*
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
*
Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.
phk
2003-07-27
1
-1
/
+1
*
Change idle sleep indentifier to "-" for nfsiod
phk
2003-07-02
1
-1
/
+1
*
Lock the vm object when freeing a page.
alc
2003-06-17
1
-1
/
+9
*
Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations
phk
2003-06-15
1
-0
/
+2
*
Initialize struct vfsops C99-sparsely.
phk
2003-06-12
1
-14
/
+7
*
When removing a sillyrename file, make sure that the directory vnode
iedowse
2003-06-12
1
-0
/
+6
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
Add the comment I meant to add about not passing in PCATCH to the
rwatson
2003-06-11
1
-0
/
+8
*
On a socket creation error, don't close the socket.
hsu
2003-06-09
1
-1
/
+2
*
Remove unsed variables.
phk
2003-05-31
1
-7
/
+2
*
The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to prevent
phk
2003-05-31
1
-6
/
+0
*
rpc.lockd stability workaround: remove PCATCH from the tsleep() in
rwatson
2003-05-30
1
-1
/
+1
*
Deal with the possibility of negative available space from the file server
peter
2003-05-19
1
-3
/
+6
[next]