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
/
nfs_vfsops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Rename dup_sockaddr() to sodupsockaddr() for consistency with other
rwatson
2004-03-01
1
-1
/
+1
*
If mountnfs returns an error, it will have already freed nam; no need to
cperciva
2004-02-22
1
-1
/
+0
*
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
1
-0
/
+10
*
University of Michigan's Citi NFSv4 kernel client code.
alfred
2003-11-14
1
-0
/
+2
*
1. Consolidate mount struct allocation/destruction into a common code in
kan
2003-11-12
1
-23
/
+3
*
Assert GIANT_REQUIRED where sockets are manipulated. This is
sam
2003-11-07
1
-0
/
+2
*
Remove mntvnode_mtx and replace it with per-mountpoint mutex.
kan
2003-11-05
1
-6
/
+7
*
Take care not to call vput if thread used in corresponding vget
kan
2003-11-02
1
-1
/
+2
*
- Remove an incorrect XXX comment. This code does respect the XLOCK since
jeff
2003-10-05
1
-1
/
+0
*
- Acquire the vnode interlock prior to dropping the mntvnode_mtx.
jeff
2003-10-04
1
-1
/
+2
*
Remove the magic way of configuring NFS backed swap.
phk
2003-08-15
1
-63
/
+0
*
Initialize struct vfsops C99-sparsely.
phk
2003-06-12
1
-14
/
+7
*
Deal with the possibility of negative available space from the file server
peter
2003-05-19
1
-3
/
+6
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-2
/
+1
*
Fix a bug with df on large (>1TB) nfsv3 file servers on 32 bit client
peter
2003-04-24
1
-11
/
+23
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Provide a sysctl to allow defaulting of the connectionless (-c) feature
dillon
2003-01-22
1
-0
/
+15
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
do not try to free a mountpoint that we did not allocate.
dillon
2002-12-21
1
-4
/
+9
*
Don't examine an un-initialized variable.
phk
2002-10-20
1
-4
/
+0
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-1
/
+1
*
Remove an errant debugging printf that got left in during my last
rwatson
2002-09-27
1
-1
/
+0
*
Apparently pxeboot passes in a mygateway of non-zero sin length
rwatson
2002-09-26
1
-1
/
+6
*
- Lock access to the buf lists.
jeff
2002-09-25
1
-2
/
+2
*
Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.c
jake
2002-09-22
1
-5
/
+8
*
Now that we have a cached mount credential in struct mount, use it istead
phk
2002-09-08
1
-3
/
+0
*
Introduce typedefs for the member functions of struct vfsops and employ
phk
2002-08-13
1
-8
/
+5
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-2
/
+3
*
Convert old style (type foo *)0 casts to NULLs
dillon
2002-07-11
1
-4
/
+4
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-2
/
+2
*
We don't need the arp kludge any more.
phk
2002-04-28
1
-7
/
+0
*
Remove references to vm_zone.h and switch over to the new uma API.
jeff
2002-03-20
1
-5
/
+5
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-6
/
+6
*
Permit NFS filesystems to be forcibly unmounted when the server is
iedowse
2002-01-02
1
-0
/
+6
*
o Remove an errant ';' introduced in the last revision.
alc
2002-01-01
1
-2
/
+1
*
o Remove premature use of nmp->nm_cred, it hasn't been initialized yet.
rwatson
2002-01-01
1
-1
/
+1
*
o Pass td into nfs_mountroot() to eliminate an XXX'd curthread use.
rwatson
2001-12-31
1
-3
/
+2
*
o Remove premature leakage of use of td_ucred from base source tree:
rwatson
2001-12-31
1
-3
/
+3
*
o Make the credential used by socreate() an explicit argument to
rwatson
2001-12-31
1
-5
/
+12
*
Avoid passing the variable `tl' to functions that just use it for
iedowse
2001-12-18
1
-2
/
+1
*
Allow users to use the 'nolockd' or -L options with mount_nfs in order
alfred
2001-11-12
1
-3
/
+3
*
Change the vnode list under the mount point from a LIST to a TAILQ
dillon
2001-10-23
1
-2
/
+2
*
Make nfsm_dissect() have an obvious return value.
peter
2001-09-27
1
-2
/
+2
*
Add the magic marker so that loader and kldload(2) can find this in
peter
2001-09-20
1
-0
/
+4
*
Cleanup and split of nfs client and server code.
peter
2001-09-18
1
-172
/
+94
*
KSE Milestone 2
julian
2001-09-12
1
-34
/
+34
*
Check the filehandle size when mounting.
peter
2001-07-30
1
-0
/
+2
*
- Protect the mnt_vnode list with the mntvnode lock.
jhb
2001-06-28
1
-5
/
+16
[next]