summaryrefslogtreecommitdiffstats
path: root/mm/swapfile.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-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-231-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-101-0/+1
|\
| * plist: Split out plist_types.hKent Overstreet2023-12-201-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-101-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-241-1/+1
* mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand2023-08-241-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-231-5/+0
| * mm: ptep_get() conversionRyan Roberts2023-06-191-7/+13
| * mm/swapoff: allow pte_offset_map[_lock]() to failHugh Dickins2023-06-191-18/+20
| * swap: comments get_swap_device() with usage ruleHuang Ying2023-06-091-3/+9
| * swap: remove get/put_swap_device() in __swap_duplicate()Huang Ying2023-06-091-4/+1
| * swap: remove __swp_swapcount()Huang Ying2023-06-091-19/+1
| * swap: remove get/put_swap_device() in __swap_count()Huang Ying2023-06-091-8/+2
| * mm: page_alloc: move pm_* function into powerKefeng Wang2023-06-091-0/+1
* | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
* | block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-4/+3
* | block: introduce holder opsChristoph Hellwig2023-06-051-1/+2
|/
* sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-161-1/+2
|\
| * mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang2023-04-051-1/+2
* | mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-051-2/+2
* | mm: swap: remove unneeded cgroup_throttle_swaprate()Kefeng Wang2023-03-281-3/+3
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-6/+5
|\
| * Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2023-02-101-6/+14
| |\
| * | mm/swapfile: remove pr_debug in get_swap_pages()Longlong Xia2023-02-091-2/+0