summaryrefslogtreecommitdiff
path: root/mm/swapfile.c
Commit message (Expand)AuthorAgeFilesLines
* mm/swap: convert delete_from_swap_cache() to take a folioMatthew Wilcox (Oracle)2022-06-271-1/+1
* mm/swap: convert try_to_free_swap to use a folioMatthew Wilcox (Oracle)2022-06-271-12/+11
* mm-swapfile-fix-possible-data-races-of-inuse_pages-v3Miaohe Lin2022-06-271-2/+2
* mm/swapfile: fix possible data races of inuse_pagesMiaohe Lin2022-06-271-2/+2
* mm/swapfile: use vma iterator instead of vma linked listLiam R. Howlett2022-06-271-1/+3
* Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-271-3/+18
|\
| * mm/swapfile: fix lost swap bits in unuse_pte()Miaohe Lin2022-05-271-3/+7
| * mm/swapfile: unuse_pte can map random data if swap read failsMiaohe Lin2022-05-271-0/+11
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-65/+70
|\ \ | |/
| * mm/swap: fix comment about swap extentMiaohe Lin2022-05-191-9/+6
| * mm/swap: clean up the comment of find_next_to_unuseMiaohe Lin2022-05-191-3/+3
| * mm/swap: add helper swap_offset_available()Miaohe Lin2022-05-191-16/+18
| * mm/swap: make page_swapcount and __lru_add_drain_all staticMiaohe Lin2022-05-191-1/+1
| * mm/swap: remove unneeded p != NULL check in __swap_duplicateMiaohe Lin2022-05-191-2/+1
| * mm/swap: print bad swap offset entry in get_swap_deviceMiaohe Lin2022-05-191-0/+1
| * mm/swap: fold __swap_info_get() into its sole callerMiaohe Lin2022-05-191-18/+6
| * swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)2022-05-131-8/+9
| * mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown2022-05-091-0/+5
| * mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown2022-05-091-7/+3
| * mm: create new mm/swap.h header fileNeilBrown2022-05-091-0/+1
| * 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