summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dax: Hash on XArray instead of mappingMatthew Wilcox2018-10-211-14/+15
* dax: Rename some functionsMatthew Wilcox2018-10-211-44/+42Star
* f2fs: Convert to XArrayMatthew Wilcox2018-10-215-9/+7Star
* nilfs2: Convert to XArrayMatthew Wilcox2018-10-212-33/+22Star
* fs: Convert writeback to XArrayMatthew Wilcox2018-10-211-16/+9Star
* fs: Convert buffer to XArrayMatthew Wilcox2018-10-211-7/+7
* btrfs: Convert page cache to XArrayMatthew Wilcox2018-10-212-8/+4Star
* shmem: Comment fixupsMatthew Wilcox2018-10-211-6/+6
* memfd: Convert memfd_tag_pins to XArrayMatthew Wilcox2018-10-211-26/+18Star
* memfd: Convert memfd_wait_for_pins to XArrayMatthew Wilcox2018-10-211-36/+25Star
* shmem: Convert shmem_partial_swap_usage to XArrayMatthew Wilcox2018-10-211-14/+4Star
* shmem: Convert shmem_free_swap to XArrayMatthew Wilcox2018-10-211-2/+2
* shmem: Convert shmem_alloc_hugepage to XArrayMatthew Wilcox2018-10-213-58/+6Star
* shmem: Convert shmem_add_to_page_cache to XArrayMatthew Wilcox2018-10-211-47/+34Star
* shmem: Convert find_swap_entry to XArrayMatthew Wilcox2018-10-215-101/+66Star
* shmem: Convert shmem_confirm_swap to XArrayMatthew Wilcox2018-10-211-6/+1Star
* shmem: Convert shmem_radix_tree_replace to XArrayMatthew Wilcox2018-10-211-14/+8Star
* 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/+5Star
* mm: Convert collapse_shmem to XArrayMatthew Wilcox2018-10-211-93/+66Star
* mm: Convert huge_memory to XArrayMatthew Wilcox2018-10-211-10/+7Star
* mm: Convert page migration to XArrayMatthew Wilcox2018-10-211-30/+18Star
* mm: Convert __do_page_cache_readahead to XArrayMatthew Wilcox2018-10-211-3/+1Star
* mm: Convert delete_from_swap_cache to XArrayMatthew Wilcox2018-10-213-17/+14Star
* mm: Convert add_to_swap_cache to XArrayMatthew Wilcox2018-10-211-64/+29Star
* mm: Convert truncate to XArrayMatthew Wilcox2018-10-211-9/+6Star
* mm: Convert workingset to XArrayMatthew Wilcox2018-10-213-39/+86
* mm: Convert page-writeback to XArrayMatthew Wilcox2018-10-212-53/+36Star
* page cache: Convert filemap_range_has_page to XArrayMatthew Wilcox2018-10-211-8/+19
* page cache: Remove stray radix commentMatthew Wilcox2018-10-211-1/+1
* page cache: Convert delete_batch to XArrayMatthew Wilcox2018-10-211-15/+13Star
* radix tree test suite: Convert regression1 to XArrayMatthew Wilcox2018-10-211-39/+19Star
* page cache: Convert filemap_map_pages to XArrayMatthew Wilcox2018-10-211-29/+13Star
* page cache: Convert find_get_entries_tag to XArrayMatthew Wilcox2018-10-212-31/+25Star
* page cache; Convert find_get_pages_range_tag to XArrayMatthew Wilcox2018-10-212-44/+28Star
* page cache: Convert find_get_pages_contig to XArrayMatthew Wilcox2018-10-214-72/+22Star
* page cache: Convert find_get_pages_range to XArrayMatthew Wilcox2018-10-211-33/+19Star
* page cache: Convert find_get_entries to XArrayMatthew Wilcox2018-10-211-28/+23Star
* page cache: Convert find_get_entry to XArrayMatthew Wilcox2018-10-211-35/+28Star
* page cache: Convert page deletion to XArrayMatthew Wilcox2018-10-211-18/+13Star
* page cache: Add and replace pages using the XArrayMatthew Wilcox2018-10-214-90/+66Star
* page cache: Convert hole search to XArrayMatthew Wilcox2018-10-214-65/+55Star
* page cache: Rearrange address_spaceMatthew Wilcox2018-10-211-15/+31
* ida: Convert to XArrayMatthew Wilcox2018-10-214-263/+213Star
* xarray: Track free entries in an XArrayMatthew Wilcox2018-10-214-7/+266
* xarray: Add MAINTAINERS entryMatthew Wilcox2018-10-211-0/+11
* xarray: Add xa_reserve and xa_releaseMatthew Wilcox2018-10-214-2/+125
* xarray: Add xas_create_rangeMatthew Wilcox2018-10-213-0/+182
* xarray: Add xas_for_each_conflictMatthew Wilcox2018-10-213-0/+146