aboutsummaryrefslogtreecommitdiffstats
path: root/lib/radix-tree.c
AgeCommit message (Expand)Author
2017-01-24radix-tree: fix private list warningsMatthew Wilcox
2017-01-07mm: workingset: fix use-after-free in shadow node shrinkerJohannes Weiner
2016-12-15redo: radix tree test suite: fix compilationMatthew Wilcox
2016-12-14radix-tree: ensure counts are initialisedMatthew Wilcox
2016-12-14radix-tree: fix replacement for multiorder entriesMatthew Wilcox
2016-12-14radix-tree: add radix_tree_split_preload()Matthew Wilcox
2016-12-14radix-tree: add radix_tree_splitMatthew Wilcox
2016-12-14radix-tree: add radix_tree_joinMatthew Wilcox
2016-12-14radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox
2016-12-14radix-tree: delete radix_tree_locate_item()Matthew Wilcox
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox
2016-12-14radix-tree: improve dump outputMatthew Wilcox
2016-12-14radix-tree: make radix_tree_find_next_bit more usefulMatthew Wilcox
2016-12-14radix-tree: create node_tag_set()Matthew Wilcox
2016-12-14radix-tree: move rcu_head into a union with private_listMatthew Wilcox
2016-12-14radix-tree: fix typoMatthew Wilcox
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-12mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner
2016-12-12lib: radix-tree: update callback for changing leaf nodesJohannes Weiner
2016-12-12lib: radix-tree: add entry deletion support to __radix_tree_replace()Johannes Weiner
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner
2016-12-12lib: radix-tree: native accounting of exceptional entriesJohannes Weiner
2016-12-09Revert "radix tree test suite: fix compilation"Linus Torvalds
2016-12-07radix tree test suite: fix compilationMatthew Wilcox
2016-11-09lib/radix-tree: Convert to hotplug state machineSebastian Andrzej Siewior
2016-10-05mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner
2016-09-25radix tree: fix sibling entry handling in radix_tree_descend()Linus Torvalds
2016-08-02radix-tree: account nodes to memcg only if explicitly requestedVladimir Davydov
2016-07-26radix-tree: implement radix_tree_maybe_preload_order()Kirill A. Shutemov
2016-05-20radix-tree: make radix_tree_descend() more usefulMatthew Wilcox
2016-05-20radix-tree: introduce radix_tree_replace_clear_tags()Matthew Wilcox
2016-05-20radix-tree: tidy up __radix_tree_create()Matthew Wilcox
2016-05-20radix-tree: tidy up range_tag_if_taggedMatthew Wilcox
2016-05-20radix-tree: tidy up next_chunkMatthew Wilcox
2016-05-20radix-tree: change naming conventions in radix_tree_shrinkMatthew Wilcox
2016-05-20radix-tree: rename radix_tree_is_indirect_ptr()Matthew Wilcox
2016-05-20radix-tree: rename indirect_to_ptr() to entry_to_node()Matthew Wilcox
2016-05-20radix-tree: rename ptr_to_indirect() to node_to_entry()Matthew Wilcox
2016-05-20radix-tree: rename INDIRECT_PTR to INTERNAL_NODEMatthew Wilcox
2016-05-20radix-tree: remove root->heightMatthew Wilcox
2016-05-20radix-tree: remove a use of root->height from delete_nodeMatthew Wilcox
2016-05-20radix-tree: replace node->height with node->shiftMatthew Wilcox
2016-05-20radix-tree: split node->path into offset and heightMatthew Wilcox
2016-05-20radix-tree: miscellaneous fixesMatthew Wilcox
2016-05-20radix-tree: add copyright statementsMatthew Wilcox
2016-05-20radix-tree: fix radix_tree_dump() for multi-order entriesRoss Zwisler
2016-05-20radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entriesMatthew Wilcox
2016-05-20radix-tree: rewrite radix_tree_locate_itemMatthew Wilcox
2016-05-20radix-tree: fix radix_tree_create for sibling entriesMatthew Wilcox
2016-05-20radix-tree: rewrite radix_tree_tag_getRoss Zwisler