aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
...
* Remove duplicated VFS_HOLD due to a mismerge.Martin Matuska2010-09-141-7/+0
* Add missing vop_vector zfsctl_ops_sharesMartin Matuska2010-09-141-2/+19
* Remove the page queues lock around vm_page_undirty() - it is no longer needed.Pawel Jakub Dawidek2010-09-131-2/+0
* Revamp locking a bit. This fixes three problems:Rui Paulo2010-09-122-18/+26
* Avoid a LOR (sleepable after non-sleepable) inRui Paulo2010-09-111-0/+2
* Replace sbuf_overflowed() with sbuf_error(), which returns any errorMatthew D Fleming2010-09-101-4/+6
* Forgot to commit this file. Add ZPOOL_CONFIG_IS_LOG.Pawel Jakub Dawidek2010-09-101-0/+1
* On FreeBSD we can log from pool that have multiple top-level vdevs or logPawel Jakub Dawidek2010-09-091-0/+6
* Fix two bugs in DTrace:Rui Paulo2010-09-093-6/+29
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.Justin T. Gibbs2010-09-021-0/+1
* Make the /dev/dtrace/helper node have the mode 0660. This allowsRui Paulo2010-09-011-1/+1
* execve(2) has a special check for file permissions: a file must have atJaakko Heinonen2010-08-301-4/+11
* Return NULL pointer instead of B_FALSE as it is done in the vendor code.Pawel Jakub Dawidek2010-08-281-1/+1
* Move ZUT_OBJS in the same place that is used in vendor code.Pawel Jakub Dawidek2010-08-281-3/+3
* Import changes from OpenSolaris that provideMartin Matuska2010-08-2811-120/+412
* Update ZFS metaslab code from OpenSolaris.Martin Matuska2010-08-2811-152/+394
* Remove debugging.Rui Paulo2010-08-281-1/+0
* Replace a memory barrier with a mutex barrier.Rui Paulo2010-08-281-10/+15
* Use ZFS_CTLDIR_NAME instead of hardcoding ".zfs".Pawel Jakub Dawidek2010-08-271-2/+3
* Update comment now that I finally committed r211854.Pawel Jakub Dawidek2010-08-261-9/+3
* zfs arc_reclaim_thread: no need to call arc_reclaim_needed whenAndriy Gapon2010-08-241-3/+3
* Replace a pksignal() call with tdksignal().Rui Paulo2010-08-241-1/+1
* MD fasttrap implementation.Rui Paulo2010-08-241-112/+275
* Port the fasttrap provider to FreeBSD. This provider is responsible forRui Paulo2010-08-241-208/+321
* Port this to FreeBSD. We miss some suword functions, so we use copyout.Rui Paulo2010-08-221-6/+13
* Destroy the helper device when unloading.Rui Paulo2010-08-221-0/+1
* Add more compatibility structure members needed by the upcoming fasttrapRui Paulo2010-08-221-3/+33
* Kernel DTrace support for:Rui Paulo2010-08-229-246/+612
* Add a function compatibility function dtrace_instr_size_isa() that onRui Paulo2010-08-222-0/+14
* Add the FreeBSD definition for the fasttrap ioctls.Rui Paulo2010-08-221-0/+5
* Add a sysname char * to struct opensolaris_utsname.Rui Paulo2010-08-211-0/+1
* Port the DTrace helper ioctls to FreeBSD and add a helper member toRui Paulo2010-08-211-2/+12
* Add sysname to struct opensolaris_utsname. This is needed by one DTraceRui Paulo2010-08-211-1/+2
* First cut at mips n64 ABI supportWarner Losh2010-08-191-0/+20
* In FreeBSD we use 'jailed' property.Pawel Jakub Dawidek2010-08-071-1/+1
* Import two changesets from OpenSolaris to make future updates easier.Martin Matuska2010-07-253-10/+47
* Consider snapshots as descendants via zfs allow -dMartin Matuska2010-07-241-4/+12
* zfs arc_memory_throttle: available memory is free + cacheAndriy Gapon2010-07-231-1/+2
* Enable fake resolving of SMB RIDs by using nulldomain and UID_NOBODYMartin Matuska2010-07-221-13/+13
* To improve latency, lower default vfs.zfs.vdev.max_pending from 35 to 10Martin Matuska2010-07-201-1/+1
* Add OpenSolaris atomics for powerpc64 and connect ZFS to the build onNathan Whitehorn2010-07-171-0/+75
* Increase stack size for ZFS sync thread. This is required to make ZFSNathan Whitehorn2010-07-171-1/+1
* Revert the previous commit. The race is not applicable to the lockmgrJohn Baldwin2010-07-161-4/+1
* When the MNTK_EXTENDED_SHARED mount option was added, some filesystems wereJohn Baldwin2010-07-161-1/+4
* Merge ZFS version 15 and almost all OpenSolaris bugfixes referencedMartin Matuska2010-07-1298-2814/+6234
* Merge from vendor-sys/opensolaris:Rui Paulo2010-07-063-0/+3534
* Import latest ARC change from OpenSolaris:Martin Matuska2010-06-171-6/+6
* Turn off UMA allocations on all archs by default. It isn't stable even onPawel Jakub Dawidek2010-06-171-5/+1
* Remove redundant assignment.Pawel Jakub Dawidek2010-06-161-2/+0
* Fix arc_read_done may try to byteswap undefined data (sparc related)Martin Matuska2010-06-121-1/+1