summaryrefslogtreecommitdiff
path: root/include/linux/radix-tree.h
Commit message (Expand)AuthorAge
* xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox2018-04-11
* radix tree: use GFP_ZONEMASK bits of gfp_t for flagsMatthew Wilcox2018-04-11
* idr: Remove idr_alloc_extMatthew Wilcox2018-02-06
* include/linux/radix-tree.h: remove unneeded #include <linux/bug.h>Masahiro Yamada2017-11-17
* mm, truncate: do not check mapping for every page being truncatedMel Gorman2017-11-15
* idr: Add new APIs to support unsigned longChris Mi2017-08-30
* radix-tree: Fix __rcu annotationsMatthew Wilcox2017-02-13
* radix-tree: Add rcu_dereference and rcu_assign_pointer callsMatthew Wilcox2017-02-13
* radix-tree: Store a pointer to the root in each nodeMatthew Wilcox2017-02-13
* Reimplement IDR and IDA using the radix treeMatthew Wilcox2017-02-13
* radix-tree: Add radix_tree_iter_deleteMatthew Wilcox2017-02-13
* radix-tree: Add radix_tree_iter_tag_clear()Matthew Wilcox2017-02-13
* radix tree: constify some pointersMatthew Wilcox2017-01-27
* radix tree: Add some implicit includesMatthew Wilcox2017-01-27
* mm: workingset: fix use-after-free in shadow node shrinkerJohannes Weiner2017-01-07
* radix-tree: add radix_tree_split_preload()Matthew Wilcox2016-12-14
* radix-tree: add radix_tree_splitMatthew Wilcox2016-12-14
* radix-tree: add radix_tree_joinMatthew Wilcox2016-12-14
* radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox2016-12-14
* radix-tree: delete radix_tree_locate_item()Matthew Wilcox2016-12-14
* radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-14
* radix-tree: move rcu_head into a union with private_listMatthew Wilcox2016-12-14
* mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner2016-12-12
* lib: radix-tree: update callback for changing leaf nodesJohannes Weiner2016-12-12
* lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-12
* lib: radix-tree: native accounting of exceptional entriesJohannes Weiner2016-12-12
* radix-tree: 'slot' can be NULL in radix_tree_next_slot()Ross Zwisler2016-10-11
* mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner2016-10-05
* radix-tree: fix comment about "exceptional" bitsRoss Zwisler2016-08-02
* radix-tree: implement radix_tree_maybe_preload_order()Kirill A. Shutemov2016-07-26
* radix-tree: fix radix_tree_iter_retry() for tagged iterators.Andrey Ryabinin2016-07-23
* radix-tree: free up the bottom bit of exceptional entries for reuseMatthew Wilcox2016-05-20
* dax: move RADIX_DAX_ definitions to dax.cNeilBrown2016-05-20
* radix-tree: introduce radix_tree_replace_clear_tags()Matthew Wilcox2016-05-20
* radix-tree: rename radix_tree_is_indirect_ptr()Matthew Wilcox2016-05-20
* radix-tree: rename indirect_to_ptr() to entry_to_node()Matthew Wilcox2016-05-20
* radix-tree: rename INDIRECT_PTR to INTERNAL_NODEMatthew Wilcox2016-05-20
* radix-tree: remove root->heightMatthew Wilcox2016-05-20
* radix-tree: replace node->height with node->shiftMatthew Wilcox2016-05-20
* radix-tree: split node->path into offset and heightMatthew Wilcox2016-05-20
* radix-tree: add support for multi-order iteratingRoss Zwisler2016-05-20
* radix-tree: remove unused looping macrosRoss Zwisler2016-05-20
* radix tree test suite: allow testing other fan-out valuesRoss Zwisler2016-05-20
* radix-tree: introduce radix_tree_emptyMatthew Wilcox2016-05-20
* radix-tree,shmem: introduce radix_tree_iter_next()Matthew Wilcox2016-03-17
* radix_tree: add support for multi-order entriesMatthew Wilcox2016-03-17
* radix-tree: add an explicit include of bitops.hMatthew Wilcox2016-03-17
* radix-tree: fix oops after radix_tree_iter_retryKonstantin Khlebnikov2016-02-05
* radix-tree: fix race in gang lookupMatthew Wilcox2016-02-03
* dax: support dirty DAX entries in radix treeRoss Zwisler2016-01-22