summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/idr-test.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-06-291-0/+46
|\
| * idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)2019-06-031-0/+46
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1Star
|/
* ida: Convert to XArrayMatthew Wilcox2018-10-211-5/+3Star
* xarray: Replace exceptional entriesMatthew Wilcox2018-09-301-3/+3
* idr: Permit any valid kernel pointer to be storedMatthew Wilcox2018-09-301-0/+63
* test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox2018-08-221-66/+4Star
* test_ida: Convert check_ida_conv to new APIMatthew Wilcox2018-08-221-46/+10Star
* test_ida: Move ida_check_maxMatthew Wilcox2018-08-221-28/+0Star
* test_ida: Move ida_check_leafMatthew Wilcox2018-08-221-27/+0Star
* idr-test: Convert ida_check_nomem to new APIMatthew Wilcox2018-08-221-6/+7
* ida: Start new test_ida moduleMatthew Wilcox2018-08-221-3/+19
* idr: fix invalid ptr dereference on item deleteMatthew Wilcox2018-05-261-0/+7
* idr: Fix handling of IDs above INT_MAXMatthew Wilcox2018-02-261-0/+52
* idr: Make 1-based IDRs more efficientMatthew Wilcox2018-02-061-2/+5
* idr: Remove idr_alloc_extMatthew Wilcox2018-02-061-0/+17
* IDR test suite: Check handling negative end correctlyMatthew Wilcox2018-02-061-0/+1
* idr test suite: Fix ida_test_random()Matthew Wilcox2018-02-061-2/+2
* ida: Free correct IDA bitmapMatthew Wilcox2017-03-071-3/+31
* radix tree test suite: Add tests for ida_simple_get() and ida_simple_remove()Rehas Sachdeva2017-03-071-0/+19
* radix tree test suite: Add test for idr_get_next()Rehas Sachdeva2017-03-071-0/+25
* radix tree test suite: Build separate binaries for some testsMatthew Wilcox2017-02-141-0/+11
* ida: Use exceptional entries for small IDAsMatthew Wilcox2017-02-141-1/+92
* Reimplement IDR and IDA using the radix treeMatthew Wilcox2017-02-141-0/+342