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
/
cddl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix deduplicated zfs receive
mm
2011-04-30
2
-58
/
+37
*
Fix copy-paste bug.
marcel
2011-04-27
1
-1
/
+1
*
Partially fix ZFS compat code for sparc64.
mm
2011-04-08
2
-25
/
+82
*
Stripped '32' suffix from linux systrace module name on i386.
art
2011-04-08
1
-2
/
+3
*
Use atomic load & store for TSC frequency. It may be overkill for amd64 but
jkim
2011-04-07
2
-2
/
+2
*
Checking file access on size change is bogus. The checks are done earlier by
pjd
2011-03-24
1
-5
/
+0
*
Fix potential panic in dbuf_sync_list() relate to spill blocks handling.
pjd
2011-03-14
1
-4
/
+16
*
add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls
avg
2011-03-12
1
-18
/
+45
*
Correct readdir over ZFS handling.
pjd
2011-03-08
1
-11
/
+8
*
Fix libzpool build.
pjd
2011-03-06
3
-1
/
+5
*
Make renaming of a ZVOL, ZVOL's parent directory and ZVOL snapshot work.
pjd
2011-03-05
5
-2
/
+77
*
Simplify zvol_remove_minors() a bit.
pjd
2011-03-05
1
-7
/
+8
*
Use proper lock in assertion.
pjd
2011-02-28
1
-2
/
+2
*
Finally... Import the latest open-source ZFS version - (SPA) 28.
pjd
2011-02-27
224
-13515
/
+41225
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
2
-2
/
+2
*
Use the preload_fetch_addr() and preload_fetch_size() convenience
marcel
2011-02-13
1
-2
/
+1
*
For UIO_NOCOPY case of reading request on zfs vnode, which has vm object
kib
2011-02-11
1
-2
/
+8
*
Make it impossible to clear the MNT_NFS4ACLS flag on ZFS filesystem
trasz
2011-02-06
1
-1
/
+3
*
vdev's sectorsize should not be greater than 8 Kbytes and also
ae
2011-02-04
1
-1
/
+13
*
Recommit r218169, enclosing with #ifdef _KERNEL
mm
2011-02-01
1
-0
/
+6
*
Revert r218169 until it can be tested and fixed properly.
kan
2011-02-01
1
-4
/
+0
*
For ZFS, change the type of clock_t to int64_t.
mm
2011-02-01
1
-0
/
+4
*
CDDL fixes for MIPS n32.
jchandra
2011-01-28
2
-3
/
+5
*
Introduce signed and unsigned version of CTLTYPE_QUAD, renaming
mdf
2011-01-19
1
-2
/
+2
*
Add MNT_NFS4ACLS to ZFS mount flags. It's not conditional, since there
trasz
2011-01-19
1
-1
/
+1
*
Re-commit the zfs sysctl(9) type-safety changes.
mdf
2011-01-13
3
-27
/
+27
*
Revert cddl changes for sysctl(9) until I understand why this isn't
mdf
2011-01-12
3
-27
/
+27
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
3
-27
/
+27
*
MFp4 r186485, r186859:
mm
2011-01-03
2
-3
/
+28
*
cyclic xcall: use smp_no_rendevous_barrier as setup function parameter
avg
2010-12-17
1
-2
/
+2
*
Remove redundant semicolon and empty like.
pjd
2010-12-11
1
-2
/
+1
*
Undo r216230: the interaction between saved ashift in metadata and
ivoras
2010-12-07
1
-4
/
+1
*
opensolaris cyclic: fix deadlock and make a little bit closer to upstream
avg
2010-12-07
2
-176
/
+172
*
opensolaris cyclic xcall: no need for special handling of curcpu
avg
2010-12-07
1
-9
/
+3
*
dtrace_xcall: no need for special handling of curcpu
avg
2010-12-07
2
-32
/
+6
*
dtrace_gethrtime_init: pin to master while examining other CPUs
avg
2010-12-07
2
-8
/
+10
*
Use GEOM stripesize field when calculating ashift. This will enable correct
ivoras
2010-12-06
1
-1
/
+4
*
Don't panic when we read an empty ACL from ZFS. Apparently this may happen
trasz
2010-11-30
1
-1
/
+4
*
zfs+sendfile: populate all requested pages, not just those already cached
avg
2010-11-16
1
-4
/
+14
*
fix misspelling in a comment
avg
2010-11-16
1
-1
/
+1
*
Disable VFS_HOLD placed on mnt_vnodecovered during the mount of a snapshot
mm
2010-11-13
1
-0
/
+4
*
Validate whether the zfs_cmd_t submitted from userland is not smaller than
delphij
2010-11-05
1
-0
/
+8
*
Bugfix merge from OpenSolaris:
mm
2010-10-26
3
-6
/
+28
*
zfs: add vop_getpages method implementation
avg
2010-10-16
1
-0
/
+91
*
Pass a format string to panic() and to taskqueue_start_threads().
rpaulo
2010-10-13
2
-2
/
+2
*
In zfs_post_common(), use %d instead of %hhu.
rpaulo
2010-10-13
1
-1
/
+1
*
zfs + sendfile: do not produce partially valid pages for vnode's tail
avg
2010-10-12
1
-3
/
+6
*
Provide internal ioflags() function that converts ioflag provided by FreeBSD's
pjd
2010-10-10
1
-5
/
+22
*
Change FAPPEND to IO_APPEND as this is a ioflag and not a fflag.
mm
2010-10-08
1
-1
/
+1
*
opensolaris_kmem kmem_size(): report lesser of vm_kmem_size and available
avg
2010-10-07
1
-2
/
+14
[next]