summaryrefslogtreecommitdiffstats
path: root/include/linux/swap.h
Commit message (Expand)AuthorAgeFilesLines
* mm, swap: avoid over reclaim of full clustersKairui Song2024-10-301-0/+1
* mm: store zero pages to be swapped out in a bitmapUsama Arif2024-09-031-0/+1
* mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag settingBaolin Wang2024-09-031-2/+2
* mm: swap: add a adaptive full cluster cache reclaimKairui Song2024-09-031-0/+2
* mm: swap: relaim the cached parts that got scannedKairui Song2024-09-031-0/+1
* mm: swap: add a fragment cluster listKairui Song2024-09-031-0/+3
* mm: swap: mTHP allocate swap entries from nonfull listChris Li2024-09-031-0/+4
* mm: swap: swap cluster switch to double link listChris Li2024-09-031-16/+9
* mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support...Barry Song2024-09-011-2/+2
* Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton2024-07-061-1/+2
|\
| * cachestat: do not flush stats in recency checkNhat Pham2024-07-031-1/+2
* | mm: add swappiness= arg to memory.reclaimDan Schatzberg2024-07-041-1/+2
* | mm: add defines for min/max swappinessDan Schatzberg2024-07-041-0/+2
* | mm: remove the implementation of swap_free() and always use swap_free_nr()Barry Song2024-07-031-5/+5
* | mm: swap: introduce swap_free_nr() for batched swap_free()Chuanhua Han2024-07-031-0/+5
|/
* Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-211-2/+0
|\
| * swapon(2): open swap with O_EXCLAl Viro2024-05-021-1/+0
| * swapon(2)/swapoff(2): don't bother with block sizeAl Viro2024-05-021-1/+0
* | mm: swap: allow storage of all mTHP ordersRyan Roberts2024-04-251-1/+7
* | mm: swap: update get_swap_pages() to take folio orderRyan Roberts2024-04-251-1/+1
* | mm: swap: simplify struct percpu_clusterRyan Roberts2024-04-251-1/+8
* | mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()Ryan Roberts2024-04-251-3/+9
* | mm: swap: remove CLUSTER_FLAG_HUGE from swap_cluster_info:flagsRyan Roberts2024-04-251-10/+0
|/
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-4/+4
|\
| * mm: convert free_swap_cache() to take a folioMatthew Wilcox (Oracle)2024-03-041-4/+4
* | Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-03-131-10/+0
|\ \
| * | mm: move mapping_set_update out of <linux/swap.h>Christoph Hellwig2024-02-211-10/+0
* | | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-1/+1
|\ \ \ | |_|/ |/| |
| * | swap: port block device usage to fileChristian Brauner2024-02-251-1/+1
| |/
* / mm/swap: fix race when skipping swapcacheKairui Song2024-02-201-0/+5
|/
* mm: remove page_swap_info()Matthew Wilcox (Oracle)2023-12-291-2/+1
* mm: convert swap_page_sector() to swap_folio_sector()Matthew Wilcox (Oracle)2023-12-291-1/+1
* mm: remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictableMatthew Wilcox (Oracle)2023-12-291-3/+0
* mm/swap: Convert to use bdev_open_by_dev()Jan Kara2023-10-281-0/+1
* mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand2023-08-241-11/+1
* mm/swap: use dedicated entry for swap in folioMatthew Wilcox2023-08-241-3/+2
* mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand2023-08-241-0/+9
* mm: kill frontswapJohannes Weiner2023-08-211-9/+0
* mm: remove check_move_unevictable_pages()Matthew Wilcox (Oracle)2023-06-231-1/+0
* mm/swap: swap_vma_readahead() do the pte_offset_map()Hugh Dickins2023-06-191-19/+0
* mm: vmscan: mark kswapd_run() and kswapd_stop() __meminitMiaohe Lin2023-06-191-2/+2
* swap: remove __swp_swapcount()Huang Ying2023-06-091-2/+2
* workingset: refactor LRU refault to expose refault recency checkNhat Pham2023-06-091-0/+1
* mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()Kefeng Wang2023-04-211-1/+0
* mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed2023-04-181-1/+16
* mm, memcg: Prevent memory.swappiness load/store tearingYue Zhao2023-03-281-4/+4
* mm: swap: remove unneeded cgroup_throttle_swaprate()Kefeng Wang2023-03-281-8/+4
* Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton2023-01-311-2/+1
|\
| * Revert "mm: add nodes= arg to memory.reclaim"Michal Hocko2023-01-311-2/+1
* | mm/swap: convert deactivate_page() to folio_deactivate()Vishal Moola (Oracle)2023-01-181-1/+1