summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated VFS_HOLD due to a mismerge.mm2010-09-141-7/+0
* Add missing vop_vector zfsctl_ops_sharesmm2010-09-141-2/+19
* Remove the page queues lock around vm_page_undirty() - it is no longer needed.pjd2010-09-131-2/+0
* Revamp locking a bit. This fixes three problems:rpaulo2010-09-122-18/+26
* Avoid a LOR (sleepable after non-sleepable) inrpaulo2010-09-111-0/+2
* Replace sbuf_overflowed() with sbuf_error(), which returns any errormdf2010-09-101-4/+6
* On FreeBSD we can log from pool that have multiple top-level vdevs or logpjd2010-09-091-0/+6
* Fix two bugs in DTrace:rpaulo2010-09-093-6/+29
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.gibbs2010-09-021-0/+1
* execve(2) has a special check for file permissions: a file must have atjh2010-08-301-4/+11
* Return NULL pointer instead of B_FALSE as it is done in the vendor code.pjd2010-08-281-1/+1
* Move ZUT_OBJS in the same place that is used in vendor code.pjd2010-08-281-3/+3
* Import changes from OpenSolaris that providemm2010-08-289-117/+410
* Update ZFS metaslab code from OpenSolaris.mm2010-08-2811-152/+394
* Remove debugging.rpaulo2010-08-281-1/+0
* Replace a memory barrier with a mutex barrier.rpaulo2010-08-281-10/+15
* Use ZFS_CTLDIR_NAME instead of hardcoding ".zfs".pjd2010-08-271-2/+3
* Update comment now that I finally committed r211854.pjd2010-08-261-9/+3
* zfs arc_reclaim_thread: no need to call arc_reclaim_needed whenavg2010-08-241-3/+3
* Replace a pksignal() call with tdksignal().rpaulo2010-08-241-1/+1
* MD fasttrap implementation.rpaulo2010-08-241-112/+275
* Port the fasttrap provider to FreeBSD. This provider is responsible forrpaulo2010-08-241-208/+321
* Port this to FreeBSD. We miss some suword functions, so we use copyout.rpaulo2010-08-221-6/+13
* Kernel DTrace support for:rpaulo2010-08-222-25/+27
* Add the FreeBSD definition for the fasttrap ioctls.rpaulo2010-08-221-0/+5
* Port the DTrace helper ioctls to FreeBSD and add a helper member torpaulo2010-08-211-2/+12
* First cut at mips n64 ABI supportimp2010-08-191-0/+20
* In FreeBSD we use 'jailed' property.pjd2010-08-071-1/+1
* Import two changesets from OpenSolaris to make future updates easier.mm2010-07-253-10/+47
* Consider snapshots as descendants via zfs allow -dmm2010-07-241-4/+12
* zfs arc_memory_throttle: available memory is free + cacheavg2010-07-231-1/+2
* Enable fake resolving of SMB RIDs by using nulldomain and UID_NOBODYmm2010-07-221-13/+13
* To improve latency, lower default vfs.zfs.vdev.max_pending from 35 to 10mm2010-07-201-1/+1
* Add OpenSolaris atomics for powerpc64 and connect ZFS to the build onnwhitehorn2010-07-171-0/+75
* Increase stack size for ZFS sync thread. This is required to make ZFSnwhitehorn2010-07-171-1/+1
* Revert the previous commit. The race is not applicable to the lockmgrjhb2010-07-161-4/+1
* When the MNTK_EXTENDED_SHARED mount option was added, some filesystems werejhb2010-07-161-1/+4
* Merge ZFS version 15 and almost all OpenSolaris bugfixes referencedmm2010-07-1290-2790/+6083
* Merge from vendor-sys/opensolaris:rpaulo2010-07-063-0/+3534
* Import latest ARC change from OpenSolaris:mm2010-06-171-6/+6
* Turn off UMA allocations on all archs by default. It isn't stable even onpjd2010-06-171-5/+1
* Remove redundant assignment.pjd2010-06-161-2/+0
* Fix arc_read_done may try to byteswap undefined data (sparc related)mm2010-06-121-1/+1
* Fix panic in zfs_getsecattrmm2010-06-121-4/+11
* Fix possible zfs panic on zpool importmm2010-06-121-1/+0
* Fix zpool resilver stalls with spa_scrub_thread in a 3 way deadlockmm2010-06-121-5/+7
* Fix ZFS panic deadlock: cycle in blocking chain via zfs_zgetmm2010-06-121-3/+1
* Fix vdev_probe() starvation brings txg train to a screeching haltmm2010-06-121-4/+4
* Fix incomplete resilvering after disk replacement (raidz)mm2010-06-121-2/+2
* Fix zfs destroy fails to free object in open context, stops up txg trainmm2010-06-121-10/+1
OpenPOWER on IntegriCloud