summaryrefslogtreecommitdiffstats
path: root/mm/swap_state.c
AgeCommit message (Expand)Author
2022-10-03swap_state: convert free_swap_cache() to use a folioMatthew Wilcox (Oracle)
2022-10-03mm: remove lookup_swap_cache()Matthew Wilcox (Oracle)
2022-10-03swap: add swap_cache_get_folio()Matthew Wilcox (Oracle)
2022-10-03memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...Matthew Wilcox (Oracle)
2022-10-03mm/swap: convert put_swap_page() to put_swap_folio()Matthew Wilcox (Oracle)
2022-10-03mm/swap: convert add_to_swap_cache() to take a folioMatthew Wilcox (Oracle)
2022-10-03mm/swap: convert __read_swap_cache_async() to use a folioMatthew Wilcox (Oracle)
2022-09-11mm: fix VM_BUG_ON in __delete_from_swap_cache()Matthew Wilcox (Oracle)
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-02mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)
2022-07-03mm/swap: convert __delete_from_swap_cache() to a folioMatthew Wilcox (Oracle)
2022-07-03mm/swap: convert delete_from_swap_cache() to take a folioMatthew Wilcox (Oracle)
2022-07-03mm/swap: remove swap_cache_info statisticsMiaohe Lin
2022-06-29filemap: Remove add_to_page_cache() and add_to_page_cache_locked()Matthew Wilcox (Oracle)
2022-05-27mm: filter out swapin error entry in shmem mappingMiaohe Lin
2022-05-19mm/swap: use helper macro __ATTR_RWMiaohe Lin
2022-05-19mm/swap: use helper is_swap_pte() in swap_vma_readaheadMiaohe Lin
2022-05-13swap: convert add_to_swap() to take a folioMatthew Wilcox (Oracle)
2022-05-13swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)
2022-05-13mm: convert sysfs input to bool using kstrtobool()Jagdish Gediya
2022-05-09mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown
2022-05-09mm: drop swap_dirty_folioNeilBrown
2022-05-09mm: create new mm/swap.h header fileNeilBrown
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-17mm: swap: get rid of livelock in swapin readaheadGuo Ziliang
2022-03-15mm: Convert swap_set_page_dirty() to swap_dirty_folio()Matthew Wilcox (Oracle)
2021-10-18mm/workingset: Convert workingset_refault() to take a folioMatthew Wilcox (Oracle)
2021-08-20Revert "mm: swap: check if swap backing device is congested or not"Yang Shi
2021-06-29swap: check mapping_empty() for swap cache before being freedHuang Ying
2021-06-29mm: free idle swap cache page after COWHuang Ying
2021-06-29mm/swap: remove unused local variable nr_shadowsMiaohe Lin
2021-06-29mm/swap: remove confusing checking for non_swap_entry() in swap_ra_info()Miaohe Lin
2021-05-07mm: fix some typos and code style problemsShijie Luo
2021-05-05mm: stop accounting shadow entriesMatthew Wilcox (Oracle)
2021-04-30memcg: charge before adding to swapcache on swapinShakeel Butt
2021-02-26mm: add FGP_ENTRYMatthew Wilcox (Oracle)
2021-02-26mm/swap: optimise get_shadow_from_swap_cacheMatthew Wilcox (Oracle)
2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt
2021-02-24mm/swap: don't SetPageWorkingset unconditionally during swapinYu Zhao
2021-02-24mm/swap_state: constify static struct attribute_groupRikard Falkeborn
2020-12-15mm: use sysfs_emit for struct kobject * usesJoe Perches
2020-12-15mm/swap_state: skip meaningless swap cache readahead when ra_info.win == 0Miaohe Lin
2020-10-16mm: fix some broken commentsMiaohe Lin
2020-10-13swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguityGao Xiang
2020-10-13mm: convert find_get_entry to return the head pageMatthew Wilcox (Oracle)
2020-10-13mm: factor find_get_incore_page out of mincore_pageMatthew Wilcox (Oracle)
2020-08-14mm/swap_state: mark various intentional data racesQian Cai
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-12mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim
2020-08-12mm/swapcache: support to handle the shadow entriesJoonsoo Kim