summaryrefslogtreecommitdiffstats
path: root/mm/swapfile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/swapfile: mark racy access on si->highest_bitlinke li2024-05-061-1/+1
* mm: swapfile: check usable swap device in __folio_throttle_swaprate()Kefeng Wang2024-05-061-3/+10
* mm,swap: add document about RCU read lock and swapoff interactionHuang Ying2024-05-061-13/+13
* mm: swap: allow storage of all mTHP ordersRyan Roberts2024-04-261-71/+91
* mm: swap: update get_swap_pages() to take folio orderRyan Roberts2024-04-261-6/+7
* mm: swap: simplify struct percpu_clusterRyan Roberts2024-04-261-11/+11
* mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()Ryan Roberts2024-04-261-18/+79
* mm: swap: remove CLUSTER_FLAG_HUGE from swap_cluster_info:flagsRyan Roberts2024-04-261-39/+8
* arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song2024-04-261-1/+1
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-151-9/+36
|\
| * mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts2024-03-061-1/+12
| * mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err c...Barry Song2024-02-241-1/+2
| * mm/zswap: invalidate zswap entry when swap entry freeChengming Zhou2024-02-221-1/+0
| * mm: swap: enforce updating inuse_pages at the end of swap_range_free()Yosry Ahmed2024-02-221-3/+15
| * mm/zswap: split zswap rb-treeChengming Zhou2024-02-221-1/+1
| * mm/zswap: make sure each swapfile always have zswap rb-treeChengming Zhou2024-02-221-3/+7
* | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-11/+11
|\ \ | |/ |/|
| * swap: port block device usage to fileChristian Brauner2024-02-251-11/+11
* | mm/swap: fix race when skipping swapcacheKairui Song2024-02-201-0/+13
|/
* Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-111-0/+1
|\
| * plist: Split out plist_types.hKent Overstreet2023-12-211-0/+1
* | mm/swapfile: page_add_anon_rmap() -> folio_add_anon_rmap_pte()David Hildenbrand2023-12-291-1/+1
* | mm: remove page_swap_info()Matthew Wilcox (Oracle)2023-12-291-7/+1
* | mm: convert swap_readpage() to swap_read_folio()Matthew Wilcox (Oracle)2023-12-291-1/+1
* | mm: convert swap_page_sector() to swap_folio_sector()Matthew Wilcox (Oracle)2023-12-291-3/+3
* | mm: convert unuse_pte() to use a folio throughoutMatthew Wilcox (Oracle)2023-12-291-22/+25
* | mm: remove PageAnonExclusive assertions in unuse_pte()Matthew Wilcox (Oracle)2023-12-291-4/+0
* | mm: convert ksm_might_need_to_copy() to work on foliosMatthew Wilcox (Oracle)2023-12-291-3/+5
* | mm/swapfile: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco2023-12-111-17/+17
|/
* mm/swap: Convert to use bdev_open_by_dev()Jan Kara2023-10-281-11/+12
* mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand2023-08-251-1/+1
* mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand2023-08-251-2/+2
* merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-211-4/+4
|\
| * mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache pageMiaohe Lin2023-08-041-4/+4
* | mm/swapfile.c: use helper macro K()ZhangPeng2023-08-211-6/+6
* | mm: kill frontswapJohannes Weiner2023-08-211-23/+10
* | mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen2023-08-181-1/+1
* | mm: call arch_swap_restore() from unuse_pte()Peter Collingbourne2023-08-181-0/+7
* | swap: stop add to avail list if swap is fullMa Wupeng2023-08-181-1/+4
* | swap: cleanup duplicated WARN_ON in add_to_avail_listMa Wupeng2023-08-181-3/+1
|/
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-63/+46
|\
| * mm/swapfile: delete outdated pte_offset_map() commentHugh Dickins2023-06-241-5/+0
| * mm: ptep_get() conversionRyan Roberts2023-06-201-7/+13
| * mm/swapoff: allow pte_offset_map[_lock]() to failHugh Dickins2023-06-201-18/+20
| * swap: comments get_swap_device() with usage ruleHuang Ying2023-06-101-3/+9
| * swap: remove get/put_swap_device() in __swap_duplicate()Huang Ying2023-06-101-4/+1
| * swap: remove __swp_swapcount()Huang Ying2023-06-101-19/+1
| * swap: remove get/put_swap_device() in __swap_count()Huang Ying2023-06-101-8/+2
| * mm: page_alloc: move pm_* function into powerKefeng Wang2023-06-101-0/+1
* | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1