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 improper pool write throughput calculation.
mm
2010-04-30
1
-1
/
+1
*
Backport fix for 'zfs_znode_dmu_init: existing znode for dbuf' panic from Ope...
pjd
2010-04-28
1
-12
/
+31
*
Allow to modify directory's content even if the ZFS_NOUNLINK (SF_NOUNLINK,
pjd
2010-04-22
1
-0
/
+13
*
Rename the cyclic global variable lapic_cyclic_clock_func to just
rpaulo
2010-04-20
1
-3
/
+3
*
The amd64 version of the cyclic dtrace module is a verbatim copy of the
rpaulo
2010-04-20
1
-133
/
+0
*
Partially MFp4 #176265 by pjd@:
delphij
2010-04-19
1
-5
/
+12
*
Restore previous order.
pjd
2010-04-18
1
-1
/
+1
*
Style fixes.
pjd
2010-04-18
1
-66
/
+54
*
Add missing list and lock destruction.
pjd
2010-04-18
1
-0
/
+2
*
Extend locks scope to match OpenSolaris.
pjd
2010-04-18
1
-5
/
+2
*
Remove racy assertion.
pjd
2010-04-18
1
-3
/
+0
*
Set ARC_L2_WRITING on L2ARC header creation.
pjd
2010-04-18
1
-0
/
+1
*
Fix 3-way deadlock that can happen because of ZFS and vnode lock
pjd
2010-04-15
2
-7
/
+10
*
The same code is used to import and to create pool.
pjd
2010-03-19
1
-10
/
+20
*
- cache line align arcs_lock array (h/t Marius Nuennerich)
kmacy
2010-03-17
1
-3
/
+3
*
use CACHE_LINE_SIZE instead of hardcoding 128 for lock pad
kmacy
2010-03-17
1
-1
/
+1
*
- reduce contention by breaking up ARC state locks in to 16 for data
kmacy
2010-03-16
2
-129
/
+381
*
fix compilation under ZIO_USE_UMA
kmacy
2010-03-13
2
-11
/
+6
*
Don't bottleneck on acquiring the stream locks - this avoids a massive
kmacy
2010-03-13
1
-10
/
+18
*
Remove bogus assertion.
pjd
2010-03-12
1
-3
/
+0
*
Remove racy assertion.
pjd
2010-03-06
1
-2
/
+1
*
Use mf and not mf.a. The latter doesn't force memory ordering and
marcel
2010-02-22
1
-1
/
+1
*
Don't set f_bsize to recordsize. It might confuse some software (like squid).
pjd
2010-02-19
1
-5
/
+6
*
Add tunable and sysctl to skip hostid check on pool import.
pjd
2010-02-18
1
-1
/
+9
*
Remove two files that are not needed by FreeBSD.
delphij
2010-02-05
2
-774
/
+0
*
Open provider for writting when we find the right one. Opening too much
pjd
2010-02-04
1
-17
/
+27
*
On FreeBSD, time_t is 64-bit for all platforms except i386 and powerpc,
delphij
2010-01-25
1
-0
/
+5
*
Report ZFS filesystem version instead of the zpool version when we say it.
delphij
2010-01-11
1
-1
/
+1
*
Re-apply onnv-gate revisions 7994 and 8986 (corresponds to FreeBSD
delphij
2010-01-07
1
-7
/
+6
*
Instead of assuming all vdevs are healthy, check the newest vdev label
delphij
2010-01-06
1
-1
/
+12
*
Teach the (gpt)zfsboot and zfsloader raidz code to use its buffers
pjd
2010-01-06
1
-21
/
+29
*
Reduce diff against OpenSolaris - move Giant acquire/release to
delphij
2010-01-02
2
-5
/
+3
*
Apply OpenSolaris revision 8012 which brings our zpool to version 14,
delphij
2009-12-28
6
-97
/
+121
*
Apply fix for Solaris bug 6462803: zfs snapshot -r failed because
delphij
2009-12-19
1
-7
/
+9
*
Apply fix for Solaris bug 6801979: zfs recv can fail with E2BIG
delphij
2009-12-19
4
-64
/
+64
*
Apply fix Solaris bug 6462803 zfs snapshot -r failed because
delphij
2009-12-19
2
-23
/
+44
*
Change VOP_FSYNC for zfs vnode from VOP_PANIC to zfs_freebsd_fsync(),
kib
2009-12-05
1
-1
/
+1
*
We have to eventually look for provider without checking guid as this is need
pjd
2009-12-05
1
-3
/
+5
*
Fix deadlock when ZVOLs are present and we are replacing dead component or
pjd
2009-12-05
2
-2
/
+10
*
Always check guid when opening by path, because we may end up with provider
pjd
2009-12-05
1
-5
/
+3
*
Avoid using additional variable for storing an error if we are not going
pjd
2009-12-05
1
-3
/
+2
*
Correct another case of not doing 64bit math. This allows mine and
ps
2009-11-13
1
-1
/
+2
*
Be careful which vattr fields are set during setattr replay.
pjd
2009-11-10
1
-4
/
+8
*
Avoid passing invalid mountpoint to getnewvnode().
pjd
2009-11-10
1
-21
/
+18
*
- zfs_zaccess() can handle VAPPEND too, so map V_APPEND to VAPPEND and call
pjd
2009-10-30
3
-10
/
+23
*
Correct some issues with zfs boot.
rnoland
2009-10-23
1
-0
/
+18
*
Allow file system owner to modify system flags if securelevel permits.
pjd
2009-10-08
3
-12
/
+17
*
File system owner is when uid matches and jail matches.
pjd
2009-10-08
1
-3
/
+2
*
On FreeBSD it is enough to report provider removal when orphan event is
pjd
2009-10-07
1
-20
/
+0
*
Fix white-spaces.
pjd
2009-10-07
1
-6
/
+6
[next]