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
/
nfs
/
nfs_vfsops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Support 'mount -u' remounts. This may require disconnecting and rebinding
peter
1998-05-31
1
-102
/
+158
*
Don't blindly accept the server's preferences if they are too small.
peter
1998-05-31
1
-3
/
+3
*
Don't try and free mrep twice on some error conditions.
peter
1998-05-31
1
-5
/
+6
*
NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim
peter
1998-05-31
1
-1
/
+2
*
When using NFSv3, use the remote server's idea of the maximum file size
peter
1998-05-30
1
-1
/
+14
*
Convert a couple of large allocations to use zones rather than malloc
peter
1998-05-24
1
-6
/
+8
*
s/flags/flag/
peter
1998-05-20
1
-2
/
+2
*
A cleaner fix for PR#5102, clear nonsense flags at mount time rather than
peter
1998-05-20
1
-1
/
+5
*
Don't change argp->flags after it's been copied.
peter
1998-05-20
1
-2
/
+2
*
Allow control of the attribute cache timeouts at mount time.
peter
1998-05-19
1
-53
/
+74
*
As described by the submitter:
msmith
1998-05-06
1
-2
/
+1
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-3
/
+3
*
Update workaround for limitations in the arp code.
tegge
1998-03-14
1
-3
/
+3
*
The intent is to get rid of WILLRELE in vnode_if.src by making
msmith
1998-03-01
1
-1
/
+2
*
Staticize.
eivind
1998-02-09
1
-3
/
+4
*
Fix an omission of a line from the previous commit to this file. The
dyson
1998-02-05
1
-2
/
+3
*
Reviewed by: various.
julian
1997-11-12
1
-1
/
+2
*
Removed unused #includes.
bde
1997-10-28
1
-6
/
+1
*
Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.
bde
1997-10-28
1
-2
/
+2
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-2
/
+11
*
unifdef -U__NetBSD__ -D__FreeBSD__
phk
1997-09-10
1
-9
/
+1
*
Removed more vestiges of config-time swap configuration.
bde
1997-09-07
1
-3
/
+1
*
Added used #include - don't depend on <sys/mbuf.h> including
bde
1997-09-02
1
-1
/
+2
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-16
/
+15
*
Fix a condition where nfs_statfs() can precipitate a panic. There is
wpaul
1997-06-27
1
-2
/
+5
*
Various fixes from NetBSD:
dfr
1997-06-03
1
-1
/
+8
[next]