summaryrefslogtreecommitdiff
path: root/mm/swapfile.c
AgeCommit message (Expand)Author
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-09mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)
2022-05-09fs: Introduce aops->read_folioMatthew Wilcox (Oracle)
2022-05-02blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>Christoph Hellwig
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_stable_writes helperChristoph Hellwig
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig
2022-04-17mm: use bdev_is_zoned in claim_swapfileChristoph Hellwig
2022-03-24mm/swapfile: remove stale reuse_swap_page()David Hildenbrand
2022-03-22userfaultfd: provide unmasked address on page-faultNadav Amit
2022-01-22mm: mark swap_lock and swap_active_head staticChristoph Hellwig
2022-01-22mm: simplify try_to_unuseChristoph Hellwig
2022-01-22frontswap: simplify frontswap_initChristoph Hellwig
2022-01-15mm: remove the total_mapcount argument from page_trans_huge_mapcount()Matthew Wilcox (Oracle)
2022-01-15mm: remove the total_mapcount argument from page_trans_huge_map_swapcount()Matthew Wilcox (Oracle)
2022-01-15mm: remove last argument of reuse_swap_page()Matthew Wilcox (Oracle)
2022-01-15mm: change page type prior to adding page table entryPasha Tatashin
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm/swapfile: fix an integer overflow in swap_show()Rafael Aquini
2021-11-06mm/swapfile: remove needless request_queue NULL pointer checkXu Wang
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig
2021-09-27mm/util: Add folio_mapping() and folio_file_mapping()Matthew Wilcox (Oracle)
2021-09-03mm, memcg: inline swap-related functions to improve disabled memcg configSuren Baghdasaryan
2021-09-03mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related func...Suren Baghdasaryan
2021-09-03fs, mm: fix race in unlinking swapfileHugh Dickins
2021-07-01mm: fix spelling mistakesZhen Lei
2021-06-29mm, swap: remove unnecessary smp_rmb() in swap_type_to_swap_info()Huang Ying
2021-06-29mm/swapfile: move get_swap_page_of_type() under CONFIG_HIBERNATIONMiaohe Lin
2021-06-29mm/swapfile: use percpu_ref to serialize against concurrent swapoffMiaohe Lin
2021-06-16mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when comparePeter Xu
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai
2021-03-02swap: fix swapfile read/write offsetJens Axboe
2021-02-24mm/swapfile.c: fix debugging information problemStephen Zhang
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-02-10mm: simplify swapdev_blockChristoph Hellwig
2021-01-27mm: only make map_swap_entry available for CONFIG_HIBERNATIONJens Axboe
2021-01-27mm: remove get_swap_bioChristoph Hellwig
2021-01-21mm: Use static initialisers for immutable fields of 'struct vm_fault'Will Deacon
2020-12-15mm: fix a race on nr_swap_pagesZhaoyang Huang
2020-12-15mm/swapfile.c: use memset to fill the swap_map with SWAP_HAS_CACHEMiaohe Lin
2020-12-15mm/swapfile.c: remove unnecessary out label in __swap_duplicate()Miaohe Lin
2020-12-15mm/swapfile.c: use helper function swap_count() in add_swap_count_continuation()Miaohe Lin
2020-12-06mm/swapfile: do not sleep with a spin lock heldQian Cai
2020-10-13mm/swapfile.c: fix potential memory leak in sys_swaponMiaohe Lin
2020-10-13mm/swapfile.c: remove unnecessary goto out in _swap_info_get()Miaohe Lin
2020-10-13mm: remove activate_page() from unuse_pte()Yu Zhao
2020-10-13swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguityGao Xiang
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds