summaryrefslogtreecommitdiff
path: root/tools/testing/radix-tree/idr-test.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-24idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)1-0/+52
2018-05-30idr: fix invalid ptr dereference on item deleteMatthew Wilcox1-0/+7
2017-03-07ida: Free correct IDA bitmapMatthew Wilcox1-3/+31
2017-03-07radix tree test suite: Add tests for ida_simple_get() and ida_simple_remove()Rehas Sachdeva1-0/+19
2017-03-07radix tree test suite: Add test for idr_get_next()Rehas Sachdeva1-0/+25
2017-02-14radix tree test suite: Build separate binaries for some testsMatthew Wilcox1-0/+11
2017-02-14ida: Use exceptional entries for small IDAsMatthew Wilcox1-1/+92
2017-02-14Reimplement IDR and IDA using the radix treeMatthew Wilcox1-0/+342