summaryrefslogtreecommitdiff
path: root/mm/swapfile.c
AgeCommit message (Expand)Author
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-05mm/swapfile: mark racy access on si->highest_bitlinke li
2024-05-05mm: swapfile: check usable swap device in __folio_throttle_swaprate()Kefeng Wang
2024-05-05mm,swap: add document about RCU read lock and swapoff interactionHuang Ying
2024-05-02swapon(2): open swap with O_EXCLAl Viro
2024-05-02swapon(2)/swapoff(2): don't bother with block sizeAl Viro
2024-04-25mm: swap: allow storage of all mTHP ordersRyan Roberts
2024-04-25mm: swap: update get_swap_pages() to take folio orderRyan Roberts
2024-04-25mm: swap: simplify struct percpu_clusterRyan Roberts
2024-04-25mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()Ryan Roberts
2024-04-25mm: swap: remove CLUSTER_FLAG_HUGE from swap_cluster_info:flagsRyan Roberts
2024-04-25arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-06mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts
2024-02-25swap: port block device usage to fileChristian Brauner
2024-02-23mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err c...Barry Song
2024-02-22mm/zswap: invalidate zswap entry when swap entry freeChengming Zhou
2024-02-22mm: swap: enforce updating inuse_pages at the end of swap_range_free()Yosry Ahmed
2024-02-22mm/zswap: split zswap rb-treeChengming Zhou
2024-02-22mm/zswap: make sure each swapfile always have zswap rb-treeChengming Zhou
2024-02-20mm/swap: fix race when skipping swapcacheKairui Song
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-12-29mm/swapfile: page_add_anon_rmap() -> folio_add_anon_rmap_pte()David Hildenbrand
2023-12-29mm: remove page_swap_info()Matthew Wilcox (Oracle)
2023-12-29mm: convert swap_readpage() to swap_read_folio()Matthew Wilcox (Oracle)
2023-12-29mm: convert swap_page_sector() to swap_folio_sector()Matthew Wilcox (Oracle)
2023-12-29mm: convert unuse_pte() to use a folio throughoutMatthew Wilcox (Oracle)
2023-12-29mm: remove PageAnonExclusive assertions in unuse_pte()Matthew Wilcox (Oracle)
2023-12-29mm: convert ksm_might_need_to_copy() to work on foliosMatthew Wilcox (Oracle)
2023-12-20plist: Split out plist_types.hKent Overstreet
2023-12-10mm/swapfile: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco
2023-10-28mm/swap: Convert to use bdev_open_by_dev()Jan Kara
2023-08-24mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand
2023-08-24mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21mm/swapfile.c: use helper macro K()ZhangPeng
2023-08-21mm: kill frontswapJohannes Weiner
2023-08-18mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen
2023-08-18mm: call arch_swap_restore() from unuse_pte()Peter Collingbourne
2023-08-18swap: stop add to avail list if swap is fullMa Wupeng
2023-08-18swap: cleanup duplicated WARN_ON in add_to_avail_listMa Wupeng
2023-08-04mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache pageMiaohe Lin
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-23mm/swapfile: delete outdated pte_offset_map() commentHugh Dickins
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19mm/swapoff: allow pte_offset_map[_lock]() to failHugh Dickins
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-09swap: comments get_swap_device() with usage ruleHuang Ying