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
*
Add support for flock(2) locks to the new NFSv4 client. I think this
rmacklem
2011-06-05
2
-3
/
+9
*
The new NFSv4 client was erroneously using "p" instead of
rmacklem
2011-06-05
5
-67
/
+66
*
Fix the new NFSv4 client so that it doesn't crash when
rmacklem
2011-06-05
1
-0
/
+4
*
Modify the new NFS server so that the NFSv3 Pathconf RPC
rmacklem
2011-06-04
1
-0
/
+30
*
In the VOP_PUTPAGES() implementations, change the default error from
kib
2011-06-01
3
-27
/
+10
*
Fix the new NFS client so that it doesn't do an NFSv3
rmacklem
2011-05-31
1
-2
/
+11
*
Fix the new NFS client so that it handles NFSv4 state
rmacklem
2011-05-27
6
-34
/
+109
*
Add a check for MNTK_UNMOUNTF at the beginning of nfs_sync()
rmacklem
2011-05-26
1
-1
/
+11
*
Add some missing mutex locking to the new NFS client.
rmacklem
2011-05-25
1
-0
/
+2
*
Fix the new NFS client so that it correctly sets the "must_commit"
rmacklem
2011-05-25
3
-18
/
+11
*
Set the MNT_NFS4ACLS flag for an NFSv4 client mount
rmacklem
2011-05-23
1
-0
/
+10
*
Eliminate duplicate #include's.
alc
2011-05-22
1
-1
/
+0
*
Add a lock flags argument to the VFS_FHTOVP() file system
rmacklem
2011-05-22
10
-11
/
+19
*
Add a sanity check for the existence of an "addr" option
rmacklem
2011-05-18
1
-7
/
+13
*
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
[next]