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
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the sysctl naming for the old and new NFS clients
rmacklem
2011-05-15
7
-40
/
+34
*
Merge comments about converting directory entries to be more direct and
jhb
2011-05-14
1
-11
/
+5
*
Change the new NFS server so that it uses vfs.nfsd naming
rmacklem
2011-05-08
2
-11
/
+11
*
Set the initial value of maxfilesize to OFF_MAX in the
rmacklem
2011-05-06
1
-1
/
+1
*
Increase NFS_TICKINTVL value from 10 to 500. Now that callout does useful
mav
2011-05-06
1
-1
/
+1
*
Change the new NFS server so that it returns 0 when the f_bavail
rmacklem
2011-05-06
1
-1
/
+16
*
Fix the new NFS client so that it handles the 64bit fields
rmacklem
2011-05-05
1
-11
/
+23
*
Add a comment noting that the NFS code assumes that the
rmacklem
2011-05-04
1
-0
/
+8
*
Add kernel support for NFSSVC_ZEROCLTSTATS and NFSSVC_ZEROSRVSTATS
rmacklem
2011-05-04
1
-0
/
+58
*
Revert r221306, since NFSSVC_ZEROSTATS zero'd both client and
rmacklem
2011-05-04
1
-2
/
+0
*
Implemented a mount option "nocto" that disables cache coherency
ru
2011-05-04
2
-2
/
+5
*
In ncl_printf(), call vprintf() instead of printf().
ru
2011-05-04
1
-1
/
+1
*
Add the kernel support needed to zero out the nfsstats
rmacklem
2011-05-01
1
-0
/
+2
*
Clarify the comment.
kib
2011-04-30
1
-1
/
+2
*
The build was broken by r221190 for 64bit arches like amd64.
rmacklem
2011-04-29
1
-2
/
+3
*
Fix the new NFS client so that it handles the "nfs_args" value
rmacklem
2011-04-28
1
-19
/
+64
*
Update a comment since ext2fs does not use SU.
jhb
2011-04-28
1
-3
/
+3
*
The b_dep field of buffers is always empty for ext2fs, it is only used
jhb
2011-04-28
1
-6
/
+3
*
Sync with several changes in UFS/FFS:
jhb
2011-04-28
7
-68
/
+167
*
Fix module names and dependencies so the NFS clients will
rmacklem
2011-04-27
1
-1
/
+5
*
Use a private EXT2_ROOTINO constant instead of redefining ROOTINO.
jhb
2011-04-27
4
-9
/
+9
*
Various style fixes including using uint*_t instead of u_int*_t.
jhb
2011-04-27
5
-105
/
+116
*
This patch changes head so that the default NFS client is now the new
rmacklem
2011-04-27
1
-1
/
+1
*
Fix a kernel linking problem introduced by r221032, r221040
rmacklem
2011-04-26
1
-3
/
+10
*
Modify the experimental (newnfs) NFS client so that it uses the
rmacklem
2011-04-25
4
-147
/
+30
*
Fix the experimental NFS client so that it does not bogusly
rmacklem
2011-04-25
1
-1
/
+0
*
Modify the experimental NFS client so that it uses the same
rmacklem
2011-04-25
3
-129
/
+32
*
Remove the nm_mtx mutex locking from the test for
rmacklem
2011-04-21
1
-5
/
+1
*
Revert r220906, since the vp isn't always locked when
rmacklem
2011-04-21
1
-2
/
+0
*
Add a check for VI_DOOMED at the beginning of nfscl_request()
rmacklem
2011-04-20
1
-0
/
+2
*
Modify the offset + size checks for read and write in the
rmacklem
2011-04-20
1
-3
/
+13
*
Modify the offset + size checks for read and write in the
rmacklem
2011-04-20
1
-3
/
+6
*
Fix up handling of the nfsmount structure in read and write
rmacklem
2011-04-19
1
-11
/
+11
*
Revert r220761 since, as kib@ pointed out, the case of
rmacklem
2011-04-18
3
-13
/
+0
*
Add a vput() to nfs_lookitup() in the experimental NFS client
rmacklem
2011-04-18
1
-1
/
+4
*
Add vput() calls in two places in the experimental NFS client
rmacklem
2011-04-18
1
-2
/
+5
*
Change the mutex locking for several locations in the
rmacklem
2011-04-17
1
-28
/
+60
*
Add checks for MNTK_UNMOUNTF at the beginning of three
rmacklem
2011-04-17
3
-0
/
+13
*
Get rid of the "nfscl: consider increasing kern.ipc.maxsockbuf"
rmacklem
2011-04-17
1
-7
/
+2
*
Fix up some of the sysctls for the experimental NFS client so
rmacklem
2011-04-17
2
-6
/
+10
*
Change some defaults in the experimental NFS client to be the
rmacklem
2011-04-17
2
-4
/
+21
*
Fix readdirplus in the experimental NFS client so that it
rmacklem
2011-04-17
1
-1
/
+22
*
Add a lktype flags argument to nfscl_nget() and ncl_nget() in the
rmacklem
2011-04-16
7
-20
/
+25
*
Add mutex locking on the nfs node in ncl_inactive() for the
rmacklem
2011-04-16
1
-0
/
+4
*
Change the experimental NFS client so that it creates nfsiod
rmacklem
2011-04-15
5
-71
/
+79
*
Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()
rmacklem
2011-04-14
10
-34
/
+37
*
Modify the experimental NFSv4 server so that it handles
rmacklem
2011-04-14
7
-51
/
+129
*
Add VOP_PATHCONF() support to the experimental NFS client
rmacklem
2011-04-13
1
-0
/
+115
*
Fix the experimental NFSv4 client so that it recognizes server
rmacklem
2011-04-13
1
-5
/
+17
*
Vrele ni_startdir in the experimental NFS server for the case
rmacklem
2011-04-11
1
-3
/
+2
[next]