summaryrefslogtreecommitdiff
path: root/mm/swapfile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * mm/swapfile: remove page_swapcount()Matthew Wilcox (Oracle)2022-10-031-33/+13
| * mm/swapfile: use vma iterator instead of vma linked listLiam R. Howlett2022-09-261-1/+3
| * mm/swap: cache swap migration A/D bits supportPeter Xu2022-09-261-0/+8
| * mm/swap: cache maximum swapfile size when init swapPeter Xu2022-09-261-2/+5
* | blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig2022-09-261-1/+1
|/
* mm/swap: convert delete_from_swap_cache() to take a folioMatthew Wilcox (Oracle)2022-07-031-1/+1
* mm/swap: convert try_to_free_swap to use a folioMatthew Wilcox (Oracle)2022-07-031-12/+11
* mm/swapfile: fix possible data races of inuse_pagesMiaohe Lin2022-07-031-4/+4
* Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-271-3/+18
|\
| * mm/swapfile: fix lost swap bits in unuse_pte()Miaohe Lin2022-05-271-3/+7
| * mm/swapfile: unuse_pte can map random data if swap read failsMiaohe Lin2022-05-271-0/+11
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-65/+70
|\ \ | |/
| * mm/swap: fix comment about swap extentMiaohe Lin2022-05-191-9/+6
| * mm/swap: clean up the comment of find_next_to_unuseMiaohe Lin2022-05-191-3/+3
| * mm/swap: add helper swap_offset_available()Miaohe Lin2022-05-191-16/+18
| * mm/swap: make page_swapcount and __lru_add_drain_all staticMiaohe Lin2022-05-191-1/+1
| * mm/swap: remove unneeded p != NULL check in __swap_duplicateMiaohe Lin2022-05-191-2/+1
| * mm/swap: print bad swap offset entry in get_swap_deviceMiaohe Lin2022-05-191-0/+1
| * mm/swap: fold __swap_info_get() into its sole callerMiaohe Lin2022-05-191-18/+6
| * swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)2022-05-131-8/+9
| * mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown2022-05-091-0/+5
| * mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown2022-05-091-7/+3
| * mm: create new mm/swap.h header fileNeilBrown2022-05-091-0/+1