summaryrefslogtreecommitdiffstats
path: root/fs/adfs/dir.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-03shmem: convert shmem_replace_page() to shmem_replace_folio()Matthew Wilcox (Oracle)1-5/+4
2022-10-03shmem: convert shmem_mfill_atomic_pte() to use a folioMatthew Wilcox (Oracle)1-26/+19
2022-10-03memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...Matthew Wilcox (Oracle)4-11/+10
2022-10-03mm: convert do_swap_page()'s swapcache variable to a folioMatthew Wilcox (Oracle)1-16/+15
2022-10-03mm: convert do_swap_page() to use a folioMatthew Wilcox (Oracle)1-24/+33
2022-10-03mm/swap: convert put_swap_page() to put_swap_folio()Matthew Wilcox (Oracle)6-10/+10
2022-10-03mm/swap: convert add_to_swap_cache() to take a folioMatthew Wilcox (Oracle)3-20/+20
2022-10-03mm/swap: convert __read_swap_cache_async() to use a folioMatthew Wilcox (Oracle)1-19/+19
2022-10-03mm/swapfile: convert try_to_free_swap() to folio_free_swap()Matthew Wilcox (Oracle)4-15/+32
2022-10-03mm/swapfile: remove page_swapcount()Matthew Wilcox (Oracle)1-33/+13
2022-10-03shmem: convert shmem_replace_page() to use folios throughoutMatthew Wilcox (Oracle)2-35/+37
2022-10-03shmem: convert shmem_delete_from_page_cache() to take a folioMatthew Wilcox (Oracle)1-12/+11
2022-10-03shmem: convert shmem_writepage() to use a folio throughoutMatthew Wilcox (Oracle)1-23/+24
2022-10-03mm: add folio_add_lru_vma()Matthew Wilcox (Oracle)3-15/+20
2022-10-03mm: add split_folio()Matthew Wilcox (Oracle)3-2/+7
2022-10-03mm: reimplement folio_order() and folio_nr_pages()Matthew Wilcox (Oracle)1-2/+10
2022-10-03mm: add the first tail page to struct folioMatthew Wilcox (Oracle)1-1/+29
2022-10-03mm/vmscan: fix a lot of commentsMatthew Wilcox (Oracle)1-133/+130
2022-10-03ksm: convert to use common struct mm_slotQi Zheng1-76/+56
2022-10-03ksm: convert ksm_mm_slot.link to ksm_mm_slot.hashQi Zheng1-7/+7
2022-10-03ksm: convert ksm_mm_slot.mm_list to ksm_mm_slot.mm_nodeQi Zheng1-20/+20
2022-10-03ksm: add the ksm prefix to the names of the ksm private structuresQi Zheng2-109/+109
2022-10-03ksm: remove redundant declarations in ksm.hQi Zheng1-3/+0
2022-10-03mm: thp: convert to use common struct mm_slotQi Zheng1-71/+52