summaryrefslogtreecommitdiff
path: root/mm/swap_state.c
Commit message (Expand)AuthorAgeFilesLines
* mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-051-7/+10
* mm: use filemap_get_entry in filemap_get_incore_folioChristoph Hellwig2023-04-051-1/+1
* swap_state: update shadow_nodes for anonymous pageYang Yang2023-02-021-0/+6
* swap: avoid holding swap reference in swap_cache_get_folioKairui Song2023-01-181-6/+2
* swap: fold swap_ra_clamp_pfn into swap_ra_infoKairui Song2023-01-181-25/+19
* swap: avoid a redundant pte map if ra window is 1Kairui Song2023-01-181-5/+2
* mm: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds2022-11-301-7/+4
* mm: convert find_get_incore_page() to filemap_get_incore_folio()Matthew Wilcox (Oracle)2022-11-081-8/+7
* mm/swap: convert find_get_incore_page to use foliosMatthew Wilcox (Oracle)2022-11-081-9/+10
* swap_state: convert free_swap_cache() to use a folioMatthew Wilcox (Oracle)2022-10-031-5/+8
* mm: remove lookup_swap_cache()Matthew Wilcox (Oracle)2022-10-031-11/+1
* swap: add swap_cache_get_folio()Matthew Wilcox (Oracle)2022-10-031-11/+21
* memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...Matthew Wilcox (Oracle)2022-10-031-1/+1
* mm/swap: convert put_swap_page() to put_swap_folio()Matthew Wilcox (Oracle)2022-10-031-3/+3
* mm/swap: convert add_to_swap_cache() to take a folioMatthew Wilcox (Oracle)2022-10-031-17/+17
* mm/swap: convert __read_swap_cache_async() to use a folioMatthew Wilcox (Oracle)2022-10-031-19/+19
* mm: fix VM_BUG_ON in __delete_from_swap_cache()Matthew Wilcox (Oracle)2022-09-111-1/+1
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-36/+20
|\
| * mm/swap: convert __delete_from_swap_cache() to a folioMatthew Wilcox (Oracle)2022-07-031-12/+13
| * mm/swap: convert delete_from_swap_cache() to take a folioMatthew Wilcox (Oracle)2022-07-031-8/+8
| * mm/swap: remove swap_cache_info statisticsMiaohe Lin2022-07-031-17/+0
* | mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)2022-08-021-1/+1
* | filemap: Remove add_to_page_cache() and add_to_page_cache_locked()Matthew Wilcox (Oracle)2022-06-291-1/+1
|/
* mm: filter out swapin error entry in shmem mappingMiaohe Lin2022-05-271-0/+3
* mm/swap: use helper macro __ATTR_RWMiaohe Lin2022-05-191-3/+1
* mm/swap: use helper is_swap_pte() in swap_vma_readaheadMiaohe Lin2022-05-191-3/+1
* swap: convert add_to_swap() to take a folioMatthew Wilcox (Oracle)2022-05-131-22/+25
* swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)2022-05-131-1/+2
* mm: convert sysfs input to bool using kstrtobool()Jagdish Gediya2022-05-131-6/+5
* mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown2022-05-091-6/+14
* mm: drop swap_dirty_folioNeilBrown2022-05-091-1/+1
* mm: create new mm/swap.h header fileNeilBrown2022-05-091-0/+1
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+1
|\
| * mm: Convert swap_set_page_dirty() to swap_dirty_folio()Matthew Wilcox (Oracle)2022-03-151-1/+1
* | mm: swap: get rid of livelock in swapin readaheadGuo Ziliang2022-03-171-1/+1
|/
* mm/workingset: Convert workingset_refault() to take a folioMatthew Wilcox (Oracle)2021-10-181-1/+1
* Revert "mm: swap: check if swap backing device is congested or not"Yang Shi2021-08-201-7/+0
* swap: check mapping_empty() for swap cache before being freedHuang Ying2021-06-291-1/+6
* mm: free idle swap cache page after COWHuang Ying2021-06-291-1/+1
* mm/swap: remove unused local variable nr_shadowsMiaohe Lin2021-06-291-5/+0
* mm/swap: remove confusing checking for non_swap_entry() in swap_ra_info()Miaohe Lin2021-06-291-6/+0
* mm: fix some typos and code style problemsShijie Luo2021-05-071-1/+1
* mm: stop accounting shadow entriesMatthew Wilcox (Oracle)2021-05-051-4/+0
* memcg: charge before adding to swapcache on swapinShakeel Butt2021-04-301-7/+6
* mm: add FGP_ENTRYMatthew Wilcox (Oracle)2021-02-261-1/+2
* mm/swap: optimise get_shadow_from_swap_cacheMatthew Wilcox (Oracle)2021-02-261-3/+1
* mm: memcg: add swapcache stat for memcg v2Shakeel Butt2021-02-241-26/+2
* mm/swap: don't SetPageWorkingset unconditionally during swapinYu Zhao2021-02-241-1/+0
* mm/swap_state: constify static struct attribute_groupRikard Falkeborn2021-02-241-1/+1
* mm: use sysfs_emit for struct kobject * usesJoe Perches2020-12-151-1/+2