aboutsummaryrefslogtreecommitdiff
path: root/include/linux/radix-tree.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-30idr: Add new APIs to support unsigned longGravatar Chris Mi 1-2/+19
2017-02-13radix-tree: Fix __rcu annotationsGravatar Matthew Wilcox 1-56/+54
2017-02-13radix-tree: Add rcu_dereference and rcu_assign_pointer callsGravatar Matthew Wilcox 1-1/+1
2017-02-13radix-tree: Store a pointer to the root in each nodeGravatar Matthew Wilcox 1-1/+1
2017-02-13Reimplement IDR and IDA using the radix treeGravatar Matthew Wilcox 1-4/+45
2017-02-13radix-tree: Add radix_tree_iter_deleteGravatar Matthew Wilcox 1-0/+2
2017-02-13radix-tree: Add radix_tree_iter_tag_clear()Gravatar Matthew Wilcox 1-1/+3
2017-01-27radix tree: constify some pointersGravatar Matthew Wilcox 1-11/+11
2017-01-27radix tree: Add some implicit includesGravatar Matthew Wilcox 1-2/+4
2017-01-07mm: workingset: fix use-after-free in shadow node shrinkerGravatar Johannes Weiner 1-1/+3
2016-12-14radix-tree: add radix_tree_split_preload()Gravatar Matthew Wilcox 1-0/+1
2016-12-14radix-tree: add radix_tree_splitGravatar Matthew Wilcox 1-0/+12
2016-12-14radix-tree: add radix_tree_joinGravatar Matthew Wilcox 1-0/+3
2016-12-14radix-tree: delete radix_tree_range_tag_if_tagged()Gravatar Matthew Wilcox 1-37/+37
2016-12-14radix-tree: delete radix_tree_locate_item()Gravatar Matthew Wilcox 1-1/+0
2016-12-14radix-tree: improve multiorder iteratorsGravatar Matthew Wilcox 1-41/+30
2016-12-14radix-tree: move rcu_head into a union with private_listGravatar Matthew Wilcox 1-10/+4
2016-12-12mm: workingset: move shadow entry tracking to radix tree exceptional trackingGravatar Johannes Weiner 1-6/+2
2016-12-12lib: radix-tree: update callback for changing leaf nodesGravatar Johannes Weiner 1-1/+3
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersGravatar Johannes Weiner 1-14/+2
2016-12-12lib: radix-tree: native accounting of exceptional entriesGravatar Johannes Weiner 1-3/+7
2016-10-11radix-tree: 'slot' can be NULL in radix_tree_next_slot()Gravatar Ross Zwisler 1-0/+8
2016-10-05mm: filemap: don't plant shadow entries without radix tree nodeGravatar Johannes Weiner 1-3/+3
2016-08-02radix-tree: fix comment about "exceptional" bitsGravatar Ross Zwisler 1-1/+1
2016-07-26radix-tree: implement radix_tree_maybe_preload_order()Gravatar Kirill A. Shutemov 1-0/+1
2016-07-23radix-tree: fix radix_tree_iter_retry() for tagged iterators.Gravatar Andrey Ryabinin 1-0/+1
2016-05-20radix-tree: free up the bottom bit of exceptional entries for reuseGravatar Matthew Wilcox 1-15/+23
2016-05-20dax: move RADIX_DAX_ definitions to dax.cGravatar NeilBrown 1-9/+0
2016-05-20radix-tree: introduce radix_tree_replace_clear_tags()Gravatar Matthew Wilcox 1-3/+6
2016-05-20radix-tree: rename radix_tree_is_indirect_ptr()Gravatar Matthew Wilcox 1-5/+5
2016-05-20radix-tree: rename indirect_to_ptr() to entry_to_node()Gravatar Matthew Wilcox 1-7/+5
2016-05-20radix-tree: rename INDIRECT_PTR to INTERNAL_NODEGravatar Matthew Wilcox 1-17/+13
2016-05-20radix-tree: remove root->heightGravatar Matthew Wilcox 1-3/+0
2016-05-20radix-tree: replace node->height with node->shiftGravatar Matthew Wilcox 1-1/+1
2016-05-20radix-tree: split node->path into offset and heightGravatar Matthew Wilcox 1-5/+2
2016-05-20radix-tree: add support for multi-order iteratingGravatar Ross Zwisler 1-9/+60
2016-05-20radix-tree: remove unused looping macrosGravatar Ross Zwisler 1-28/+0
2016-05-20radix tree test suite: allow testing other fan-out valuesGravatar Ross Zwisler 1-3/+1
2016-05-20radix-tree: introduce radix_tree_emptyGravatar Matthew Wilcox 1-0/+5
2016-03-17radix-tree,shmem: introduce radix_tree_iter_next()Gravatar Matthew Wilcox 1-0/+16
2016-03-17radix_tree: add support for multi-order entriesGravatar Matthew Wilcox 1-2/+9
2016-03-17radix-tree: add an explicit include of bitops.hGravatar Matthew Wilcox 1-0/+1
2016-02-05radix-tree: fix oops after radix_tree_iter_retryGravatar Konstantin Khlebnikov 1-3/+3
2016-02-03radix-tree: fix race in gang lookupGravatar Matthew Wilcox 1-0/+16
2016-01-22dax: support dirty DAX entries in radix treeGravatar Ross Zwisler 1-0/+9
2016-01-20include/linux/radix-tree.h: fix error in docs about locksGravatar Adam Barth 1-1/+1
2014-04-03mm: keep page cache radix tree nodes in checkGravatar Johannes Weiner 1-8/+24
2014-04-03lib: radix_tree: tree node interfaceGravatar Johannes Weiner 1-0/+34
2014-04-03mm: filemap: move radix tree hole searching hereGravatar Johannes Weiner 1-4/+0
2014-04-03lib: radix-tree: add radix_tree_delete_item()Gravatar Johannes Weiner 1-0/+1