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
...
*
Fix rename in the new NFS server so that it does not require a
rmacklem
2011-07-31
1
-4
/
+20
*
The new NFS client failed to vput() the new vnode if a setattr
rmacklem
2011-07-30
1
-0
/
+2
*
This update changes the mnt_flag field in the mount structure from
mckusick
2011-07-24
4
-4
/
+4
*
Revert revision 224079 as Rick pointed out that I would be calling VOP_PATHCONF
zack
2011-07-17
2
-13
/
+6
*
The new NFSv4 client handled NFSERR_GRACE as a fatal error
rmacklem
2011-07-16
1
-1
/
+3
*
Add DEXITCODE plumbing to NFS.
zack
2011-07-16
12
-546
/
+893
*
Simple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED. This is done so that N...
zack
2011-07-16
5
-7
/
+7
*
Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...
zack
2011-07-16
8
-37
/
+37
*
Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...
zack
2011-07-16
8
-26
/
+26
*
Remove unnecessary thread pointer from VOPLOCK macros and current users.
zack
2011-07-16
4
-14
/
+17
*
Change loadattr and fillattr to ask the file system for the pathconf variable.
zack
2011-07-16
2
-4
/
+12
*
Move nfsvno_pathconf to be accessible to sys/fs/nfs; no functionality change.
zack
2011-07-16
3
-45
/
+45
*
Small acl patch to return the aclerror that comes back from nfsrv_dissectacl(...
zack
2011-07-16
2
-3
/
+3
*
While fixing the looping of a thread while devfs vnode is reclaimed,
kib
2011-07-13
1
-6
/
+12
*
r222389 introduced a case where the NFSv4 client could
rmacklem
2011-07-13
1
-1
/
+2
*
Make a comment more accurate.
jonathan
2011-07-07
1
-1
/
+1
*
The algorithm used by nfscl_getopen() could have resulted in
rmacklem
2011-07-04
1
-81
/
+94
*
Modify the new NFSv4 client so that it appends a file handle
rmacklem
2011-07-03
3
-21
/
+29
*
Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this
alc
2011-06-29
1
-1
/
+1
*
Fix the new NFSv4 client so that it doesn't fill the cached
rmacklem
2011-06-28
3
-5
/
+15
*
Plug an mbuf leak in the new NFS client that occurred when a
rmacklem
2011-06-22
1
-0
/
+2
*
Fix the new NFSv4 client so that it uses the same uid as
rmacklem
2011-06-22
1
-0
/
+14
*
Fix the new NFSv4 server so that it checks for VREAD_ACL when
rmacklem
2011-06-21
1
-6
/
+16
*
Fix the new NFSv4 server so that it only allows Lookup of
rmacklem
2011-06-20
1
-2
/
+10
*
Fix the new NFSv4 server so that it allows Access and Readlink
rmacklem
2011-06-20
1
-0
/
+2
*
Fix a number of places where the new NFS server did not
rmacklem
2011-06-19
1
-4
/
+15
*
Fix the kgssapi so that it can be loaded as a module. Currently
rmacklem
2011-06-19
3
-45
/
+18
*
Add DTrace support to the new NFS client. This is essentially
rmacklem
2011-06-18
10
-5
/
+940
*
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
[prev]
[next]