summaryrefslogtreecommitdiff
path: root/include/linux/swap.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-04mm: store zero pages to be swapped out in a bitmapUsama Arif1-0/+1
2024-09-04mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag settingBaolin Wang1-2/+2
2024-09-04mm: swap: add a adaptive full cluster cache reclaimKairui Song1-0/+2
2024-09-04mm: swap: relaim the cached parts that got scannedKairui Song1-0/+1
2024-09-04mm: swap: add a fragment cluster listKairui Song1-0/+3
2024-09-04mm: swap: mTHP allocate swap entries from nonfull listChris Li1-0/+4
2024-09-04mm: swap: swap cluster switch to double link listChris Li1-16/+9
2024-09-02mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support...Barry Song1-2/+2
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton1-1/+2
2024-07-05mm: add swappiness= arg to memory.reclaimDan Schatzberg1-1/+2
2024-07-05mm: add defines for min/max swappinessDan Schatzberg1-0/+2
2024-07-04cachestat: do not flush stats in recency checkNhat Pham1-1/+2
2024-07-04mm: remove the implementation of swap_free() and always use swap_free_nr()Barry Song1-5/+5
2024-07-04mm: swap: introduce swap_free_nr() for batched swap_free()Chuanhua Han1-0/+5
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2024-05-03swapon(2): open swap with O_EXCLAl Viro1-1/+0
2024-05-03swapon(2)/swapoff(2): don't bother with block sizeAl Viro1-1/+0
2024-04-26mm: swap: allow storage of all mTHP ordersRyan Roberts1-1/+7
2024-04-26mm: swap: update get_swap_pages() to take folio orderRyan Roberts1-1/+1
2024-04-26mm: swap: simplify struct percpu_clusterRyan Roberts1-1/+8
2024-04-26mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()Ryan Roberts1-3/+9
2024-04-26mm: swap: remove CLUSTER_FLAG_HUGE from swap_cluster_info:flagsRyan Roberts1-10/+0
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-10/+0
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1
2024-03-05mm: convert free_swap_cache() to take a folioMatthew Wilcox (Oracle)1-4/+4
2024-02-25swap: port block device usage to fileChristian Brauner1-1/+1
2024-02-21mm: move mapping_set_update out of <linux/swap.h>Christoph Hellwig1-10/+0
2024-02-21mm/swap: fix race when skipping swapcacheKairui Song1-0/+5
2023-12-29mm: remove page_swap_info()Matthew Wilcox (Oracle)1-2/+1
2023-12-29mm: convert swap_page_sector() to swap_folio_sector()Matthew Wilcox (Oracle)1-1/+1
2023-12-29mm: remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictableMatthew Wilcox (Oracle)1-3/+0
2023-10-28mm/swap: Convert to use bdev_open_by_dev()Jan Kara1-0/+1
2023-08-25mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand1-11/+1
2023-08-25mm/swap: use dedicated entry for swap in folioMatthew Wilcox1-3/+2
2023-08-25mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand1-0/+9
2023-08-21mm: kill frontswapJohannes Weiner1-9/+0
2023-06-24mm: remove check_move_unevictable_pages()Matthew Wilcox (Oracle)1-1/+0
2023-06-20mm/swap: swap_vma_readahead() do the pte_offset_map()Hugh Dickins1-19/+0
2023-06-20mm: vmscan: mark kswapd_run() and kswapd_stop() __meminitMiaohe Lin1-2/+2
2023-06-10swap: remove __swp_swapcount()Huang Ying1-2/+2
2023-06-10workingset: refactor LRU refault to expose refault recency checkNhat Pham1-0/+1
2023-04-22mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()Kefeng Wang1-1/+0
2023-04-19mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed1-1/+16
2023-03-29mm, memcg: Prevent memory.swappiness load/store tearingYue Zhao1-4/+4
2023-03-29mm: swap: remove unneeded cgroup_throttle_swaprate()Kefeng Wang1-8/+4
2023-02-01Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton1-2/+1
2023-02-01Revert "mm: add nodes= arg to memory.reclaim"Michal Hocko1-2/+1
2023-01-19mm/swap: convert deactivate_page() to folio_deactivate()Vishal Moola (Oracle)1-1/+1
2023-01-19mm: swap: convert mark_page_lazyfree() to folio_mark_lazyfree()Kefeng Wang1-1/+1