aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swapfile.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-27Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus 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/git/akpm/mmLinus Torvalds1-65/+70
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-05-19mm/swap: fix comment about swap extentMiaohe Lin1-9/+6
2022-05-19mm/swap: clean up the comment of find_next_to_unuseMiaohe Lin1-3/+3
2022-05-19mm/swap: add helper swap_offset_available()Miaohe Lin1-16/+18
2022-05-19mm/swap: make page_swapcount and __lru_add_drain_all staticMiaohe Lin1-1/+1
2022-05-19mm/swap: remove unneeded p != NULL check in __swap_duplicateMiaohe Lin1-2/+1
2022-05-19mm/swap: print bad swap offset entry in get_swap_deviceMiaohe Lin1-0/+1
2022-05-19mm/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-09mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown1-0/+5
2022-05-09mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown1-7/+3
2022-05-09mm: create new mm/swap.h header fileNeilBrown1-0/+1
2022-05-09mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand1-1/+12
2022-05-09mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand1-0/+4
2022-05-09mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand1-1/+1
2022-05-09mm/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
2022-05-02blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>Christoph Hellwig1-0/+1
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-3/+3
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-15/+2
2022-04-17block: add a bdev_stable_writes helperChristoph Hellwig1-1/+1
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig1-2/+2
2022-04-17mm: use bdev_is_zoned in claim_swapfileChristoph Hellwig1-1/+1
2022-03-24mm/swapfile: remove stale reuse_swap_page()David Hildenbrand1-104/+0
2022-03-22userfaultfd: provide unmasked address on page-faultNadav Amit1-0/+1
2022-01-22mm: mark swap_lock and swap_active_head staticChristoph Hellwig1-2/+2
2022-01-22mm: simplify try_to_unuseChristoph Hellwig1-60/+23
2022-01-22frontswap: simplify frontswap_initChristoph Hellwig1-1/+2
2022-01-15mm: remove the total_mapcount argument from page_trans_huge_mapcount()Matthew Wilcox (Oracle)1-1/+1
2022-01-15mm: remove the total_mapcount argument from page_trans_huge_map_swapcount()Matthew Wilcox (Oracle)1-20/+12
2022-01-15mm: remove last argument of reuse_swap_page()Matthew Wilcox (Oracle)1-7/+1
2022-01-15mm: change page type prior to adding page table entryPasha Tatashin1-2/+2
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+3
2021-11-06mm/swapfile: fix an integer overflow in swap_show()Rafael Aquini1-2/+2
2021-11-06mm/swapfile: remove needless request_queue NULL pointer checkXu Wang1-1/+1
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig1-1/+1
2021-09-27mm/util: Add folio_mapping() and folio_file_mapping()Matthew Wilcox (Oracle)1-4/+4
2021-09-03mm, memcg: inline swap-related functions to improve disabled memcg configSuren Baghdasaryan1-4/+1
2021-09-03mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related functionsSuren Baghdasaryan1-0/+3
2021-09-03fs, mm: fix race in unlinking swapfileHugh Dickins1-0/+6
2021-07-01mm: fix spelling mistakesZhen Lei1-1/+1
2021-06-29mm, swap: remove unnecessary smp_rmb() in swap_type_to_swap_info()Huang Ying1-9/+6
2021-06-29mm/swapfile: move get_swap_page_of_type() under CONFIG_HIBERNATIONMiaohe Lin1-52/+31
2021-06-29mm/swapfile: use percpu_ref to serialize against concurrent swapoffMiaohe Lin1-30/+49