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
*
- Hide ZFS kernel threads under zfskern process.
pjd
2009-08-23
4
-7
/
+7
*
Set priority of vdev_geom threads and zvol threads to PRIBIO.
pjd
2009-08-23
2
-0
/
+8
*
getcwd() (when __getcwd() fails) works by stating current directory, going up
pjd
2009-08-17
1
-0
/
+43
*
Manage asynchronous vnode release just like Solaris.
pjd
2009-08-17
6
-131
/
+50
*
- Reduce z_teardown_lock lock scope a bit.
pjd
2009-08-17
1
-7
/
+7
*
If z_buf is NULL, we should free znode immediately.
pjd
2009-08-17
1
-7
/
+9
*
- We need to recycle vnode instead of freeing znode.
pjd
2009-08-17
1
-3
/
+2
*
Fix panic in zfs recv code. The last vnode (mountpoint's vnode) can have
pjd
2009-08-17
1
-1
/
+1
*
Remove OpenSolaris taskq port (it performs very poorly in our kernel) and
pjd
2009-08-17
3
-1041
/
+91
*
- Fix a race where /dev/zfs control device is created before ZFS is fully
pjd
2009-08-17
1
-25
/
+21
*
Remove files that are no longer used.
pjd
2009-08-17
4
-1576
/
+0
*
Fix misalignment in nvpair_native_embedded() caused by the compiler
marcel
2009-08-16
1
-2
/
+3
*
We don't support ephemeral IDs in FreeBSD and without this fix ZFS can
pjd
2009-07-27
1
-0
/
+4
*
Fix extattr_list_file(2) on ZFS in case the attribute directory
trasz
2009-07-22
1
-3
/
+3
*
Fix permission handling for extended attributes in ZFS. Without
trasz
2009-07-20
3
-3
/
+51
*
In nvpair_native_embedded_array(), meaningless pointers are zeroed.
marcel
2009-07-11
1
-3
/
+6
*
Add another flags argument to vn_open_cred. Use it to specify that some
kib
2009-06-21
1
-2
/
+2
*
Rename the host-related prison fields to be the same as the host.*
jamie
2009-06-13
1
-2
/
+2
*
pjd has requested that I keep the tunable as zfs_prefetch_disable to minimize...
kmacy
2009-06-11
4
-10
/
+10
*
check against prefetch_enable
kmacy
2009-06-11
3
-3
/
+3
*
use default policy for enabling prefetching unless the TUNABLE is set
kmacy
2009-06-10
2
-12
/
+12
*
As far as I can tell systems that have less than 4GB are more often hurt
kmacy
2009-06-10
2
-0
/
+19
*
Support shared vnode locks for write operations when the offset is
ps
2009-06-04
1
-0
/
+1
*
Allow the bootfs property to be set for raidz pools on FreeBSD.
dfr
2009-05-31
1
-3
/
+14
*
fix xdrmem_control to be safe in an if statement
kmacy
2009-05-30
1
-0
/
+1
*
work around snapshot shutdown race reported by Henri Hennebert
kmacy
2009-05-30
1
-2
/
+7
*
MFdevbranch 192944
kmacy
2009-05-28
1
-0
/
+23
*
Add the OpenSolaris dtrace lockstat provider. The lockstat provider
sson
2009-05-26
1
-52
/
+58
*
MFp4 changes neccessary for NFSv4 ACLs support in ZFS. This is mostly
trasz
2009-05-26
7
-16
/
+114
*
Fix comment.
trasz
2009-05-24
1
-1
/
+1
*
- back out direct map hack
kmacy
2009-05-19
2
-103
/
+12
*
set createtxg prop name
kmacy
2009-05-17
1
-1
/
+1
*
SAVESTART implies SAVENAME
kmacy
2009-05-17
1
-2
/
+2
*
- allow forced unmounts
kmacy
2009-05-16
1
-4
/
+4
*
only use direct map if system has more than 2GB
kmacy
2009-05-16
1
-1
/
+1
*
apply band-aid to x86_64 systems with more physical memory than kmem by alloc...
kmacy
2009-05-16
2
-12
/
+103
*
Remove the thread argument from the FSD (File-System Dependent) parts of
attilio
2009-05-11
2
-16
/
+17
*
rename xdr support files to avoid conflicts when linking in to the kernel
kmacy
2009-05-11
3
-0
/
+0
*
- rename atomic.S and crc32.c to avoid collisions when linking zfs in to the ...
kmacy
2009-05-09
6
-0
/
+2
*
don't call vn_rele_async_fini in the !_KERNEL case
kmacy
2009-05-07
1
-0
/
+2
*
move VN_RELE_ASYNC to the compatibility layer with the rest of the VN_* defines
kmacy
2009-05-07
1
-5
/
+0
*
avoid LOR and gratuitous extra lock acquisitions by moving user_evict list bu...
kmacy
2009-05-07
1
-6
/
+16
*
Allow the VM to provide backpressure on the ARC cache as it does
kmacy
2009-05-07
1
-0
/
+9
*
Asynchronously release vnodes to avoid blocking on range locks when calling b...
kmacy
2009-05-07
5
-4
/
+165
*
Remove VOP_LEASE and supporting functions. This hasn't been used since
rwatson
2009-04-10
1
-2
/
+0
*
Revert r190676,190677
thompsa
2009-04-10
1
-1
/
+1
*
Add a how argument to root_mount_hold() so it can be passed NOWAIT and be called
thompsa
2009-04-03
1
-1
/
+1
*
The zfs_get_xattrdir() function is used to find the extended attribute
jhb
2009-03-18
1
-0
/
+2
*
Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that a
jhb
2009-03-11
1
-1
/
+3
*
Use shared vnode locks when invoking VOP_READDIR().
jhb
2009-02-13
1
-2
/
+2
[next]