summaryrefslogtreecommitdiff
path: root/mm/swapfile.c
AgeCommit message (Expand)Author
2023-10-28mm/swap: Convert to use bdev_open_by_dev()Jan Kara
2023-08-24mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand
2023-08-24mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21mm/swapfile.c: use helper macro K()ZhangPeng
2023-08-21mm: kill frontswapJohannes Weiner
2023-08-18mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen
2023-08-18mm: call arch_swap_restore() from unuse_pte()Peter Collingbourne
2023-08-18swap: stop add to avail list if swap is fullMa Wupeng
2023-08-18swap: cleanup duplicated WARN_ON in add_to_avail_listMa Wupeng
2023-08-04mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache pageMiaohe Lin
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-23mm/swapfile: delete outdated pte_offset_map() commentHugh Dickins
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19mm/swapoff: allow pte_offset_map[_lock]() to failHugh Dickins
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-09swap: comments get_swap_device() with usage ruleHuang Ying
2023-06-09swap: remove get/put_swap_device() in __swap_duplicate()Huang Ying
2023-06-09swap: remove __swp_swapcount()Huang Ying
2023-06-09swap: remove get/put_swap_device() in __swap_count()Huang Ying
2023-06-09mm: page_alloc: move pm_* function into powerKefeng Wang
2023-06-05block: introduce holder opsChristoph Hellwig
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton
2023-04-05mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig
2023-04-05mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang
2023-03-28mm: swap: remove unneeded cgroup_throttle_swaprate()Kefeng Wang
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-10Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2023-02-09mm/swapfile: remove pr_debug in get_swap_pages()Longlong Xia
2023-02-09mm: hwpoison: support recovery from ksm_might_need_to_copy()Kefeng Wang
2023-02-03blk-cgroup: store a gendisk to throttle in struct task_structChristoph Hellwig
2023-02-02block: remove ->rw_pageChristoph Hellwig
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton
2023-01-31mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia
2023-01-18swapfile: get rid of volatile and avoid redundant readKairui Song
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-11-30mm: use pte markers for swap errorsPeter Xu
2022-11-22swapfile: fix soft lockup in scan_swap_map_slotsChen Wandun
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03memcg: convert mem_cgroup_swap_full() to take a folioMatthew Wilcox (Oracle)
2022-10-03swapfile: convert unuse_pte_range() to use a folioMatthew Wilcox (Oracle)
2022-10-03swapfile: convert __try_to_reclaim_swap() to use a folioMatthew Wilcox (Oracle)
2022-10-03swapfile: convert try_to_unuse() to use a folioMatthew Wilcox (Oracle)
2022-10-03mm/swap: convert put_swap_page() to put_swap_folio()Matthew Wilcox (Oracle)
2022-10-03mm/swapfile: convert try_to_free_swap() to folio_free_swap()Matthew Wilcox (Oracle)