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
...
*
If a mount -u is done to either NFS client that switches it
rmacklem
2012-01-25
1
-0
/
+17
*
Close a race in NFS lookup processing that could result in stale name cache
jhb
2012-01-20
3
-54
/
+41
*
Martin Cracauer reported a problem to freebsd-current@ under the
rmacklem
2012-01-20
1
-18
/
+31
*
Subject: NULLFS: properly destroy node hash
rea
2012-01-18
1
-1
/
+1
*
Return EOPNOTSUPP since we only support update mounts for NFS export.
kevlo
2012-01-17
1
-0
/
+4
*
Make sure all intermediate variables holding mount flags (mnt_flag)
mckusick
2012-01-17
11
-11
/
+11
*
Add nfs export support to tmpfs(5)
kevlo
2012-01-16
1
-4
/
+2
*
When tmpfs_write() resets an extended file to its original size after an
alc
2012-01-16
3
-7
/
+12
*
Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always want
trociny
2012-01-15
1
-1
/
+1
*
Convert files to UTF-8
uqs
2012-01-15
8
-8
/
+8
*
Neither tmpfs_nocacheread() nor tmpfs_mappedwrite() needs to call
alc
2012-01-14
2
-21
/
+21
*
Tai Horgan reported via email that there were two places in
rmacklem
2012-01-14
1
-2
/
+2
*
jwd@ reported via email that the "CacheSize" field reported by "nfsstat -e -s"
rmacklem
2012-01-11
1
-1
/
+0
*
Correct an error of omission in the implementation of the truncation
alc
2012-01-08
1
-19
/
+59
*
opt_inet6.h was missing from some files in the new NFS subsystem.
rmacklem
2012-01-08
5
-2
/
+5
*
r222004 changed sbuf_finish() to not clear the buffer error status. As a
jh
2012-01-06
1
-6
/
+12
*
Check the return value of sbuf_finish() in pfs_readlink() and return
jh
2012-01-06
1
-1
/
+5
*
In sys/fs/nullfs/null_subr.c, in a KASSERT, output the correct vnode
dim
2012-01-05
1
-1
/
+1
*
Do the vput() for the lowervp in the null_nodeget() for error case too.
kib
2012-01-03
3
-8
/
+6
*
Document the state of the lowervp vnode for null_nodeget().
kib
2012-01-03
1
-0
/
+3
*
Minor cleanups to ntfs code
pfg
2012-01-03
2
-7
/
+7
*
Don't pass VM_ALLOC_ZERO to vm_page_grab() in tmpfs_mappedwrite() and
alc
2012-01-03
1
-2
/
+2
*
Use strchr() and strrchr().
ed
2012-01-02
4
-10
/
+10
*
Migrate ufs and ext2fs from skpc() to memcchr().
ed
2012-01-01
1
-25
/
+14
*
Discard local array based on return values.
kevlo
2011-12-24
3
-5
/
+7
*
During investigation of an NFSv4 client crash reported by glebius@,
rmacklem
2011-12-23
1
-6
/
+4
*
Discarding local array based on return values
kevlo
2011-12-22
1
-14
/
+14
*
jwd@ reported a problem via email where the old NFS client would
rmacklem
2011-12-21
1
-6
/
+57
*
Style cleanups by jh@.
pfg
2011-12-16
9
-26
/
+28
*
Patch the new NFS server in a manner analagous to r228520 for the
rmacklem
2011-12-16
1
-1
/
+7
*
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
[prev]
[next]