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
*
In the experimental NFS server, when converting an open-owner to a lock-owner,
zack
2011-01-12
1
-1
/
+1
*
Clean up the experimental NFS server replay cache when the module is unloaded.
zack
2011-01-12
2
-3
/
+5
*
Modify readdirplus in the experimental NFS server in a
rmacklem
2011-01-09
1
-3
/
+21
*
Delete the NFS_STARTWRITE() and NFS_ENDWRITE() macros that
rmacklem
2011-01-06
2
-9
/
+2
*
Since the VFS_LOCK_GIANT() code in the experimental NFS
rmacklem
2011-01-06
5
-171
/
+54
*
Modify the experimental NFS server so that it calls
rmacklem
2011-01-05
1
-7
/
+8
*
Fix the experimental NFS server to use vfs_busyfs() instead
rmacklem
2011-01-05
1
-6
/
+5
*
Fix the nlm so that it no longer depends on the regular
rmacklem
2011-01-03
3
-2
/
+11
*
Fix the experimental NFS server so that it doesn't leak
rmacklem
2011-01-03
1
-2
/
+1
*
Modify the experimental NFSv4 server so that the lookup
rmacklem
2011-01-03
2
-13
/
+13
*
Delete some cruft from the experimental NFS server that was
rmacklem
2011-01-02
3
-42
/
+9
*
Add checks for VI_DOOMED and vn_lock() failures to the
rmacklem
2011-01-02
4
-51
/
+99
*
Add support for shared vnode locks for the Read operation
rmacklem
2011-01-01
2
-7
/
+9
*
Delete the nfsvno_localconflict() function in the experimental
rmacklem
2010-12-28
2
-62
/
+0
*
Modify the experimental NFS server so that it uses LK_SHARED
rmacklem
2010-12-25
6
-78
/
+102
*
Add an argument to nfsvno_getattr() in the experimental
rmacklem
2010-12-24
3
-62
/
+71
*
Simplify vnode locking in the expeimental NFS server's
rmacklem
2010-12-24
1
-16
/
+11
*
Since VOP_READDIR() for ZFS does not return monotonically
rmacklem
2010-12-24
1
-2
/
+10
*
Fix two vnode locking problems in nfsd_recalldelegation() in the
rmacklem
2010-12-17
1
-4
/
+8
*
Don't allow user created symbolic links to cover another entries marked
jh
2010-12-15
1
-0
/
+5
*
- Assert that dm_lock is exclusively held in devfs_rules_apply() and
jh
2010-12-15
3
-0
/
+5
*
Handle the special ruleset 0 in devfs_ruleset_use(). An attempt set the
jh
2010-12-12
1
-0
/
+5
*
Disable attempts to establish a callback connection from the
rmacklem
2010-12-09
1
-5
/
+13
*
Replace pointer to "struct uidinfo" with pointer to "struct ucred"
trasz
2010-12-02
1
-3
/
+3
*
For non-stopped threads, td_frame pointer is undefined. As a
kib
2010-12-02
2
-0
/
+8
*
Remove prtactive variable and related printf()s in the vop_inactive
kib
2010-11-19
7
-37
/
+3
*
Remove unused includes of <sys/mutex.h> and <machine/mutex.h>.
jhb
2010-11-09
1
-2
/
+0
*
Modify nfs_open() in the experimental NFS client to be compatible
rmacklem
2010-10-29
1
-46
/
+40
*
Add a call for nfsrpc_close() to ncl_reclaim() in the experimental
rmacklem
2010-10-29
1
-0
/
+9
*
Add a flag to the experimental NFSv4 client to indicate when
rmacklem
2010-10-26
2
-22
/
+24
*
Modify the experimental NFSv4 server's file handle hash function
rmacklem
2010-10-23
2
-7
/
+5
*
Modify the file handle hash function in the experimental NFS
rmacklem
2010-10-22
3
-1
/
+17
*
Modify the experimental NFS server in a manner analagous to
rmacklem
2010-10-21
1
-1
/
+9
*
Fix the type of the 3rd argument for nm_getinfo so that it works
rmacklem
2010-10-19
1
-3
/
+3
*
Modify the NFS clients and the NLM so that the NLM can be used
rmacklem
2010-10-19
4
-16
/
+58
*
Fix a possible race where the directory dirent is moved to the location
kevlo
2010-10-18
1
-3
/
+8
*
Ignore the return value of DE_INTERNALIZE().
rpaulo
2010-10-13
1
-1
/
+1
*
tmpfs + sendfile: do not produce partially valid pages for vnode's tail
avg
2010-10-12
1
-3
/
+6
*
Format prototypes to follow style(9) more closely.
jh
2010-10-12
2
-22
/
+25
*
Try and make the nfsrv_localunlock() function in the experimental
rmacklem
2010-10-11
1
-8
/
+36
*
The r184588 changed the layout of struct export_args, causing an ABI
kib
2010-10-10
8
-10
/
+18
*
Add a comment describing the reason for calling cache_purge(fvp).
kib
2010-10-08
1
-0
/
+7
*
The msdosfs lookup is case insensitive. Several aliases may be inserted for
kib
2010-10-07
1
-0
/
+1
*
M_USE_RESERVE has been deprecated for a decade. Eliminate any uses that
alc
2010-10-02
2
-4
/
+2
*
Add a new function devfs_dev_exists() to be able to find out if a
jh
2010-09-27
2
-0
/
+22
*
Add reference counting for devfs paths containing user created symbolic
jh
2010-09-27
5
-2
/
+199
*
Modify devfs_fqpn() for future use in devfs path reference counting
jh
2010-09-21
2
-14
/
+23
*
Fix nfsrv_freeallnfslocks() in the experimental NFSv4 server so that
rmacklem
2010-09-19
1
-4
/
+7
*
Fix the experimental NFSv4 server so that it performs local VOP_ADVLOCK()
rmacklem
2010-09-19
1
-3
/
+7
*
- For consistency, remove "." and ".." entries from de_dlist before
jh
2010-09-18
1
-0
/
+4
[next]