summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Destroy the helper device when unloading.rpaulo2010-08-221-0/+1
* Add more compatibility structure members needed by the upcoming fasttraprpaulo2010-08-221-3/+33
* Kernel DTrace support for:rpaulo2010-08-229-246/+612
* Add a function compatibility function dtrace_instr_size_isa() that onrpaulo2010-08-222-0/+14
* Add the FreeBSD definition for the fasttrap ioctls.rpaulo2010-08-221-0/+5
* Add a sysname char * to struct opensolaris_utsname.rpaulo2010-08-211-0/+1
* Port the DTrace helper ioctls to FreeBSD and add a helper member torpaulo2010-08-211-2/+12
* Add sysname to struct opensolaris_utsname. This is needed by one DTracerpaulo2010-08-211-1/+2
* 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-1298-2814/+6234
* 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
* Fix unable to remove a file over NFS after hitting refquota limitmm2010-06-121-2/+2
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-116-35/+12
* Fix freeing space after deleting large files with holes.mm2010-06-032-41/+60
* Fix ZIL close when doing zfs rollback or zfs receive on a mounted dataset.mm2010-06-011-11/+41
* Fix a bug where resilver is not started automatically on pool import or load.pjd2010-05-311-0/+6
* Fix panic when reading label from provider with non power of 2 sector size.pjd2010-05-311-3/+4
* Remove kstat.zfs.arcstats.l2_write_bytes_writtenmm2010-05-231-3/+0
* Fix zfs receive temporarily changing unchanged stream properties.mm2010-05-231-5/+8
* Create UMA zones unconditionally.pjd2010-05-231-4/+1
* Remove ZIO_USE_UMA from arc.c as well.pjd2010-05-231-14/+3
* Reorganize syscall entry and leave handling.kib2010-05-231-1/+0
* Fix kernel panic when calling spa_tryimport() on a corrupted pool.mm2010-05-231-2/+3
* Fix mutex_exit misorder that can cause a kernel panic.mm2010-05-231-2/+2
OpenPOWER on IntegriCloud