summaryrefslogtreecommitdiff
path: root/mm/page_io.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-06mm: add per-order mTHP anon_swpout and anon_swpout_fallback countersBarry Song1-0/+1
2024-04-26arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song1-1/+1
2023-12-30zswap: memcontrol: implement zswap writeback disablingNhat Pham1-0/+5
2023-12-29mm: convert swap_readpage() to swap_read_folio()Matthew Wilcox (Oracle)1-9/+9
2023-12-29mm: convert swap_page_sector() to swap_folio_sector()Matthew Wilcox (Oracle)1-4/+4
2023-12-29mm: pass a folio to swap_readpage_bdev_async()Matthew Wilcox (Oracle)1-4/+4
2023-12-29mm: pass a folio to swap_readpage_bdev_sync()Matthew Wilcox (Oracle)1-4/+4
2023-12-29mm: pass a folio to swap_readpage_fs()Matthew Wilcox (Oracle)1-7/+6
2023-12-29mm: pass a folio to swap_writepage_bdev_async()Matthew Wilcox (Oracle)1-5/+4
2023-12-29mm: pass a folio to swap_writepage_bdev_sync()Matthew Wilcox (Oracle)1-5/+4
2023-12-29mm: pass a folio to swap_writepage_fs()Matthew Wilcox (Oracle)1-9/+9
2023-12-29mm: pass a folio to __swap_writepage()Matthew Wilcox (Oracle)1-7/+7
2023-10-04mm: memcg: add THP swap out info for anonymous reclaimXin Hao1-4/+4
2023-08-21zswap: make zswap_load() take a folioMatthew Wilcox (Oracle)1-1/+1
2023-08-21swap: remove some calls to compound_head() in swap_readpage()Matthew Wilcox (Oracle)1-6/+7
2023-08-21zswap: make zswap_store() take a folioMatthew Wilcox (Oracle)1-1/+1
2023-08-21mm: kill frontswapJohannes Weiner1-3/+3
2023-08-18mm/page_io: convert bio_associate_blkg_from_page() to take in a folioZhangPeng1-5/+5
2023-08-18mm/page_io: convert count_swpout_vm_event() to take in a folioZhangPeng1-6/+6
2023-08-18mm/page_io: use a folio in swap_writepage_bdev_async()ZhangPeng1-2/+3
2023-08-18mm/page_io: use a folio in swap_writepage_bdev_sync()ZhangPeng1-2/+3
2023-08-18mm/page_io: use a folio in sio_read_complete()ZhangPeng1-5/+5
2023-08-18mm/page_io: use a folio in __end_swap_bio_read()ZhangPeng1-3/+3
2023-08-18mm/page_io: use a folio in __end_swap_bio_write()ZhangPeng1-4/+4
2023-08-18mm/page_io: remove unneeded SetPageError()ZhangPeng1-3/+0
2023-08-18mm/page_io: remove unneeded ClearPageUptodate()ZhangPeng1-2/+0
2023-05-31swap: use __bio_add_page to add page to bioJohannes Thumshirn1-4/+4
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-85/+98
2023-02-03swap: use bvec_set_page to initialize bvecsChristoph Hellwig1-6/+2
2023-02-03block: remove ->rw_pageChristoph Hellwig1-21/+32
2023-02-03mm: factor out a swap_writepage_bdev helperChristoph Hellwig1-14/+19
2023-02-03mm: remove the __swap_writepage return valueChristoph Hellwig1-14/+9
2023-02-03mm: use an on-stack bio for synchronous swapinChristoph Hellwig1-31/+38
2023-02-03mm: factor out a swap_readpage_bdev helperChristoph Hellwig1-33/+35
2023-02-03mm: remove the swap_readpage return valueChristoph Hellwig1-11/+5
2023-01-19page_io: remove buffer_head includeMatthew Wilcox (Oracle)1-1/+0
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-10-04swap: convert swap_writepage() to use a folioMatthew Wilcox (Oracle)1-10/+11
2022-09-27mm/page_io: count submission time as thrashing delay for delayacctYang Yang1-5/+10
2022-09-12mm/swap: remove the end_write_func argument to __swap_writepageChristoph Hellwig1-5/+4
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-61/+192
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-05-10MM: handle THP in swap_*page_fs() - count_vm_events()NeilBrown1-2/+4
2022-05-10mm: handle THP in swap_*page_fs()NeilBrown1-10/+13
2022-05-10mm: submit multipage write for SWP_FS_OPS swap-spaceNeilBrown1-22/+56
2022-05-10mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown1-35/+69
2022-05-10mm: perform async writes to SWP_FS_OPS swap-space using ->swap_rwNeilBrown1-40/+58
2022-05-10mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown1-6/+62
2022-05-10mm: drop swap_dirty_folioNeilBrown1-17/+0
2022-05-10mm: create new mm/swap.h header fileNeilBrown1-0/+1