summaryrefslogtreecommitdiff
path: root/usr/src/common/avl/avl.c
AgeCommit message (Collapse)AuthorFilesLines
2016-06-037028 avl_destroy_nodes supports emptying, not just destroying, an avl treeEli Rosenthal1-3/+3
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2015-08-066091 avl_add doesn't assert on non-debug buildsJosef 'Jeff' Sipek1-3/+7
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Steve Dougherty <steve@asksteved.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-07-264873 zvol unmap calls can take a very long time for larger datasetsAlex Reece1-0/+28
Reviewed by: George Wilson <george@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Paul Dagnelie <paul.dagnelie@delphix.com> Reviewed by: Basil Crow <basil.crow@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-04-234745 fix AVL code misspellingsJosef 'Jeff' Sipek1-5/+6
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2009-11-01PSARC 2009/571 ZFS Deduplication PropertiesJeff Bonwick1-5/+2
6677093 zfs should have dedup capability
2008-05-266554564 slab allocator cannot release slabs with lonely bufferstomee1-1/+65
6676406 kmem client constructors and destructors need some cleanup
2006-10-036463348 ZFS code could be more portablend1506281-1/+1
2006-05-186225914 avl_remove should assert that tree is not emptysommerfe1-11/+28
6225934 avl_insert_here silent about duplicate key values
2005-10-31PSARC 2002/240 ZFSahrens1-2/+26
6338653 Integrate ZFS PSARC 2004/652 - DKIOCFLUSH 5096886 Write caching disks need mechanism to flush cache to physical media
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+928