summaryrefslogtreecommitdiffstats
path: root/include/linux/radix-tree.h
Commit message (Expand)AuthorAgeFilesLines
* radix-tree: fix comment about "exceptional" bitsRoss Zwisler2016-08-021-1/+1
* radix-tree: implement radix_tree_maybe_preload_order()Kirill A. Shutemov2016-07-261-0/+1
* radix-tree: fix radix_tree_iter_retry() for tagged iterators.Andrey Ryabinin2016-07-231-0/+1
* radix-tree: free up the bottom bit of exceptional entries for reuseMatthew Wilcox2016-05-201-15/+23
* dax: move RADIX_DAX_ definitions to dax.cNeilBrown2016-05-201-9/+0
* radix-tree: introduce radix_tree_replace_clear_tags()Matthew Wilcox2016-05-201-3/+6
* radix-tree: rename radix_tree_is_indirect_ptr()Matthew Wilcox2016-05-201-5/+5
* radix-tree: rename indirect_to_ptr() to entry_to_node()Matthew Wilcox2016-05-201-7/+5
* radix-tree: rename INDIRECT_PTR to INTERNAL_NODEMatthew Wilcox2016-05-201-17/+13
* radix-tree: remove root->heightMatthew Wilcox2016-05-201-3/+0
* radix-tree: replace node->height with node->shiftMatthew Wilcox2016-05-201-1/+1
* radix-tree: split node->path into offset and heightMatthew Wilcox2016-05-201-5/+2
* radix-tree: add support for multi-order iteratingRoss Zwisler2016-05-201-9/+60
* radix-tree: remove unused looping macrosRoss Zwisler2016-05-201-28/+0
* radix tree test suite: allow testing other fan-out valuesRoss Zwisler2016-05-201-3/+1
* radix-tree: introduce radix_tree_emptyMatthew Wilcox2016-05-201-0/+5
* radix-tree,shmem: introduce radix_tree_iter_next()Matthew Wilcox2016-03-171-0/+16
* radix_tree: add support for multi-order entriesMatthew Wilcox2016-03-171-2/+9
* radix-tree: add an explicit include of bitops.hMatthew Wilcox2016-03-171-0/+1
* radix-tree: fix oops after radix_tree_iter_retryKonstantin Khlebnikov2016-02-051-3/+3
* radix-tree: fix race in gang lookupMatthew Wilcox2016-02-031-0/+16
* dax: support dirty DAX entries in radix treeRoss Zwisler2016-01-221-0/+9
* include/linux/radix-tree.h: fix error in docs about locksAdam Barth2016-01-201-1/+1
* mm: keep page cache radix tree nodes in checkJohannes Weiner2014-04-031-8/+24
* lib: radix_tree: tree node interfaceJohannes Weiner2014-04-031-0/+34
* mm: filemap: move radix tree hole searching hereJohannes Weiner2014-04-031-4/+0
* lib: radix-tree: add radix_tree_delete_item()Johannes Weiner2014-04-031-0/+1
* lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara2013-09-111-0/+1
* radix-tree: fix contiguous iteratorKonstantin Khlebnikov2012-06-051-1/+4
* radix-tree: introduce bit-optimized iteratorKonstantin Khlebnikov2012-03-281-0/+196
* BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
* radix_tree: remove radix_tree_indirect_to_ptr()Xiao Guangrong2012-01-121-3/+0
* tmpfs radix_tree: locate_item to speed up swapoffHugh Dickins2011-08-031-0/+1
* radix_tree: exceptional entries and indicesHugh Dickins2011-08-031-3/+33
* mm: migration: use rcu_dereference_protected when dereferencing the radix tre...Mel Gorman2011-01-131-0/+16
* radix-tree: fix RCU bugNick Piggin2010-11-121-16/+23
* radix-tree: __rcu annotationsArnd Bergmann2010-08-191-1/+3
* mm: implement writeback livelock avoidance using page taggingJan Kara2010-08-091-1/+1
* radix-tree: omplement function radix_tree_range_tag_if_taggedJan Kara2010-08-091-0/+4
* radix_tree_tag_get() is not as safe as the docs make out [ver #2]David Howells2010-04-091-0/+7
* radix-tree: add radix_tree_prev_hole()Wu Fengguang2009-06-161-0/+2
* mm lockless pagecache barrier fixNick Piggin2009-01-051-1/+1
* radix-tree: add gang_lookup_slot, gang_lookup_slot_tagNick Piggin2008-07-261-1/+11
* radix_tree.h trivial comment correctionTim Pepper2008-02-031-1/+1
* radix-tree: use indirect bitNick Piggin2007-10-161-17/+21
* radixtree: introduce radix_tree_next_hole()Fengguang Wu2007-10-161-0/+2
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-2/+2
* [PATCH] radix-tree: RCU lockless readsideNick Piggin2006-12-071-0/+101
* [PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro2006-12-041-1/+0
* [PATCH] radix-tree: direct dataNick Piggin2006-06-231-2/+3