aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/swap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-12mm: add swappiness=max arg to memory.reclaim for only anon reclaimZhongkun He1-0/+4
2025-05-11mm: convert free_page_and_swap_cache() to free_folio_and_swap_cache()Fan Ni1-5/+3
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-28/+13
2025-03-16mm, swap: simplify folio swap allocationKairui Song1-5/+3
2025-03-16mm, swap: remove swap slot cacheKairui Song1-3/+0
2025-03-16mm, swap: use percpu cluster as allocation fast pathKairui Song1-7/+4
2025-03-16mm/swap: rename swap_swapcount() to swap_entry_swapped()Baoquan He1-3/+3
2025-03-16mm/swap: remove SWAP_FLAG_PRIO_SHIFTBaoquan He1-1/+0
2025-03-16mm: use single SWP_DEVICE_EXCLUSIVE entry typeDavid Hildenbrand1-4/+3
2025-03-16mm: memcontrol: move memsw charge callbacks to v1Johannes Weiner1-5/+0
2025-02-07mm: vmscan: move vmscan sysctls to mm/vmscan.cKaixiong Yu1-9/+0
2025-02-01mm/vmscan: fix hard LOCKUP in function isolate_lru_foliosliuye1-0/+1
2025-01-25mm, swap: use a global swap cluster for non-rotation devicesKairui Song1-0/+2
2025-01-25mm, swap: simplify percpu cluster updatingKairui Song1-2/+2
2025-01-25mm, swap: reduce contention on device lockKairui Song1-1/+2
2025-01-25mm, swap: use an enum to define all cluster flags and wrap flags changesKairui Song1-4/+13
2025-01-25mm, swap: hold a reference during scan and cleanup flag usageKairui Song1-1/+0
2025-01-25mm, swap: clean up plist removal and addingKairui Song1-1/+1
2025-01-25mm, swap: clean up device availability checkKairui Song1-2/+0
2025-01-25mm, swap: remove old allocation path for HDDKairui Song1-3/+0
2024-10-30mm, swap: avoid over reclaim of full clustersKairui Song1-0/+1
2024-09-03mm: store zero pages to be swapped out in a bitmapUsama Arif1-0/+1
2024-09-03mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag settingBaolin Wang1-2/+2
2024-09-03mm: swap: add a adaptive full cluster cache reclaimKairui Song1-0/+2
2024-09-03mm: swap: relaim the cached parts that got scannedKairui Song1-0/+1
2024-09-03mm: swap: add a fragment cluster listKairui Song1-0/+3
2024-09-03mm: swap: mTHP allocate swap entries from nonfull listChris Li1-0/+4
2024-09-03mm: swap: swap cluster switch to double link listChris Li1-16/+9
2024-09-01mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support large foliosBarry Song1-2/+2
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton1-1/+2
2024-07-04mm: add swappiness= arg to memory.reclaimDan Schatzberg1-1/+2
2024-07-04mm: add defines for min/max swappinessDan Schatzberg1-0/+2
2024-07-03cachestat: do not flush stats in recency checkNhat Pham1-1/+2
2024-07-03mm: remove the implementation of swap_free() and always use swap_free_nr()Barry Song1-5/+5
2024-07-03mm: 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/git/viro/vfsLinus Torvalds1-2/+0
2024-05-02swapon(2): open swap with O_EXCLAl Viro1-1/+0
2024-05-02swapon(2)/swapoff(2): don't bother with block sizeAl Viro1-1/+0
2024-04-25mm: swap: allow storage of all mTHP ordersRyan Roberts1-1/+7
2024-04-25mm: swap: update get_swap_pages() to take folio orderRyan Roberts1-1/+1
2024-04-25mm: swap: simplify struct percpu_clusterRyan Roberts1-1/+8
2024-04-25mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()Ryan Roberts1-3/+9
2024-04-25mm: swap: remove CLUSTER_FLAG_HUGE from swap_cluster_info:flagsRyan Roberts1-10/+0
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus 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/vfs/vfsLinus Torvalds1-1/+1
2024-03-04mm: 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-20mm/swap: fix race when skipping swapcacheKairui Song1-0/+5