summaryrefslogtreecommitdiff
path: root/mm/swapfile.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-10mm/swapfile: remove pr_debug in get_swap_pages()Longlong Xia1-2/+0
2023-02-10mm: hwpoison: support recovery from ksm_might_need_to_copy()Kefeng Wang1-6/+14
2023-02-03blk-cgroup: store a gendisk to throttle in struct task_structChristoph Hellwig1-1/+1
2023-02-03block: remove ->rw_pageChristoph Hellwig1-1/+1
2023-02-01Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton1-0/+1
2023-02-01mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia1-0/+1
2023-01-19swapfile: get rid of volatile and avoid redundant readKairui Song1-3/+4
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+2
2022-12-01mm: use pte markers for swap errorsPeter Xu1-1/+1
2022-11-23swapfile: fix soft lockup in scan_swap_map_slotsChen Wandun1-4/+4
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld1-3/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-2/+2
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-88/+90
2022-10-04memcg: convert mem_cgroup_swap_full() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-10-04swapfile: convert unuse_pte_range() to use a folioMatthew Wilcox (Oracle)1-14/+19
2022-10-04swapfile: convert __try_to_reclaim_swap() to use a folioMatthew Wilcox (Oracle)1-11/+11
2022-10-04swapfile: convert try_to_unuse() to use a folioMatthew Wilcox (Oracle)1-11/+11
2022-10-04mm/swap: convert put_swap_page() to put_swap_folio()Matthew Wilcox (Oracle)1-2/+2
2022-10-04mm/swapfile: convert try_to_free_swap() to folio_free_swap()Matthew Wilcox (Oracle)1-14/+18
2022-10-04mm/swapfile: remove page_swapcount()Matthew Wilcox (Oracle)1-33/+13
2022-09-27mm/swapfile: use vma iterator instead of vma linked listLiam R. Howlett1-1/+3
2022-09-27mm/swap: cache swap migration A/D bits supportPeter Xu1-0/+8
2022-09-27mm/swap: cache maximum swapfile size when init swapPeter Xu1-2/+5
2022-09-27blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig1-1/+1
2022-07-04mm/swap: convert delete_from_swap_cache() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-07-04mm/swap: convert try_to_free_swap to use a folioMatthew Wilcox (Oracle)1-12/+11
2022-07-04mm/swapfile: fix possible data races of inuse_pagesMiaohe Lin1-4/+4
2022-05-27Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+18
2022-05-27mm/swapfile: fix lost swap bits in unuse_pte()Miaohe Lin1-3/+7
2022-05-27mm/swapfile: unuse_pte can map random data if swap read failsMiaohe Lin1-0/+11
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-65/+70
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-05-20mm/swap: fix comment about swap extentMiaohe Lin1-9/+6
2022-05-20mm/swap: clean up the comment of find_next_to_unuseMiaohe Lin1-3/+3
2022-05-20mm/swap: add helper swap_offset_available()Miaohe Lin1-16/+18
2022-05-20mm/swap: make page_swapcount and __lru_add_drain_all staticMiaohe Lin1-1/+1
2022-05-20mm/swap: remove unneeded p != NULL check in __swap_duplicateMiaohe Lin1-2/+1
2022-05-20mm/swap: print bad swap offset entry in get_swap_deviceMiaohe Lin1-0/+1
2022-05-20mm/swap: fold __swap_info_get() into its sole callerMiaohe Lin1-18/+6
2022-05-13swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)1-8/+9
2022-05-10mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown1-0/+5
2022-05-10mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown1-7/+3
2022-05-10mm: create new mm/swap.h header fileNeilBrown1-0/+1
2022-05-10mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand1-1/+12
2022-05-10mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand1-0/+4
2022-05-10mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand1-1/+1
2022-05-10mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand1-1/+1
2022-05-09mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)1-1/+1
2022-05-09fs: Introduce aops->read_folioMatthew Wilcox (Oracle)1-1/+1