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
*
Bring in reallocblk to ext2fs.
pfg
2011-12-15
5
-38
/
+335
*
Merge ext2_readwrite.c into ext2_vnops.c as done in UFS in r101729.
pfg
2011-12-14
2
-382
/
+329
*
Explicitly use curthread while manipulating td_fpop during last close
jhb
2011-12-09
1
-3
/
+7
*
Initialize fifoinfo fi_wgen field on open. The only important is the
kib
2011-12-04
1
-1
/
+1
*
This patch adds a sysctl to the NFSv4 server which optionally disables the
rmacklem
2011-12-04
1
-1
/
+9
*
Post r223774, the NFSv4 client no longer has multiple instances
rmacklem
2011-12-03
2
-53
/
+103
*
Enhance the sequential access heuristic used to perform readahead in the
jhb
2011-12-01
1
-52
/
+69
*
Rename vm_page_set_valid() to vm_page_set_valid_range().
kib
2011-11-30
3
-3
/
+3
*
Add unicode support to ntfs
kevlo
2011-11-27
3
-60
/
+41
*
In procfs_doproccmdline() if arguments are not cashed read them from
trociny
2011-11-22
1
-30
/
+8
*
Avoid panics from recursive rename operations. Not a perfect patch but
ivoras
2011-11-22
1
-6
/
+3
*
Put all the messages from msdosfs under the MSDOSFS_DEBUG ifdef.
kib
2011-11-22
5
-1
/
+24
*
This patch enables the new/default NFS server's use of shared
rmacklem
2011-11-22
1
-9
/
+1
*
Improve the way to calculate available pages in tmpfs:
delphij
2011-11-21
1
-4
/
+1
*
Clean up some cruft in the NFSv4 client left over from the
rmacklem
2011-11-21
1
-13
/
+6
*
Add two arguments to the nfsrpc_rellockown() function in the NFSv4
rmacklem
2011-11-20
2
-8
/
+7
*
Since the nfscl_cleanup() function isn't used by the FreeBSD NFSv4 client,
rmacklem
2011-11-20
1
-33
/
+7
*
Post r223774 the NFSv4 client never uses the linked list with the
rmacklem
2011-11-20
2
-59
/
+0
*
Existing VOP_VPTOCNP() interface has a fatal flow that is critical for
kib
2011-11-19
3
-7
/
+7
*
Do not use NULLVPTOLOWERVP() in the null_print(). If diagnostic is compiled
kib
2011-11-19
1
-1
/
+1
*
Use the plain panic calls, without additional printing around them.
kib
2011-11-19
1
-14
/
+4
*
Add unicode support to msdosfs and smbfs; original pathes from imura,
kevlo
2011-11-18
3
-75
/
+109
*
Fix build, use %d for int value formatting.
kib
2011-11-16
1
-1
/
+1
*
Handle invalid large values for getdirentries(2) data buffer size.
pho
2011-11-16
1
-22
/
+35
*
Modify the new NFS client so that nfs_fsync() only calls ncl_flush()
rmacklem
2011-11-15
1
-0
/
+10
*
Removed extra PRELE() call.
pho
2011-11-15
1
-2
/
+0
*
Move the setting of the default value for nm_wcommitsize to
rmacklem
2011-11-15
1
-1
/
+4
*
Finish making 'wcommitsize' an NFS client mount option.
jhb
2011-11-14
1
-1
/
+10
*
Sync with the old NFS client: Remove an obsolete comment.
jhb
2011-11-14
1
-2
/
+0
*
Since NFSv4 byte range locking only works for regular files,
rmacklem
2011-11-14
1
-0
/
+2
*
Move the assignment of default values for some mount options
rmacklem
2011-11-13
1
-3
/
+9
*
- fix duplicate "a a" in some comments
eadler
2011-11-13
1
-1
/
+1
*
Lock the thread lock around block that retrieves td_wmesg. Otherwise,
kib
2011-11-09
1
-0
/
+2
*
Don astbestos garment and remove the warning about TMPFS being experimental
marcel
2011-11-07
1
-3
/
+0
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
2
-2
/
+2
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
3
-7
/
+9
*
Remove MALLOC_DECLAREs of nonexisting malloc-pools.
ed
2011-11-06
2
-11
/
+0
*
Fix typo.
kib
2011-11-05
1
-1
/
+1
*
Move the cleanup of f_cdevpriv when the reference count of a devfs
jhb
2011-11-04
1
-0
/
+7
*
Fix kernel panic when d_fdopen csw method is called for NULL fp.
kib
2011-11-03
1
-0
/
+4
*
Added missing cache purge of from argument for rename().
pho
2011-11-01
1
-0
/
+1
*
The use of VOP_ISLOCKED() without a check for the return values can cause
kib
2011-10-24
1
-4
/
+1
*
The only possible error return from null_nodeget() is due to insmntque1
kib
2011-10-24
1
-1
/
+0
*
The covered vnode must be reloced if it was unlocked. Remove VOP_ISLOCKED
kib
2011-10-24
1
-1
/
+1
*
Only unlock if the lock is exclusive.
pho
2011-10-24
1
-3
/
+2
*
Trace attempts to open a portal device.
des
2011-10-18
1
-1
/
+6
*
Make unionfs also clear VAPPEND when clearing VWRITE, since VAPPEND
trasz
2011-10-10
1
-1
/
+1
*
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
[next]