aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swapfile.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-16mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when comparePeter Xu1-1/+1
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai1-2/+2
2021-03-02swap: fix swapfile read/write offsetJens Axboe1-0/+13
2021-02-24mm/swapfile.c: fix debugging information problemStephen Zhang1-4/+4
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-5/+6
2021-02-10mm: simplify swapdev_blockChristoph Hellwig1-27/+3
2021-01-27mm: only make map_swap_entry available for CONFIG_HIBERNATIONJens Axboe1-1/+5
2021-01-27mm: remove get_swap_bioChristoph Hellwig1-10/+0
2021-01-21mm: Use static initialisers for immutable fields of 'struct vm_fault'Will Deacon1-5/+6
2020-12-15mm: fix a race on nr_swap_pagesZhaoyang Huang1-5/+6
2020-12-15mm/swapfile.c: use memset to fill the swap_map with SWAP_HAS_CACHEMiaohe Lin1-5/+2
2020-12-15mm/swapfile.c: remove unnecessary out label in __swap_duplicate()Miaohe Lin1-3/+2
2020-12-15mm/swapfile.c: use helper function swap_count() in add_swap_count_continuation()Miaohe Lin1-1/+1
2020-12-06mm/swapfile: do not sleep with a spin lock heldQian Cai1-1/+3
2020-10-13mm/swapfile.c: fix potential memory leak in sys_swaponMiaohe Lin1-1/+3
2020-10-13mm/swapfile.c: remove unnecessary goto out in _swap_info_get()Miaohe Lin1-1/+0
2020-10-13mm: remove activate_page() from unuse_pte()Yu Zhao1-5/+0
2020-10-13swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguityGao Xiang1-1/+1
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-23/+26
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+2
2020-09-26mm, THP, swap: fix allocating cluster for swapfile by mistakeGao Xiang1-1/+1
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig1-1/+1
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig1-1/+1
2020-09-23mm: split swap_type_ofChristoph Hellwig1-18/+21
2020-09-23mm: cleanup claim_swapfileChristoph Hellwig1-3/+3
2020-09-04mm: Add arch hooks for saving/restoring tagsSteven Price1-0/+2
2020-08-14mm/swapfile: fix and annotate various data racesQian Cai1-13/+18
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)1-1/+1