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
Commit message (
Expand
)
Author
Age
Files
Lines
*
The VFS/BIO subsystem contained a number of hacks in order to optimize
alc
1999-05-02
5
-277
/
+321
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-3
/
+3
*
Suser() simplification:
phk
1999-04-27
2
-6
/
+6
*
Fixed printf format errors on alpha.
dt
1999-04-24
1
-3
/
+3
*
Close a potential mbuf and/or mbuf cluster leak in the client-side NFS
peter
1999-04-10
1
-2
/
+2
*
Hold nfsd's upages in-core with PHOLD rather than P_NOSWAP.
peter
1999-04-06
1
-2
/
+2
*
Catch a case spotted by Tor where files mmapped could leave garbage in the
julian
1999-04-05
1
-10
/
+46
*
Reviewed by: Many at differnt times in differnt parts,
julian
1999-03-12
2
-51
/
+87
*
Untangle the nfs send and receive queue locking a little. One lock
peter
1999-02-25
4
-72
/
+93
*
Move the declaration of the vfs.nfs sysctl node outside an ifdef so that
dfr
1999-02-18
1
-3
/
+3
*
Fixed bitrot in NFS_ACDEBUG option.
bde
1999-02-17
2
-2
/
+4
*
* Change sysctl from using linker_set to construct its tree using SLISTs.
dfr
1999-02-16
4
-5
/
+10
*
General additional cleanup of VOP API for NFS ops - mainly NFS ignoring
dillon
1999-02-13
1
-4
/
+13
*
PR: kern/9970
dillon
1999-02-13
1
-2
/
+1
*
Flush delayed-write data out prior to issuing a rename rpc. This appears
dillon
1999-02-06
1
-1
/
+14
*
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
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
2
-6
/
+6
*
Fix nasty bug in nfs_access(). A conditional was if (a = b) instead of
dillon
1999-01-27
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-6
/
+6
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
3
-8
/
+8
*
This is a rather large commit that encompasses the new swapper,
dillon
1999-01-21
4
-14
/
+39
*
Remove two cases of unused variable sp3.
eivind
1999-01-12
1
-3
/
+1
*
Remove the 'waslocked' parameter to vfs_object_create().
eivind
1999-01-05
2
-4
/
+4
*
Silence -Wtrigraph.
hoek
1998-12-30
1
-4
/
+4
*
Fix for creating files on a Solaris 7 server with NFSv3 (the request was
dfr
1998-12-25
3
-101
/
+139
*
Added 3 new errno values, requred by various standards: EOVERFLOW,
dt
1998-12-14
2
-4
/
+6
*
(Hopefully) fix support for "large" files. Mostly cast block numbers to off_t
dt
1998-12-14
1
-13
/
+13
*
Remove the if fixed in the last commit; bde quite correctly point out
eivind
1998-12-09
1
-3
/
+2
*
Fix typo (; in "if (vp == NULL);").
eivind
1998-12-08
1
-2
/
+2
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
6
-16
/
+7
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
2
-6
/
+7
*
Make bootp error message slightly more verbose
dillon
1998-12-03
1
-2
/
+2
*
Reimplement the NFS ACCESS RPC cache as an "accelerator" rather than a true
msmith
1998-11-15
2
-44
/
+14
*
Avoid a null pointer reference if the target of an NFS rename has been
msmith
1998-11-13
1
-7
/
+10
*
Fix a panic in nfsrv_dorec() where a NULL pointer could be passed to
dfr
1998-11-13
1
-2
/
+4
*
Implement NFS ACCESS RPC result caching.
msmith
1998-11-13
2
-24
/
+98
*
Remove [apparently] bogus casts to u_long for the vnode_pager_setsize()
peter
1998-11-09
4
-12
/
+12
*
vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm not
peter
1998-10-31
1
-2
/
+2
*
Use TAILQ macros for clean/dirty block list processing. Set b_xflags
peter
1998-10-31
5
-18
/
+19
*
In nfs_link(), check for a cross-device mount *before* looking
mckusick
1998-09-29
1
-2
/
+3
*
Missing vput when cross-device link error is detected in nfs_link.
mckusick
1998-09-29
1
-0
/
+1
*
During truncation, have to notify the VM about the new size
mckusick
1998-09-29
1
-3
/
+5
*
Frank sez: 'It fixes a problem with servers that return 0 values
mckusick
1998-09-29
1
-7
/
+10
*
Do not need (or want) to take a reference on an NFS file that
mckusick
1998-09-29
1
-6
/
+12
*
The code checks each fragment mark to see if it's valid; if the fragment
mckusick
1998-09-29
1
-2
/
+2
*
Mark directory buffers that have no valid data with B_INVAL
mckusick
1998-09-29
1
-1
/
+6
*
When adding data to a buffer, we need to clear the B_NEEDCOMMIT flag
mckusick
1998-09-29
1
-1
/
+2
*
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
5
-11
/
+81
[next]