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 the PowerPC DTrace copy functions. The kernel doesn't hold the same view to
jhibbits
2013-02-03
2
-66
/
+61
*
solaris compat: remove KM_ZERO
avg
2013-02-02
1
-1
/
+0
*
zfs: add MODULE_VERSION for zfsctrl
avg
2013-02-02
1
-0
/
+1
*
spa_generate_rootconf: add support for old vdev labels
avg
2013-01-26
1
-3
/
+2
*
MFV r245510:
delphij
2013-01-16
1
-2
/
+71
*
For zfs vnodes, use the standard inode number based hash algorithm.
kib
2013-01-14
1
-0
/
+2
*
The current ZFS code expects ddt_zap_count to always succeed by asserting
delphij
2013-01-10
3
-17
/
+24
*
zfs: solaris doesn't have KM_ZERO, kmem_zalloc should be used instead
avg
2012-12-23
2
-3
/
+3
*
Correct a series of errors in the hand-rolled locking for drace_debug.c:
rstone
2012-12-23
1
-44
/
+54
*
Added vfs.zfs.vdev.trim_on_init sysctl which allows full vdev trim on
smh
2012-12-13
1
-1
/
+6
*
Upgrades trim free request sizes before inserting them into to free map,
smh
2012-12-13
2
-3
/
+14
*
Renamed zfs trim stats removing duplicate zio_trim identifier from the name
smh
2012-12-12
4
-16
/
+19
*
Use SA_ZPL_CRTIME instead of SA_ZPL_CTIME for creation time.
delphij
2012-12-03
1
-1
/
+1
*
zfs_getpages: make use of vm_page_readahead_finish
avg
2012-12-01
1
-20
/
+4
*
gfs_file_inactive: replace bad code with ugly code
avg
2012-12-01
1
-4
/
+7
*
MFV r243395:
mm
2012-11-26
2
-1
/
+9
*
Add loader(8) tunable to enable/disable nopwrite functionality:
mm
2012-11-25
1
-1
/
+4
*
MFV r243013 and r243267:
mm
2012-11-25
11
-70
/
+321
*
zfs_freebsd_reclaim: remove a stray variable
avg
2012-11-25
1
-1
/
+0
*
zfs: overhaul zfs-vfs glue for vnode life-cycle management
avg
2012-11-25
4
-137
/
+58
*
zfs_fhtovp: there is no reason to amend lock flags with LK_RETRY here
avg
2012-11-25
1
-1
/
+1
*
add zfs_bmap to aid vnode_pager_haspage
avg
2012-11-25
1
-1
/
+25
*
zfs_getpages: optimize for large block sizes
avg
2012-11-25
1
-23
/
+86
*
MFV r243012:
mm
2012-11-25
1
-0
/
+8
*
MFV r242735:
mm
2012-11-25
9
-23
/
+84
*
zfs roopool: add support for multi-vdev configurations
avg
2012-11-24
2
-41
/
+151
*
spa_import_rootpool: initialize ub_version before calling spa_config_parse
avg
2012-11-24
1
-0
/
+8
*
spa_import_rootpool: do not call spa_history_log_version
avg
2012-11-24
1
-2
/
+0
*
opensolaris compat: terminate cmn_err mesages with a new line
avg
2012-11-24
1
-0
/
+1
*
zfs: create devices/geoms from zvols after receiveing them
avg
2012-11-24
1
-0
/
+6
*
zfs_remove: assert that delete_now case is never true on FreeBSD
avg
2012-11-19
1
-0
/
+3
*
zfs_remove: set VV_NOSYNC flag if a node is unlinked
avg
2012-11-19
1
-0
/
+3
*
spa_import_rootpool: fall back to use configuration from zpool.cache...
avg
2012-11-18
1
-18
/
+34
*
Add the wait6(2) system call. It takes POSIX waitid()-like process
kib
2012-11-13
1
-0
/
+4
*
zfs_ioc_destroy_snaps_nvl: remove disk device entries for zvol snapshots
avg
2012-11-10
1
-0
/
+1
*
MFV r242729 (mm):
delphij
2012-11-10
3
-5
/
+105
*
Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.
attilio
2012-11-09
1
-1
/
+0
*
Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.
jhibbits
2012-11-07
9
-3
/
+1157
*
zfs_dirlook: bailout early if directory is unlinked
avg
2012-11-04
1
-0
/
+14
*
zfsctl_snapdir_lookup: obtain a snapname in the remount case
avg
2012-11-04
1
-0
/
+1
*
zfs: set MNTK_EXTENDED_SHARED flag
avg
2012-11-04
1
-0
/
+1
*
opensolaris compat: clear VI_MOUNT before returning if mount_snapshot fails
avg
2012-11-04
1
-0
/
+3
*
zfs_vnode_forget: dispose of larvae vnode using public vfs api (mostly)
avg
2012-11-04
1
-5
/
+4
*
zfs_umount: no need to set MNTK_UNMOUNTF here, dounmount handles that
avg
2012-11-04
1
-4
/
+0
*
opensolaris_lookup: use vfs_busy in traverse before calling VFS_ROOT
avg
2012-11-04
1
-0
/
+4
*
zfs_vnode_lock: no need to double-guess caller's intentions here
avg
2012-11-04
1
-8
/
+0
*
zfs_mount: drop vfs.zfs.rootpool.prefer_cached_config tunable
avg
2012-11-04
1
-14
/
+2
*
zfs_freebsd_close: call zfs_close with count=1 instead of count=0
avg
2012-11-04
1
-1
/
+1
*
s/dettach/detach/g
delphij
2012-10-30
1
-3
/
+3
*
zfs: fix label validation code in vdev_geom_read_config
avg
2012-10-26
1
-3
/
+5
[next]