summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update L2ARC code and fix several bugs.mm2010-05-214-126/+311
* Reorder some already introduced locking variables.mm2010-05-213-9/+11
* Fix stack overflow in zfs send.mm2010-05-212-11/+12
* Fix: vdev_reopen() can lead to failed allocationsmm2010-05-213-1/+15
* Fix userland build by making io_task available only for the kernel and bypjd2010-05-161-0/+2
* Allow to configure UMA usage for ZIO data via loader and turn it on bypjd2010-05-161-29/+31
* Add task structure to zio and use it instead of allocating one.pjd2010-05-164-10/+80
* The whole point of having dedicated worker thread for each leaf VDEV was topjd2010-05-161-105/+22
* Fix deadlock between zfs_dirent_lock and zfs_rmdirmm2010-05-164-4/+50
* Fix perfomance problem with ZFS prefetch caching [1]mm2010-05-163-16/+92
* Fix ZIL-related panic on zfs rollback.mm2010-05-135-61/+44
* Import OpenSolaris revision 7837:001de5627df3mm2010-05-1318-1194/+566
* Add missing check to prevent local users from panicing the kernel by tryingtrasz2010-05-131-0/+4
* Fix possible hang when replaying large truncations.mm2010-05-121-0/+24
* I added vfs_lowvnodes event, but it was only used for a short while and nowpjd2010-05-111-1/+1
OpenPOWER on IntegriCloud