summaryrefslogtreecommitdiff
path: root/mm/swapfile.c
Commit message (Expand)AuthorAgeFilesLines
...
| * mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand2022-05-091-1/+12
| * mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand2022-05-091-0/+4
| * mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand2022-05-091-1/+1
| * mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand2022-05-091-1/+1
* | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-1/+1
|\ \
| * | mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)2022-05-091-1/+1
| * | fs: Introduce aops->read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| |/
* | blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>Christoph Hellwig2022-05-021-0/+1
* | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-3/+3
* | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-15/+2
* | block: add a bdev_stable_writes helperChristoph Hellwig2022-04-171-1/+1
* | block: add a bdev_nonrot helperChristoph Hellwig2022-04-171-2/+2
* | mm: use bdev_is_zoned in claim_swapfileChristoph Hellwig2022-04-171-1/+1
|/
* mm/swapfile: remove stale reuse_swap_page()David Hildenbrand2022-03-241-104/+0
* userfaultfd: provide unmasked address on page-faultNadav Amit2022-03-221-0/+1
* mm: mark swap_lock and swap_active_head staticChristoph Hellwig2022-01-221-2/+2
* mm: simplify try_to_unuseChristoph Hellwig2022-01-221-60/+23
* frontswap: simplify frontswap_initChristoph Hellwig2022-01-221-1/+2
* mm: remove the total_mapcount argument from page_trans_huge_mapcount()Matthew Wilcox (Oracle)2022-01-151-1/+1
* mm: remove the total_mapcount argument from page_trans_huge_map_swapcount()Matthew Wilcox (Oracle)2022-01-151-20/+12
* mm: remove last argument of reuse_swap_page()Matthew Wilcox (Oracle)2022-01-151-7/+1
* mm: change page type prior to adding page table entryPasha Tatashin2022-01-151-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-3/+3
|\
| * mm/swapfile: fix an integer overflow in swap_show()Rafael Aquini2021-11-061-2/+2
| * mm/swapfile: remove needless request_queue NULL pointer checkXu Wang2021-11-061-1/+1
* | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-1/+1
|\ \
| * | mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-1/+1
| |/
* | mm/util: Add folio_mapping() and folio_file_mapping()Matthew Wilcox (Oracle)2021-09-271-4/+4
|/
* mm, memcg: inline swap-related functions to improve disabled memcg configSuren Baghdasaryan2021-09-031-4/+1
* mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related func...Suren Baghdasaryan2021-09-031-0/+3
* fs, mm: fix race in unlinking swapfileHugh Dickins2021-09-031-0/+6
* mm: fix spelling mistakesZhen Lei2021-07-011-1/+1
* mm, swap: remove unnecessary smp_rmb() in swap_type_to_swap_info()Huang Ying2021-06-291-9/+6
* mm/swapfile: move get_swap_page_of_type() under CONFIG_HIBERNATIONMiaohe Lin2021-06-291-52/+31
* mm/swapfile: use percpu_ref to serialize against concurrent swapoffMiaohe Lin2021-06-291-30/+49
* mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when comparePeter Xu2021-06-161-1/+1
* mm/mempool: minor coding style tweaksZhiyuan Dai2021-05-051-2/+2
* swap: fix swapfile read/write offsetJens Axboe2021-03-021-0/+13
* mm/swapfile.c: fix debugging information problemStephen Zhang2021-02-241-4/+4
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-02-211-5/+6
|\
| * mm: Use static initialisers for immutable fields of 'struct vm_fault'Will Deacon2021-01-211-5/+6
* | mm: simplify swapdev_blockChristoph Hellwig2021-02-101-27/+3
* | mm: only make map_swap_entry available for CONFIG_HIBERNATIONJens Axboe2021-01-271-1/+5
* | mm: remove get_swap_bioChristoph Hellwig2021-01-271-10/+0
|/
* mm: fix a race on nr_swap_pagesZhaoyang Huang2020-12-151-5/+6
* mm/swapfile.c: use memset to fill the swap_map with SWAP_HAS_CACHEMiaohe Lin2020-12-151-5/+2
* mm/swapfile.c: remove unnecessary out label in __swap_duplicate()Miaohe Lin2020-12-151-3/+2
* mm/swapfile.c: use helper function swap_count() in add_swap_count_continuation()Miaohe Lin2020-12-151-1/+1
* mm/swapfile: do not sleep with a spin lock heldQian Cai2020-12-061-1/+3
* mm/swapfile.c: fix potential memory leak in sys_swaponMiaohe Lin2020-10-131-1/+3