summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-26selftests/vm/transhuge-stress: Support file-backed THPsthp-5.10-rc1Matthew Wilcox (Oracle)
2020-10-26iomap: Use mapping_seek_hole_dataMatthew Wilcox (Oracle)
2020-10-26mm/filemap: Support VM_HUGEPAGE for file mappingsMatthew Wilcox (Oracle)
2020-10-26mm/readahead: Switch to page_cache_ra_orderMatthew Wilcox (Oracle)
2020-10-26mm/readahead: Align THP mappings for non-DAXWilliam Kucharski
2020-10-26mm/readahead: Add THP readaheadMatthew Wilcox (Oracle)
2020-10-26mm/filemap: Inline __wait_on_page_locked_async into callerMatthew Wilcox (Oracle)
2020-10-26mm/filemap: Don't hold a page reference while waiting for unlockMatthew Wilcox (Oracle)
2020-10-26mm: Pass a sleep state to put_and_wait_on_page_lockedMatthew Wilcox (Oracle)
2020-10-26mm/filemap: Allow PageReadahead to be set on head pagesMatthew Wilcox (Oracle)
2020-10-26mm/vmscan: Optimise shrink_page_list for smaller THPsMatthew Wilcox (Oracle)
2020-10-26mm/filemap: Allow THPs to be added to the page cacheMatthew Wilcox (Oracle)
2020-10-26mm/filemap: Add __page_cache_alloc_orderMatthew Wilcox (Oracle)
2020-10-26mm: Change NR_FILE_THPS to account in base pagesMatthew Wilcox (Oracle)
2020-10-26mm: Support arbitrary THP sizesMatthew Wilcox (Oracle)
2020-10-26mm: Use multi-index entries in the page cacheMatthew Wilcox (Oracle)
2020-10-26mm: Fix READ_ONLY_THP warningMatthew Wilcox (Oracle)
2020-10-26mm: Fix THP size assumption in mem_cgroup_split_huge_fixupZi Yan
2020-10-26mm/vmscan: Free non-shmem THPs without splitting themMatthew Wilcox (Oracle)
2020-10-26mm/truncate: Fix invalidate_complete_page2 for THPsMatthew Wilcox (Oracle)
2020-10-26mm/truncate: Make invalidate_inode_pages2_range work with THPsMatthew Wilcox (Oracle)
2020-10-26mm: Replace prep_transhuge_page with thp_prepMatthew Wilcox (Oracle)
2020-10-26mm: Return head pages from grab_cache_page_write_beginMatthew Wilcox (Oracle)
2020-10-26mm/page-flags: Allow accessing PageError on tail pagesMatthew Wilcox (Oracle)
2020-10-26mm: Support THPs in zero_user_segmentsMatthew Wilcox (Oracle)
2020-10-26mm: Remove nrexceptional from inodeMatthew Wilcox (Oracle)
2020-10-26dax: Account DAX entries as nrpagesMatthew Wilcox (Oracle)
2020-10-26mm: Stop accounting shadow entriesMatthew Wilcox (Oracle)
2020-10-26mm: Introduce and use mapping_emptyMatthew Wilcox (Oracle)
2020-10-26xfs: Support THPsMatthew Wilcox (Oracle)
2020-10-26iomap: Handle tail pages in iomap_page_mkwriteMatthew Wilcox (Oracle)
2020-10-26iomap: Inline data shouldn't see THPsMatthew Wilcox (Oracle)
2020-10-26iomap: Support THP writebackMatthew Wilcox (Oracle)
2020-10-26iomap: Handle THPs when writing to pagesMatthew Wilcox (Oracle)
2020-10-26iomap: Change iomap_write_begin calling conventionMatthew Wilcox (Oracle)
2020-10-26iomap: Prepare page ops for larger I/OsMatthew Wilcox (Oracle)
2020-10-26iomap: Support THPs in readaheadMatthew Wilcox (Oracle)
2020-10-26iomap: Support THPs in readpageMatthew Wilcox (Oracle)
2020-10-26iomap: Support THPs in iomap_is_partially_uptodateMatthew Wilcox (Oracle)
2020-10-26iomap: Support THPs in invalidatepageMatthew Wilcox (Oracle)
2020-10-26iomap: Support THPs in iomap_adjust_read_rangeMatthew Wilcox (Oracle)
2020-10-26iomap: Support THPs in BIO completion pathMatthew Wilcox (Oracle)
2020-10-26fs: Make page_mkwrite_check_truncate thp-awareMatthew Wilcox (Oracle)
2020-10-26fs: Support THPs in vfs_dedupe_file_rangeMatthew Wilcox (Oracle)
2020-10-26mm/filemap: Return only head pages from find_get_entriesMatthew Wilcox (Oracle)
2020-10-26mm/truncate,shmem: Handle truncates that split THPsMatthew Wilcox (Oracle)
2020-10-26mm: Remove pagevec_lookup_entriesMatthew Wilcox (Oracle)
2020-10-26mm: Pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)
2020-10-26mm: Remove nr_entries parameter from pagevec_lookup_entriesMatthew Wilcox (Oracle)
2020-10-26mm: Add an 'end' parameter to pagevec_lookup_entriesMatthew Wilcox (Oracle)