summaryrefslogtreecommitdiffstats
path: root/lib/maple_tree.c
Commit message (Expand)AuthorAgeFilesLines
* maple_tree: don't set a new maximum on the node when not reusing nodesLiam Howlett2022-11-081-2/+1
* maple_tree: fix depth tracking in maple_stateLiam Howlett2022-11-081-1/+2
* maple_tree: reorganize testing to restore module testingLiam Howlett2022-11-081-6/+32
* maple_tree: mas_anode_descend() clang-analyzer cleanupLiam Howlett2022-11-081-6/+4
* maple_tree: remove pointer to pointer use in mas_alloc_nodes()Liam Howlett2022-11-081-3/+1
* lib: maple_tree: remove unneeded initialization in mtree_range_walk()Lukas Bulwahn2022-10-281-2/+2
* Maple Tree: add new data structureLiam R. Howlett2022-09-261-0/+7130