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
*
Disable VFS_HOLD placed on mnt_vnodecovered during the mount of a snapshot
mm
2010-11-13
1
-0
/
+4
*
Validate whether the zfs_cmd_t submitted from userland is not smaller than
delphij
2010-11-05
1
-0
/
+8
*
Bugfix merge from OpenSolaris:
mm
2010-10-26
3
-6
/
+28
*
zfs: add vop_getpages method implementation
avg
2010-10-16
1
-0
/
+91
*
In zfs_post_common(), use %d instead of %hhu.
rpaulo
2010-10-13
1
-1
/
+1
*
zfs + sendfile: do not produce partially valid pages for vnode's tail
avg
2010-10-12
1
-3
/
+6
*
Provide internal ioflags() function that converts ioflag provided by FreeBSD's
pjd
2010-10-10
1
-5
/
+22
*
Change FAPPEND to IO_APPEND as this is a ioflag and not a fflag.
mm
2010-10-08
1
-1
/
+1
*
Properly handle IO with B_FAILFAST
mm
2010-09-27
10
-44
/
+103
*
Enable offlining of log devices.
mm
2010-09-27
6
-75
/
+147
*
zfs_map_page/zfs_unmap_page: do not use sched_pin() and SFB_CPUPRIVATE
avg
2010-09-21
1
-3
/
+1
*
zfs_vnops: use zfs_map_page/zfs_unmap_page helper functions in another place
avg
2010-09-21
1
-5
/
+2
*
zfs arc_reclaim_needed: fix typo in mismerge in r212780
avg
2010-09-17
1
-1
/
+1
*
zfs+sendfile: advance uio_offset upon reading as well
avg
2010-09-17
1
-1
/
+3
*
zfs arc_reclaim_needed: remove redundant checks for arc_c_max and arc_c_max
avg
2010-09-17
1
-4
/
+0
*
zfs arc_reclaim_needed: more reasonable threshold for available pages
avg
2010-09-17
1
-3
/
+3
*
Fix kernel panic when moving a file to .zfs/shares
mm
2010-09-15
4
-23
/
+40
*
zfs vn_has_cached_data: take into account v_object->cache != NULL
avg
2010-09-15
1
-11
/
+1
*
zfs mappedread, update_pages: use int for offset and length within a page
avg
2010-09-15
1
-5
/
+6
*
zfs mappedread: use uiomove_fromphys where possible
avg
2010-09-15
1
-8
/
+2
*
zfs: catch up with vm_page_sleep_if_busy changes
avg
2010-09-15
1
-3
/
+31
*
tmpfs, zfs + sendfile: mark page bits as valid after populating it with data
avg
2010-09-15
1
-0
/
+2
*
Remove duplicated VFS_HOLD due to a mismerge.
mm
2010-09-14
1
-7
/
+0
*
Add missing vop_vector zfsctl_ops_shares
mm
2010-09-14
1
-2
/
+19
*
Remove the page queues lock around vm_page_undirty() - it is no longer needed.
pjd
2010-09-13
1
-2
/
+0
*
Revamp locking a bit. This fixes three problems:
rpaulo
2010-09-12
2
-18
/
+26
*
Avoid a LOR (sleepable after non-sleepable) in
rpaulo
2010-09-11
1
-0
/
+2
*
Replace sbuf_overflowed() with sbuf_error(), which returns any error
mdf
2010-09-10
1
-4
/
+6
*
On FreeBSD we can log from pool that have multiple top-level vdevs or log
pjd
2010-09-09
1
-0
/
+6
*
Fix two bugs in DTrace:
rpaulo
2010-09-09
3
-6
/
+29
*
Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.
gibbs
2010-09-02
1
-0
/
+1
*
execve(2) has a special check for file permissions: a file must have at
jh
2010-08-30
1
-4
/
+11
*
Return NULL pointer instead of B_FALSE as it is done in the vendor code.
pjd
2010-08-28
1
-1
/
+1
*
Move ZUT_OBJS in the same place that is used in vendor code.
pjd
2010-08-28
1
-3
/
+3
*
Import changes from OpenSolaris that provide
mm
2010-08-28
9
-117
/
+410
*
Update ZFS metaslab code from OpenSolaris.
mm
2010-08-28
11
-152
/
+394
*
Remove debugging.
rpaulo
2010-08-28
1
-1
/
+0
*
Replace a memory barrier with a mutex barrier.
rpaulo
2010-08-28
1
-10
/
+15
*
Use ZFS_CTLDIR_NAME instead of hardcoding ".zfs".
pjd
2010-08-27
1
-2
/
+3
*
Update comment now that I finally committed r211854.
pjd
2010-08-26
1
-9
/
+3
*
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
*
Kernel DTrace support for:
rpaulo
2010-08-22
2
-25
/
+27
*
Add the FreeBSD definition for the fasttrap ioctls.
rpaulo
2010-08-22
1
-0
/
+5
*
Port the DTrace helper ioctls to FreeBSD and add a helper member to
rpaulo
2010-08-21
1
-2
/
+12
*
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
[next]