summaryrefslogtreecommitdiffstats
path: root/mm/swapfile.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-0/+1
|\
| * plist: Split out plist_types.hKent Overstreet2023-12-201-0/+1
* | mm/swapfile: page_add_anon_rmap() -> folio_add_anon_rmap_pte()David Hildenbrand2023-12-291-1/+1
* | mm: remove page_swap_info()Matthew Wilcox (Oracle)2023-12-291-7/+1
* | mm: convert swap_readpage() to swap_read_folio()Matthew Wilcox (Oracle)2023-12-291-1/+1
* | mm: convert swap_page_sector() to swap_folio_sector()Matthew Wilcox (Oracle)2023-12-291-3/+3
* | mm: convert unuse_pte() to use a folio throughoutMatthew Wilcox (Oracle)2023-12-291-22/+25
* | mm: remove PageAnonExclusive assertions in unuse_pte()Matthew Wilcox (Oracle)2023-12-291-4/+0
* | mm: convert ksm_might_need_to_copy() to work on foliosMatthew Wilcox (Oracle)2023-12-291-3/+5
* | mm/swapfile: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco2023-12-101-17/+17
|/
* mm/swap: Convert to use bdev_open_by_dev()Jan Kara2023-10-281-11/+12
* mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand2023-08-241-1/+1
* mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand2023-08-241-2/+2
* merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-211-4/+4
|\
| * mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache pageMiaohe Lin2023-08-041-4/+4
* | mm/swapfile.c: use helper macro K()ZhangPeng2023-08-211-6/+6
* | mm: kill frontswapJohannes Weiner2023-08-211-23/+10
* | mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen2023-08-181-1/+1
* | mm: call arch_swap_restore() from unuse_pte()Peter Collingbourne2023-08-181-0/+7
* | swap: stop add to avail list if swap is fullMa Wupeng2023-08-181-1/+4
* | swap: cleanup duplicated WARN_ON in add_to_avail_listMa Wupeng2023-08-181-3/+1
|/
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-63/+46
|\
| * mm/swapfile: delete outdated pte_offset_map() commentHugh Dickins2023-06-231-5/+0
| * mm: ptep_get() conversionRyan Roberts2023-06-191-7/+13
| * mm/swapoff: allow pte_offset_map[_lock]() to failHugh Dickins2023-06-191-18/+20
| * swap: comments get_swap_device() with usage ruleHuang Ying2023-06-091-3/+9
| * swap: remove get/put_swap_device() in __swap_duplicate()Huang Ying2023-06-091-4/+1
| * swap: remove __swp_swapcount()Huang Ying2023-06-091-19/+1
| * swap: remove get/put_swap_device() in __swap_count()Huang Ying2023-06-091-8/+2
| * mm: page_alloc: move pm_* function into powerKefeng Wang2023-06-091-0/+1
* | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
* | block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-4/+3
* | block: introduce holder opsChristoph Hellwig2023-06-051-1/+2
|/
* 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
|\ \ | |/ |/|