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
*
Export devfs inode number allocator for the kernel consumers.
kib
2011-10-05
1
-3
/
+17
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
3
-5
/
+5
*
Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic
kib
2011-09-06
1
-6
/
+3
*
Fix the NFS servers so that they can do a Lookup of "..",
rmacklem
2011-09-03
1
-0
/
+1
*
Fix the NFSv4 server so that it returns NFSERR_SYMLINK when
rmacklem
2011-08-20
1
-5
/
+4
*
Do not return success and a string "unknown" when vn_fullpath() was unable
kib
2011-08-16
1
-6
/
+9
*
Add the fo_chown and fo_chmod methods to struct fileops and use them
kib
2011-08-16
2
-0
/
+4
*
Fix a merge conflict.
jonathan
2011-08-16
1
-1
/
+0
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
6
-7
/
+46
*
Do not update mountpoint generation counter to the value which was not
kib
2011-08-09
1
-2
/
+4
*
Fix an NFS server issue where it was not correctly setting the eof flag when a
zack
2011-08-03
1
-5
/
+5
*
Fix a LOR in the NFS client which could cause a deadlock.
rmacklem
2011-08-02
2
-2
/
+22
*
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
[next]