summaryrefslogtreecommitdiff
path: root/mm/swapfile.c
AgeCommit message (Expand)Author
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)
2022-10-03mm/swapfile: remove page_swapcount()Matthew Wilcox (Oracle)
2022-09-26mm/swapfile: use vma iterator instead of vma linked listLiam R. Howlett
2022-09-26mm/swap: cache swap migration A/D bits supportPeter Xu
2022-09-26mm/swap: cache maximum swapfile size when init swapPeter Xu
2022-09-26blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig
2022-07-03mm/swap: convert delete_from_swap_cache() to take a folioMatthew Wilcox (Oracle)
2022-07-03mm/swap: convert try_to_free_swap to use a folioMatthew Wilcox (Oracle)
2022-07-03mm/swapfile: fix possible data races of inuse_pagesMiaohe Lin
2022-05-27Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-27mm/swapfile: fix lost swap bits in unuse_pte()Miaohe Lin
2022-05-27mm/swapfile: unuse_pte can map random data if swap read failsMiaohe Lin
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-19mm/swap: fix comment about swap extentMiaohe Lin
2022-05-19mm/swap: clean up the comment of find_next_to_unuseMiaohe Lin
2022-05-19mm/swap: add helper swap_offset_available()Miaohe Lin
2022-05-19mm/swap: make page_swapcount and __lru_add_drain_all staticMiaohe Lin
2022-05-19mm/swap: remove unneeded p != NULL check in __swap_duplicateMiaohe Lin
2022-05-19mm/swap: print bad swap offset entry in get_swap_deviceMiaohe Lin
2022-05-19mm/swap: fold __swap_info_get() into its sole callerMiaohe Lin
2022-05-13swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)
2022-05-09mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown
2022-05-09mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown
2022-05-09mm: create new mm/swap.h header fileNeilBrown
2022-05-09mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand
2022-05-09mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand
2022-05-09mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand