summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radix tree test: Convert multiorder tests to XArrayMatthew Wilcox2018-10-211-56/+49
* radix tree tests: Convert item_delete_rcu to XArrayMatthew Wilcox2018-10-212-3/+3
* radix tree tests: Convert item_kill_tree to XArrayMatthew Wilcox2018-10-211-21/+9
* radix tree tests: Move item_insert_orderMatthew Wilcox2018-10-213-11/+22
* radix tree test suite: Remove multiorder benchmarkingMatthew Wilcox2018-10-211-29/+21
* radix tree test suite: Remove __item_insertMatthew Wilcox2018-10-212-7/+1
* memremap: Convert to XArrayMatthew Wilcox2018-10-211-60/+16
* xarray: Add range store functionalityMatthew Wilcox2018-10-214-2/+139
* xarray: Move multiorder_check to in-kernel testsMatthew Wilcox2018-10-212-48/+44
* xarray: Move multiorder_shrink to kernel testsMatthew Wilcox2018-10-212-173/+37
* xarray: Move multiorder account test in-kernelMatthew Wilcox2018-10-212-24/+32
* radix tree test suite: Convert iteration test to XArrayMatthew Wilcox2018-10-213-58/+63
* radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox2018-10-2110-71/+46
* radix tree: Remove radix_tree_clear_tagsMatthew Wilcox2018-10-214-44/+40
* radix tree: Remove radix_tree_maybe_preload_orderMatthew Wilcox2018-10-212-75/+0
* radix tree: Remove split/join codeMatthew Wilcox2018-10-214-513/+2
* radix tree: Remove radix_tree_update_node_tMatthew Wilcox2018-10-214-42/+11
* page cache: Finish XArray conversionMatthew Wilcox2018-10-212-2/+2
* dax: Convert page fault handlers to XArrayMatthew Wilcox2018-10-211-301/+128
* dax: Convert dax_lock_mapping_entry to XArrayMatthew Wilcox2018-10-211-48/+35
* dax: Convert dax writeback to XArrayMatthew Wilcox2018-10-211-68/+62
* dax: Convert __dax_invalidate_entry to XArrayMatthew Wilcox2018-10-211-8/+9
* dax: Convert dax_layout_busy_page to XArrayMatthew Wilcox2018-10-211-43/+21
* dax: Convert dax_insert_pfn_mkwrite to XArrayMatthew Wilcox2018-10-211-32/+117
* dax: Hash on XArray instead of mappingMatthew Wilcox2018-10-211-14/+15
* dax: Rename some functionsMatthew Wilcox2018-10-211-44/+42
* f2fs: Convert to XArrayMatthew Wilcox2018-10-215-9/+7
* nilfs2: Convert to XArrayMatthew Wilcox2018-10-212-33/+22
* fs: Convert writeback to XArrayMatthew Wilcox2018-10-211-16/+9
* fs: Convert buffer to XArrayMatthew Wilcox2018-10-211-7/+7
* btrfs: Convert page cache to XArrayMatthew Wilcox2018-10-212-8/+4
* shmem: Comment fixupsMatthew Wilcox2018-10-211-6/+6
* memfd: Convert memfd_tag_pins to XArrayMatthew Wilcox2018-10-211-26/+18
* memfd: Convert memfd_wait_for_pins to XArrayMatthew Wilcox2018-10-211-36/+25
* shmem: Convert shmem_partial_swap_usage to XArrayMatthew Wilcox2018-10-211-14/+4
* shmem: Convert shmem_free_swap to XArrayMatthew Wilcox2018-10-211-2/+2
* shmem: Convert shmem_alloc_hugepage to XArrayMatthew Wilcox2018-10-213-58/+6
* shmem: Convert shmem_add_to_page_cache to XArrayMatthew Wilcox2018-10-211-47/+34
* shmem: Convert find_swap_entry to XArrayMatthew Wilcox2018-10-215-101/+66
* shmem: Convert shmem_confirm_swap to XArrayMatthew Wilcox2018-10-211-6/+1
* shmem: Convert shmem_radix_tree_replace to XArrayMatthew Wilcox2018-10-211-14/+8
* pagevec: Use xa_mark_tMatthew Wilcox2018-10-216-10/+12
* mm: Convert is_page_cache_freeable to XArrayMatthew Wilcox2018-10-211-4/+4
* mm: Convert khugepaged_scan_shmem to XArrayMatthew Wilcox2018-10-211-12/+5
* mm: Convert collapse_shmem to XArrayMatthew Wilcox2018-10-211-93/+66
* mm: Convert huge_memory to XArrayMatthew Wilcox2018-10-211-10/+7
* mm: Convert page migration to XArrayMatthew Wilcox2018-10-211-30/+18
* mm: Convert __do_page_cache_readahead to XArrayMatthew Wilcox2018-10-211-3/+1
* mm: Convert delete_from_swap_cache to XArrayMatthew Wilcox2018-10-213-17/+14
* mm: Convert add_to_swap_cache to XArrayMatthew Wilcox2018-10-211-64/+29