summaryrefslogtreecommitdiffstats
path: root/mm/swap_state.c
Commit message (Expand)AuthorAgeFilesLines
* mm: convert swap_cluster_readahead and swap_vma_readahead to return a folioMatthew Wilcox (Oracle)2023-12-291-11/+13
* mm: return a folio from read_swap_cache_async()Matthew Wilcox (Oracle)2023-12-291-4/+4
* mm: convert swap_readpage() to swap_read_folio()Matthew Wilcox (Oracle)2023-12-291-6/+6
* mm: return the folio from __read_swap_cache_async()Matthew Wilcox (Oracle)2023-12-291-40/+35
* zswap: shrink zswap pool based on memory pressureNhat Pham2023-12-121-0/+2
* zswap: make shrinking memcg-awareDomenico Cerasuolo2023-12-121-6/+18
* mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins2023-10-251-32/+54
* mm/swap: avoid a xa load for swapout pathKairui Song2023-10-251-3/+3
* mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand2023-08-241-4/+3
* mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand2023-08-241-2/+3
* swap: remove remnants of polling from read_swap_cache_asyncSuren Baghdasaryan2023-08-241-7/+5
* mm/swap_state.c: use helper macro K()ZhangPeng2023-08-211-3/+2
* mm: remove unnecessary pagevec includesMatthew Wilcox (Oracle)2023-06-231-1/+0
* mm: ptep_get() conversionRyan Roberts2023-06-191-4/+4
* mm/swap: swap_vma_readahead() do the pte_offset_map()Hugh Dickins2023-06-191-21/+24
* swap: remove __swp_swapcount()Huang Ying2023-06-091-1/+1
* swap, __read_swap_cache_async(): enlarge get/put_swap_device protection rangeHuang Ying2023-06-091-10/+21
* 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
|\