aboutsummaryrefslogtreecommitdiff
path: root/include/linux/radix-tree.h
AgeCommit message (Expand)AuthorFilesLines
2020-10-13radix-tree: fix the comment of radix_tree_next_slot()Gravatar Hui Su 1-1/+1
2020-10-07radix tree test suite: Fix compilationGravatar Matthew Wilcox (Oracle) 1-0/+1
2020-05-28radix-tree: Use local_lock for protectionGravatar Sebastian Andrzej Siewior 1-1/+10
2019-11-01radix tree: Remove radix_tree_iter_findGravatar Matthew Wilcox (Oracle) 1-18/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Gravatar Thomas Gleixner 1-14/+1
2018-10-21radix tree: Remove multiorder supportGravatar Matthew Wilcox 1-36/+4
2018-10-21radix tree test suite: Convert tag_tagged_items to XArrayGravatar Matthew Wilcox 1-2/+0
2018-10-21radix tree: Remove radix_tree_clear_tagsGravatar Matthew Wilcox 1-2/+0
2018-10-21radix tree: Remove radix_tree_maybe_preload_orderGravatar Matthew Wilcox 1-1/+0
2018-10-21radix tree: Remove split/join codeGravatar Matthew Wilcox 1-6/+0
2018-10-21radix tree: Remove radix_tree_update_node_tGravatar Matthew Wilcox 1-6/+1
2018-10-21shmem: Convert shmem_alloc_hugepage to XArrayGravatar Matthew Wilcox 1-5/+1
2018-10-21page cache: Convert find_get_pages_contig to XArrayGravatar Matthew Wilcox 1-17/+0
2018-10-21page cache: Add and replace pages using the XArrayGravatar Matthew Wilcox 1-3/+0
2018-10-21xarray: Define struct xa_nodeGravatar Matthew Wilcox 1-26/+3
2018-10-21xarray: Add definition of struct xarrayGravatar Matthew Wilcox 1-20/+8
2018-09-29xarray: Change definition of sibling entriesGravatar Matthew Wilcox 1-4/+1
2018-09-29xarray: Replace exceptional entriesGravatar Matthew Wilcox 1-28/+8
2018-04-11xarray: add the xa_lock to the radix_tree_rootGravatar Matthew Wilcox 1-2/+5
2018-04-11radix tree: use GFP_ZONEMASK bits of gfp_t for flagsGravatar Matthew Wilcox 1-3/+4
2018-02-06idr: Remove idr_alloc_extGravatar Matthew Wilcox 1-16/+1
2017-11-17include/linux/radix-tree.h: remove unneeded #include <linux/bug.h>Gravatar Masahiro Yamada 1-1/+0
2017-11-15mm, truncate: do not check mapping for every page being truncatedGravatar Mel Gorman 1-4/+3
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