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