summaryrefslogtreecommitdiff
path: root/mm/swapfile.c
AgeCommit message (Expand)Author
2025-03-05mm, swap: avoid BUG_ON in relocate_cluster()Kemeng Shi
2025-03-05mm: swap: use correct step in loop to wait all clusters in wait_for_allocation()Kemeng Shi
2025-03-05mm: swap: add back full cluster when no entry is reclaimedKemeng Shi
2025-03-05mm: fix possible NULL pointer dereference in __swap_duplicategao xu
2025-02-01mm, swap: fix reclaim offset calculation error during allocationKairui Song
2025-01-25mm, swap_slots: remove slot cache for freeing pathKairui Song
2025-01-25mm, swap: use a global swap cluster for non-rotation devicesKairui Song
2025-01-25mm, swap: introduce a helper for retrieving cluster from offsetKairui Song
2025-01-25mm, swap: simplify percpu cluster updatingKairui Song
2025-01-25mm, swap: reduce contention on device lockKairui Song
2025-01-25mm, swap: use an enum to define all cluster flags and wrap flags changesKairui Song
2025-01-25mm, swap: hold a reference during scan and cleanup flag usageKairui Song
2025-01-25mm, swap: clean up plist removal and addingKairui Song
2025-01-25mm, swap: clean up device availability checkKairui Song
2025-01-25mm, swap: use cluster lock for HDDKairui Song
2025-01-25mm, swap: remove old allocation path for HDDKairui Song
2025-01-25mm, swap: fold swap_info_get_cont in the only callerKairui Song
2025-01-25mm, swap: minor clean up for swap entry allocationKairui Song
2024-11-14mm, swap: fix allocation and scanning race with swapoffKairui Song
2024-11-12mm: swapfile: fix cluster reclaim work crash on rotational devicesJohannes Weiner
2024-10-30mm, swap: avoid over reclaim of full clustersKairui Song
2024-10-17mm/swapfile: skip HugeTLB pages for unuse_vmaLiu Shixin
2024-10-17mm: swap: prevent possible data-race in __try_to_reclaim_swapJeongjun Park
2024-09-09swap: convert swapon() to use a folioMatthew Wilcox (Oracle)
2024-09-03mm: store zero pages to be swapped out in a bitmapUsama Arif
2024-09-03mm: swapfile: fix SSD detection with swapfile on btrfsJohannes Weiner
2024-09-03mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag settingBaolin Wang
2024-09-03mm: attempt to batch free swap entries for zap_pte_range()Barry Song
2024-09-03mm: rename instances of swap_info_struct to meaningful 'si'Barry Song
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: allow cache reclaim to skip slot cacheKairui Song
2024-09-03mm: swap: skip slot cache on freeing for mTHPKairui Song
2024-09-03mm: swap: clean up initialization helperKairui Song
2024-09-03mm: swap: separate SSD allocation from scan_swap_map_slots()Chris Li
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: return the folio from swapin_readaheadMatthew Wilcox (Oracle)
2024-09-01mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support...Barry Song
2024-09-01mm: extend 'usage' parameter so that cluster_swap_free_nr() can be reusedBarry Song
2024-07-03mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==falseBarry Song
2024-07-03mm: extend rmap flags arguments for folio_add_new_anon_rmapBarry Song
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-07-03mm/swap: reduce swap cache search spaceKairui Song
2024-07-03mm: drop page_index and simplify folio_indexKairui Song
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-05mm/swapfile: mark racy access on si->highest_bitlinke li
2024-05-05mm: swapfile: check usable swap device in __folio_throttle_swaprate()Kefeng Wang