| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 2019-06-05 | 1 | -9/+1 |
* | radix tree test: Convert multiorder tests to XArray | Matthew Wilcox | 2018-10-21 | 1 | -56/+49 |
* | radix tree tests: Move item_insert_order | Matthew Wilcox | 2018-10-21 | 1 | -0/+19 |
* | xarray: Move multiorder_check to in-kernel tests | Matthew Wilcox | 2018-10-21 | 1 | -48/+0 |
* | xarray: Move multiorder_shrink to kernel tests | Matthew Wilcox | 2018-10-21 | 1 | -173/+0 |
* | xarray: Move multiorder account test in-kernel | Matthew Wilcox | 2018-10-21 | 1 | -24/+0 |
* | radix tree test suite: Convert tag_tagged_items to XArray | Matthew Wilcox | 2018-10-21 | 1 | -6/+6 |
* | radix tree: Remove split/join code | Matthew Wilcox | 2018-10-21 | 1 | -247/+0 |
* | radix tree: Remove radix_tree_update_node_t | Matthew Wilcox | 2018-10-21 | 1 | -1/+1 |
* | xarray: Define struct xa_node | Matthew Wilcox | 2018-10-21 | 1 | -15/+15 |
* | xarray: Add definition of struct xarray | Matthew Wilcox | 2018-10-21 | 1 | -3/+3 |
* | xarray: Replace exceptional entries | Matthew Wilcox | 2018-09-30 | 1 | -24/+23 |
* | radix tree test suite: multi-order iteration race | Ross Zwisler | 2018-05-19 | 1 | -0/+63 |
* | mm, truncate: do not check mapping for every page being truncated | Mel Gorman | 2017-11-16 | 1 | -1/+1 |
* | radix tree test suite: Fix split/join memory leaks | Matthew Wilcox | 2017-02-14 | 1 | -1/+14 |
* | radix tree test suite: Dial down verbosity with -v | Rehas Sachdeva | 2017-02-14 | 1 | -8/+9 |
* | radix tree test suite: Build separate binaries for some tests | Matthew Wilcox | 2017-02-14 | 1 | -0/+7 |
* | radix-tree: ensure counts are initialised | Matthew Wilcox | 2016-12-15 | 1 | -4/+41 |
* | radix tree test suite: check multiorder iteration | Matthew Wilcox | 2016-12-15 | 1 | -0/+23 |
* | radix-tree: fix replacement for multiorder entries | Matthew Wilcox | 2016-12-15 | 1 | -12/+75 |
* | radix-tree: add radix_tree_split_preload() | Matthew Wilcox | 2016-12-15 | 1 | -2/+40 |
* | radix-tree: add radix_tree_split | Matthew Wilcox | 2016-12-15 | 1 | -0/+64 |
* | radix-tree: add radix_tree_join | Matthew Wilcox | 2016-12-15 | 1 | -0/+58 |
* | radix-tree: delete radix_tree_range_tag_if_tagged() | Matthew Wilcox | 2016-12-15 | 1 | -8/+5 |
* | radix-tree: improve multiorder iterators | Matthew Wilcox | 2016-12-15 | 1 | -9/+19 |
* | radix tree test suite: record order in each item | Matthew Wilcox | 2016-12-15 | 1 | -1/+1 |
* | lib: radix-tree: check accounting of existing slot replacement users | Johannes Weiner | 2016-12-13 | 1 | -1/+1 |
* | radix tree test suite: Test radix_tree_replace_slot() for multiorder entries | Matthew Wilcox | 2016-09-25 | 1 | -4/+12 |
* | radix-tree: tidy up next_chunk | Matthew Wilcox | 2016-05-21 | 1 | -44/+55 |
* | radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entries | Matthew Wilcox | 2016-05-21 | 1 | -1/+24 |
* | radix-tree: fix radix_tree_create for sibling entries | Matthew Wilcox | 2016-05-21 | 1 | -0/+5 |
* | radix-tree test suite: add multi-order tag test | Ross Zwisler | 2016-05-21 | 1 | -0/+97 |
* | radix tree test suite: multi-order iteration test | Ross Zwisler | 2016-05-21 | 1 | -0/+92 |
* | radix-tree: fix multiorder BUG_ON in radix_tree_insert | Matthew Wilcox | 2016-05-21 | 1 | -0/+12 |
* | radix-tree: fix several shrinking bugs with multiorder entries | Matthew Wilcox | 2016-05-21 | 1 | -0/+39 |
* | radix tree test suite: start adding multiorder tests | Matthew Wilcox | 2016-05-21 | 1 | -0/+58 |