aboutsummaryrefslogtreecommitdiff
path: root/mm/swapfile.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-09swap: remove get/put_swap_device() in __swap_duplicate()Gravatar Huang Ying 1-4/+1
2023-06-09swap: remove __swp_swapcount()Gravatar Huang Ying 1-19/+1
2023-06-09swap: remove get/put_swap_device() in __swap_count()Gravatar Huang Ying 1-8/+2
2023-06-09mm: page_alloc: move pm_* function into powerGravatar Kefeng Wang 1-0/+1
2023-06-05block: introduce holder opsGravatar Christoph Hellwig 1-1/+2
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesGravatar Andrew Morton 1-1/+2
2023-04-05mm: return an ERR_PTR from __filemap_get_folioGravatar Christoph Hellwig 1-2/+2
2023-04-05mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Gravatar Rongwei Wang 1-1/+2
2023-03-28mm: swap: remove unneeded cgroup_throttle_swaprate()Gravatar Kefeng Wang 1-3/+3
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-6/+5
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2023-02-10Merge branch 'mm-hotfixes-stable' into mm-stableGravatar Andrew Morton 1-6/+14
2023-02-09mm/swapfile: remove pr_debug in get_swap_pages()Gravatar Longlong Xia 1-2/+0
2023-02-09mm: hwpoison: support recovery from ksm_might_need_to_copy()Gravatar Kefeng Wang 1-6/+14
2023-02-03blk-cgroup: store a gendisk to throttle in struct task_structGravatar Christoph Hellwig 1-1/+1
2023-02-02block: remove ->rw_pageGravatar Christoph Hellwig 1-1/+1
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesGravatar Andrew Morton 1-0/+1
2023-01-31mm/swapfile: add cond_resched() in get_swap_pages()Gravatar Longlong Xia 1-0/+1
2023-01-18swapfile: get rid of volatile and avoid redundant readGravatar Kairui Song 1-3/+4
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+2
2022-11-30mm: use pte markers for swap errorsGravatar Peter Xu 1-1/+1
2022-11-22swapfile: fix soft lockup in scan_swap_map_slotsGravatar Chen Wandun 1-4/+4
2022-11-18treewide: use get_random_u32_inclusive() when possibleGravatar Jason A. Donenfeld 1-3/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-2/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-88/+90
2022-10-03memcg: convert mem_cgroup_swap_full() to take a folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-10-03swapfile: convert unuse_pte_range() to use a folioGravatar Matthew Wilcox (Oracle) 1-14/+19
2022-10-03swapfile: convert __try_to_reclaim_swap() to use a folioGravatar Matthew Wilcox (Oracle) 1-11/+11
2022-10-03swapfile: convert try_to_unuse() to use a folioGravatar Matthew Wilcox (Oracle) 1-11/+11
2022-10-03mm/swap: convert put_swap_page() to put_swap_folio()Gravatar Matthew Wilcox (Oracle) 1-2/+2
2022-10-03mm/swapfile: convert try_to_free_swap() to folio_free_swap()Gravatar Matthew Wilcox (Oracle) 1-14/+18
2022-10-03mm/swapfile: remove page_swapcount()Gravatar Matthew Wilcox (Oracle) 1-33/+13
2022-09-26mm/swapfile: use vma iterator instead of vma linked listGravatar Liam R. Howlett 1-1/+3
2022-09-26mm/swap: cache swap migration A/D bits supportGravatar Peter Xu 1-0/+8
2022-09-26mm/swap: cache maximum swapfile size when init swapGravatar Peter Xu 1-2/+5
2022-09-26blk-cgroup: pass a gendisk to blkcg_schedule_throttleGravatar Christoph Hellwig 1-1/+1
2022-07-03mm/swap: convert delete_from_swap_cache() to take a folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-07-03mm/swap: convert try_to_free_swap to use a folioGravatar Matthew Wilcox (Oracle) 1-12/+11
2022-07-03mm/swapfile: fix possible data races of inuse_pagesGravatar Miaohe Lin 1-4/+4
2022-05-27Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+18
2022-05-27mm/swapfile: fix lost swap bits in unuse_pte()Gravatar Miaohe Lin 1-3/+7
2022-05-27mm/swapfile: unuse_pte can map random data if swap read failsGravatar Miaohe Lin 1-0/+11
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-65/+70
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+1
2022-05-19mm/swap: fix comment about swap extentGravatar Miaohe Lin 1-9/+6
2022-05-19mm/swap: clean up the comment of find_next_to_unuseGravatar Miaohe Lin 1-3/+3
2022-05-19mm/swap: add helper swap_offset_available()Gravatar Miaohe Lin 1-16/+18
2022-05-19mm/swap: make page_swapcount and __lru_add_drain_all staticGravatar Miaohe Lin 1-1/+1
2022-05-19mm/swap: remove unneeded p != NULL check in __swap_duplicateGravatar Miaohe Lin 1-2/+1