aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix panic in zfs_getsecattrMartin Matuska2010-06-121-4/+11
* Fix possible zfs panic on zpool importMartin Matuska2010-06-121-1/+0
* Fix zpool resilver stalls with spa_scrub_thread in a 3 way deadlockMartin Matuska2010-06-121-5/+7
* Fix ZFS panic deadlock: cycle in blocking chain via zfs_zgetMartin Matuska2010-06-121-3/+1
* Fix vdev_probe() starvation brings txg train to a screeching haltMartin Matuska2010-06-121-4/+4
* Fix incomplete resilvering after disk replacement (raidz)Martin Matuska2010-06-121-2/+2
* Fix zfs destroy fails to free object in open context, stops up txg trainMartin Matuska2010-06-121-10/+1
* Fix unable to remove a file over NFS after hitting refquota limitMartin Matuska2010-06-121-2/+2
* Update several places that iterate over CPUs to use CPU_FOREACH().John Baldwin2010-06-116-35/+12
* Fix freeing space after deleting large files with holes.Martin Matuska2010-06-032-41/+60
* Fix ZIL close when doing zfs rollback or zfs receive on a mounted dataset.Martin Matuska2010-06-011-11/+41
* Fix a bug where resilver is not started automatically on pool import or load.Pawel Jakub Dawidek2010-05-311-0/+6
* Fix panic when reading label from provider with non power of 2 sector size.Pawel Jakub Dawidek2010-05-311-3/+4
* Remove kstat.zfs.arcstats.l2_write_bytes_writtenMartin Matuska2010-05-231-3/+0
* Fix zfs receive temporarily changing unchanged stream properties.Martin Matuska2010-05-231-5/+8
* Create UMA zones unconditionally.Pawel Jakub Dawidek2010-05-231-4/+1
* Remove ZIO_USE_UMA from arc.c as well.Pawel Jakub Dawidek2010-05-231-14/+3
* Reorganize syscall entry and leave handling.Konstantin Belousov2010-05-231-1/+0
* Fix kernel panic when calling spa_tryimport() on a corrupted pool.Martin Matuska2010-05-231-2/+3
* Fix mutex_exit misorder that can cause a kernel panic.Martin Matuska2010-05-231-2/+2
* Update L2ARC code and fix several bugs.Martin Matuska2010-05-214-126/+311
* Reorder some already introduced locking variables.Martin Matuska2010-05-213-9/+11
* Fix stack overflow in zfs send.Martin Matuska2010-05-212-11/+12
* Fix: vdev_reopen() can lead to failed allocationsMartin Matuska2010-05-213-1/+15
* Fix userland build by making io_task available only for the kernel and byPawel Jakub Dawidek2010-05-161-0/+2
* Allow to configure UMA usage for ZIO data via loader and turn it on byPawel Jakub Dawidek2010-05-161-29/+31
* Add task structure to zio and use it instead of allocating one.Pawel Jakub Dawidek2010-05-164-10/+80
* The whole point of having dedicated worker thread for each leaf VDEV was toPawel Jakub Dawidek2010-05-161-105/+22
* Fix deadlock between zfs_dirent_lock and zfs_rmdirMartin Matuska2010-05-164-4/+50
* Fix perfomance problem with ZFS prefetch caching [1]Martin Matuska2010-05-163-16/+92
* Fix ZIL-related panic on zfs rollback.Martin Matuska2010-05-135-61/+44
* Import OpenSolaris revision 7837:001de5627df3Martin Matuska2010-05-1318-1194/+566
* Add missing check to prevent local users from panicing the kernel by tryingEdward Tomasz Napierala2010-05-131-0/+4
* Fix possible hang when replaying large truncations.Martin Matuska2010-05-121-0/+24
* I added vfs_lowvnodes event, but it was only used for a short while and nowPawel Jakub Dawidek2010-05-111-1/+1
* Eventhough r203504 eliminates taste traffic provoked by vdev_geom.c,Pawel Jakub Dawidek2010-05-111-1/+10
* Add missing new line characters to the warnings.Pawel Jakub Dawidek2010-05-111-2/+2
* Fix failed assertion on destroying datasets from an older pool version.Martin Matuska2010-05-111-3/+2
* Fix possible panic with zfs destroy.Martin Matuska2010-05-111-1/+2
* Fix zfs rename (may occasionally fail with dataset busy).Martin Matuska2010-05-111-1/+7
* Fix endianess bug in ZFS intent log (ZIL).Martin Matuska2010-05-111-2/+8
* Enforce RLIMIT_FSIZE in ZFS.Edward Tomasz Napierala2010-05-071-0/+3
* - Fix broken symlinks on cross platform zfs send/recv. [1]Marius Strobl2010-05-051-9/+28
* Introduce hardforce export option (-F) for "zpool export".Martin Matuska2010-05-053-10/+17
* Speed up ZFS list operation with objset prefetching.Martin Matuska2010-05-043-2/+45