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
*
zfs arc_reclaim_thread: no need to call arc_reclaim_needed when
avg
2010-08-24
1
-3
/
+3
*
Replace a pksignal() call with tdksignal().
rpaulo
2010-08-24
1
-1
/
+1
*
MD fasttrap implementation.
rpaulo
2010-08-24
1
-112
/
+275
*
Port the fasttrap provider to FreeBSD. This provider is responsible for
rpaulo
2010-08-24
1
-208
/
+321
*
Port this to FreeBSD. We miss some suword functions, so we use copyout.
rpaulo
2010-08-22
1
-6
/
+13
*
Destroy the helper device when unloading.
rpaulo
2010-08-22
1
-0
/
+1
*
Add more compatibility structure members needed by the upcoming fasttrap
rpaulo
2010-08-22
1
-3
/
+33
*
Kernel DTrace support for:
rpaulo
2010-08-22
9
-246
/
+612
*
Add a function compatibility function dtrace_instr_size_isa() that on
rpaulo
2010-08-22
2
-0
/
+14
*
Add the FreeBSD definition for the fasttrap ioctls.
rpaulo
2010-08-22
1
-0
/
+5
*
Add a sysname char * to struct opensolaris_utsname.
rpaulo
2010-08-21
1
-0
/
+1
*
Port the DTrace helper ioctls to FreeBSD and add a helper member to
rpaulo
2010-08-21
1
-2
/
+12
*
Add sysname to struct opensolaris_utsname. This is needed by one DTrace
rpaulo
2010-08-21
1
-1
/
+2
*
First cut at mips n64 ABI support
imp
2010-08-19
1
-0
/
+20
*
In FreeBSD we use 'jailed' property.
pjd
2010-08-07
1
-1
/
+1
*
Import two changesets from OpenSolaris to make future updates easier.
mm
2010-07-25
3
-10
/
+47
*
Consider snapshots as descendants via zfs allow -d
mm
2010-07-24
1
-4
/
+12
*
zfs arc_memory_throttle: available memory is free + cache
avg
2010-07-23
1
-1
/
+2
*
Enable fake resolving of SMB RIDs by using nulldomain and UID_NOBODY
mm
2010-07-22
1
-13
/
+13
*
To improve latency, lower default vfs.zfs.vdev.max_pending from 35 to 10
mm
2010-07-20
1
-1
/
+1
*
Add OpenSolaris atomics for powerpc64 and connect ZFS to the build on
nwhitehorn
2010-07-17
1
-0
/
+75
*
Increase stack size for ZFS sync thread. This is required to make ZFS
nwhitehorn
2010-07-17
1
-1
/
+1
*
Revert the previous commit. The race is not applicable to the lockmgr
jhb
2010-07-16
1
-4
/
+1
*
When the MNTK_EXTENDED_SHARED mount option was added, some filesystems were
jhb
2010-07-16
1
-1
/
+4
*
Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced
mm
2010-07-12
98
-2814
/
+6234
*
Merge from vendor-sys/opensolaris:
rpaulo
2010-07-06
3
-0
/
+3534
*
Import latest ARC change from OpenSolaris:
mm
2010-06-17
1
-6
/
+6
*
Turn off UMA allocations on all archs by default. It isn't stable even on
pjd
2010-06-17
1
-5
/
+1
*
Remove redundant assignment.
pjd
2010-06-16
1
-2
/
+0
*
Fix arc_read_done may try to byteswap undefined data (sparc related)
mm
2010-06-12
1
-1
/
+1
*
Fix panic in zfs_getsecattr
mm
2010-06-12
1
-4
/
+11
*
Fix possible zfs panic on zpool import
mm
2010-06-12
1
-1
/
+0
*
Fix zpool resilver stalls with spa_scrub_thread in a 3 way deadlock
mm
2010-06-12
1
-5
/
+7
*
Fix ZFS panic deadlock: cycle in blocking chain via zfs_zget
mm
2010-06-12
1
-3
/
+1
*
Fix vdev_probe() starvation brings txg train to a screeching halt
mm
2010-06-12
1
-4
/
+4
*
Fix incomplete resilvering after disk replacement (raidz)
mm
2010-06-12
1
-2
/
+2
*
Fix zfs destroy fails to free object in open context, stops up txg train
mm
2010-06-12
1
-10
/
+1
*
Fix unable to remove a file over NFS after hitting refquota limit
mm
2010-06-12
1
-2
/
+2
*
Update several places that iterate over CPUs to use CPU_FOREACH().
jhb
2010-06-11
6
-35
/
+12
*
Fix freeing space after deleting large files with holes.
mm
2010-06-03
2
-41
/
+60
*
Fix ZIL close when doing zfs rollback or zfs receive on a mounted dataset.
mm
2010-06-01
1
-11
/
+41
*
Fix a bug where resilver is not started automatically on pool import or load.
pjd
2010-05-31
1
-0
/
+6
*
Fix panic when reading label from provider with non power of 2 sector size.
pjd
2010-05-31
1
-3
/
+4
*
Remove kstat.zfs.arcstats.l2_write_bytes_written
mm
2010-05-23
1
-3
/
+0
*
Fix zfs receive temporarily changing unchanged stream properties.
mm
2010-05-23
1
-5
/
+8
*
Create UMA zones unconditionally.
pjd
2010-05-23
1
-4
/
+1
*
Remove ZIO_USE_UMA from arc.c as well.
pjd
2010-05-23
1
-14
/
+3
*
Reorganize syscall entry and leave handling.
kib
2010-05-23
1
-1
/
+0
*
Fix kernel panic when calling spa_tryimport() on a corrupted pool.
mm
2010-05-23
1
-2
/
+3
*
Fix mutex_exit misorder that can cause a kernel panic.
mm
2010-05-23
1
-2
/
+2
[next]