summaryrefslogtreecommitdiffstats
path: root/mm/swapfile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | block: remove ->rw_pageChristoph Hellwig2023-02-021-1/+1
| * | Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton2023-01-311-0/+1
| |\ \
| * | | swapfile: get rid of volatile and avoid redundant readKairui Song2023-01-181-3/+4
* | | | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | blk-cgroup: store a gendisk to throttle in struct task_structChristoph Hellwig2023-02-031-1/+1
| |/ /
* | / mm: hwpoison: support recovery from ksm_might_need_to_copy()Kefeng Wang2023-02-091-6/+14
| |/ |/|
* | mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia2023-01-311-0/+1
|/
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-1/+1
|\
| * mm: use pte markers for swap errorsPeter Xu2022-11-301-1/+1
* | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-3/+2
|\ \ | |/ |/|
| * treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-3/+2
| * treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
* | swapfile: fix soft lockup in scan_swap_map_slotsChen Wandun2022-11-221-4/+4
|/
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-88/+90
|\
| * memcg: convert mem_cgroup_swap_full() to take a folioMatthew Wilcox (Oracle)2022-10-031-1/+1
| * swapfile: convert unuse_pte_range() to use a folioMatthew Wilcox (Oracle)2022-10-031-14/+19
| * swapfile: convert __try_to_reclaim_swap() to use a folioMatthew Wilcox (Oracle)2022-10-031-11/+11
| * swapfile: convert try_to_unuse() to use a folioMatthew Wilcox (Oracle)2022-10-031-11/+11
| * mm/swap: convert put_swap_page() to put_swap_folio()Matthew Wilcox (Oracle)2022-10-031-2/+2
| * mm/swapfile: convert try_to_free_swap() to folio_free_swap()Matthew Wilcox (Oracle)2022-10-031-14/+18