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
/
contrib
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-13
/
+5
*
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
*
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
*
Update L2ARC code and fix several bugs.
mm
2010-05-21
4
-126
/
+311
*
Reorder some already introduced locking variables.
mm
2010-05-21
3
-9
/
+11
*
Fix stack overflow in zfs send.
mm
2010-05-21
2
-11
/
+12
*
Fix: vdev_reopen() can lead to failed allocations
mm
2010-05-21
3
-1
/
+15
*
Fix userland build by making io_task available only for the kernel and by
pjd
2010-05-16
1
-0
/
+2
*
Allow to configure UMA usage for ZIO data via loader and turn it on by
pjd
2010-05-16
1
-29
/
+31
*
Add task structure to zio and use it instead of allocating one.
pjd
2010-05-16
2
-4
/
+7
*
The whole point of having dedicated worker thread for each leaf VDEV was to
pjd
2010-05-16
1
-105
/
+22
*
Fix deadlock between zfs_dirent_lock and zfs_rmdir
mm
2010-05-16
4
-4
/
+50
*
Fix perfomance problem with ZFS prefetch caching [1]
mm
2010-05-16
3
-16
/
+92
*
Fix ZIL-related panic on zfs rollback.
mm
2010-05-13
5
-61
/
+44
*
Import OpenSolaris revision 7837:001de5627df3
mm
2010-05-13
16
-1192
/
+560
*
Add missing check to prevent local users from panicing the kernel by trying
trasz
2010-05-13
1
-0
/
+4
*
Fix possible hang when replaying large truncations.
mm
2010-05-12
1
-0
/
+24
*
Eventhough r203504 eliminates taste traffic provoked by vdev_geom.c,
pjd
2010-05-11
1
-1
/
+10
*
Add missing new line characters to the warnings.
pjd
2010-05-11
1
-2
/
+2
*
Fix failed assertion on destroying datasets from an older pool version.
mm
2010-05-11
1
-3
/
+2
*
Fix possible panic with zfs destroy.
mm
2010-05-11
1
-1
/
+2
*
Fix zfs rename (may occasionally fail with dataset busy).
mm
2010-05-11
1
-1
/
+7
*
Fix endianess bug in ZFS intent log (ZIL).
mm
2010-05-11
1
-2
/
+8
*
Enforce RLIMIT_FSIZE in ZFS.
trasz
2010-05-07
1
-0
/
+3
*
- Fix broken symlinks on cross platform zfs send/recv. [1]
marius
2010-05-05
1
-9
/
+28
*
Introduce hardforce export option (-F) for "zpool export".
mm
2010-05-05
3
-10
/
+17
*
Speed up ZFS list operation with objset prefetching.
mm
2010-05-04
3
-2
/
+45
*
Fix deadlock during zfs receive.
mm
2010-05-04
2
-16
/
+18
*
Add sysctl and loader tunable vfs.zfs.txg.write_limit_override.
mm
2010-05-01
1
-0
/
+6
*
Change description of tunable group vfs.zfs.txg to be more
mm
2010-05-01
1
-1
/
+2
[next]