summaryrefslogtreecommitdiff
path: root/mm/swapfile.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-04mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==falseBarry Song1-2/+12
2024-07-04mm: extend rmap flags arguments for folio_add_new_anon_rmapBarry Song1-1/+1
2024-07-04mm: remove the implementation of swap_free() and always use swap_free_nr()Barry Song1-13/+4
2024-07-04mm: swap: introduce swap_free_nr() for batched swap_free()Chuanhua Han1-0/+47
2024-07-04mm/swap: reduce swap cache search spaceKairui Song1-3/+3
2024-07-04mm: drop page_index and simplify folio_indexKairui Song1-4/+3
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-27/+2
2024-05-06mm/swapfile: mark racy access on si->highest_bitlinke li1-1/+1
2024-05-06mm: swapfile: check usable swap device in __folio_throttle_swaprate()Kefeng Wang1-3/+10
2024-05-06mm,swap: add document about RCU read lock and swapoff interactionHuang Ying1-13/+13
2024-05-03swapon(2): open swap with O_EXCLAl Viro1-17/+2
2024-05-03swapon(2)/swapoff(2): don't bother with block sizeAl Viro1-11/+1
2024-04-26mm: swap: allow storage of all mTHP ordersRyan Roberts1-71/+91
2024-04-26mm: swap: update get_swap_pages() to take folio orderRyan Roberts1-6/+7
2024-04-26mm: swap: simplify struct percpu_clusterRyan Roberts1-11/+11
2024-04-26mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()Ryan Roberts1-18/+79
2024-04-26mm: swap: remove CLUSTER_FLAG_HUGE from swap_cluster_info:flagsRyan Roberts1-39/+8
2024-04-26arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song1-1/+1
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+36
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-11/+11
2024-03-07mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts1-1/+12
2024-02-25swap: port block device usage to fileChristian Brauner1-11/+11
2024-02-24mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err c...Barry Song1-1/+2
2024-02-22mm/zswap: invalidate zswap entry when swap entry freeChengming Zhou1-1/+0
2024-02-22mm: swap: enforce updating inuse_pages at the end of swap_range_free()Yosry Ahmed1-3/+15
2024-02-22mm/zswap: split zswap rb-treeChengming Zhou1-1/+1
2024-02-22mm/zswap: make sure each swapfile always have zswap rb-treeChengming Zhou1-3/+7
2024-02-21mm/swap: fix race when skipping swapcacheKairui Song1-0/+13
2024-01-11Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+1
2023-12-29mm/swapfile: page_add_anon_rmap() -> folio_add_anon_rmap_pte()David Hildenbrand1-1/+1
2023-12-29mm: remove page_swap_info()Matthew Wilcox (Oracle)1-7/+1
2023-12-29mm: convert swap_readpage() to swap_read_folio()Matthew Wilcox (Oracle)1-1/+1
2023-12-29mm: convert swap_page_sector() to swap_folio_sector()Matthew Wilcox (Oracle)1-3/+3
2023-12-29mm: convert unuse_pte() to use a folio throughoutMatthew Wilcox (Oracle)1-22/+25
2023-12-29mm: remove PageAnonExclusive assertions in unuse_pte()Matthew Wilcox (Oracle)1-4/+0
2023-12-29mm: convert ksm_might_need_to_copy() to work on foliosMatthew Wilcox (Oracle)1-3/+5
2023-12-21plist: Split out plist_types.hKent Overstreet1-0/+1
2023-12-11mm/swapfile: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-17/+17
2023-10-28mm/swap: Convert to use bdev_open_by_dev()Jan Kara1-11/+12
2023-08-25mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand1-1/+1
2023-08-25mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand1-2/+2
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-4/+4
2023-08-21mm/swapfile.c: use helper macro K()ZhangPeng1-6/+6
2023-08-21mm: kill frontswapJohannes Weiner1-23/+10
2023-08-18mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen1-1/+1
2023-08-18mm: call arch_swap_restore() from unuse_pte()Peter Collingbourne1-0/+7
2023-08-18swap: stop add to avail list if swap is fullMa Wupeng1-1/+4
2023-08-18swap: cleanup duplicated WARN_ON in add_to_avail_listMa Wupeng1-3/+1
2023-08-04mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache pageMiaohe Lin1-4/+4
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-63/+46