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
*
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
*
Change the second argument of vflush() to an integer that specifies
iedowse
2001-05-16
1
-28
/
+4
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-6
/
+7
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
1
-2
/
+0
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
1
-0
/
+2
*
o Rather than arbitrarily construct a credential in the nfs_statfs()
rwatson
2001-04-05
1
-6
/
+2
*
Reviewed by: jlemon
adrian
2001-03-01
1
-6
/
+2
*
In preparation for deprecating CIRCLEQ macros in favor of TAILQ
mckusick
2000-11-14
1
-1
/
+1
*
Don't scan for the "right" network interface by shooting in the dark.
msmith
2000-09-05
1
-0
/
+3
*
Enhance reassignbuf(). When a buffer cannot be time-optimally inserted
dillon
2000-01-05
1
-12
/
+24
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-0
/
+1
*
Lock reporting and assertion changes.
eivind
1999-12-11
1
-1
/
+1
*
Call bootpc_init before we try to mount an NFS root, if we're configured
msmith
1999-11-01
1
-0
/
+6
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
1
-0
/
+1
*
All unimplemented VFS ops now have entries in kern/vfs_default.c that return
alfred
1999-09-07
1
-89
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Various changes lifted from the OpenBSD cvs tree:
peter
1999-06-05
1
-5
/
+5
*
Close a potential mbuf and/or mbuf cluster leak in the client-side NFS
peter
1999-04-10
1
-2
/
+2
*
* Change sysctl from using linker_set to construct its tree using SLISTs.
dfr
1999-02-16
1
-2
/
+1
*
Fix warnings related to -Wall -Wcast-qual
dillon
1999-01-28
1
-3
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-8
/
+8
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-3
/
+3
*
Use TAILQ macros for clean/dirty block list processing. Set b_xflags
peter
1998-10-31
1
-2
/
+2
*
Frank sez: 'It fixes a problem with servers that return 0 values
mckusick
1998-09-29
1
-7
/
+10
*
Removed statically configured mount type numbers (MOUNT_*) and all
bde
1998-09-07
1
-4
/
+4
*
Made unloading of the nfs LKM sort of work. This is mainly to test
bde
1998-09-07
1
-2
/
+2
*
Ignore the statically configured vfs type numbers and assign vfs
bde
1998-09-05
1
-2
/
+4
*
Don't configure compatibility code for pre-Lite2 mount() calls by
bde
1998-08-12
1
-4
/
+4
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Fix post-test pre-commit cleanup typo.
peter
1998-06-01
1
-2
/
+2
*
Preset the maximum file size before we get to nfs_fsinfo(), based on
peter
1998-06-01
1
-8
/
+14
*
For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;
peter
1998-05-31
1
-21
/
+21
[next]