Age | Commit message (Expand) | Author | Files | Lines |
2024-11-11 | mm: count zeromap read and set for swapout and swapin | Barry Song | 1 | -0/+16 |
2024-10-30 | mm: fix PSWPIN counter for large folios swap-in | Barry Song | 1 | -2/+2 |
2024-09-17 | mm: fix swap_read_folio_zeromap() for large folios with partial zeromap | Barry Song | 1 | -25/+7 |
2024-09-03 | mm: store zero pages to be swapped out in a bitmap | Usama Arif | 1 | -1/+117 |
2024-09-01 | fs: remove calls to set and clear the folio error flag | Matthew Wilcox (Oracle) | 1 | -3/+1 |
2024-09-01 | zswap: track swapins from disk more accurately | Nhat Pham | 1 | -1/+8 |
2024-07-17 | mm: ignore data-race in __swap_writepage | Pei Li | 1 | -1/+6 |
2024-07-03 | mm: zswap: handle incorrect attempts to load large folios | Yosry Ahmed | 1 | -1/+0 |
2024-07-03 | mm: do not start/end writeback for pages stored in zswap | Usama Arif | 1 | -2/+0 |
2024-07-03 | mm: swap: remove 'synchronous' argument to swap_read_folio() | Yosry Ahmed | 1 | -3/+3 |
2024-07-03 | mm/swap: get the swap device offset directly | Kairui Song | 1 | -3/+3 |
2024-06-05 | mm: drop the 'anon_' prefix for swap-out mTHP counters | Baolin Wang | 1 | -1/+1 |
2024-05-05 | mm: add per-order mTHP anon_swpout and anon_swpout_fallback counters | Barry Song | 1 | -0/+1 |
2024-04-25 | arm64: mm: swap: support THP_SWAP on hardware with MTE | Barry Song | 1 | -1/+1 |
2023-12-29 | zswap: memcontrol: implement zswap writeback disabling | Nhat Pham | 1 | -0/+5 |
2023-12-29 | mm: convert swap_readpage() to swap_read_folio() | Matthew Wilcox (Oracle) | 1 | -9/+9 |
2023-12-29 | mm: convert swap_page_sector() to swap_folio_sector() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
2023-12-29 | mm: pass a folio to swap_readpage_bdev_async() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
2023-12-29 | mm: pass a folio to swap_readpage_bdev_sync() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
2023-12-29 | mm: pass a folio to swap_readpage_fs() | Matthew Wilcox (Oracle) | 1 | -7/+6 |
2023-12-29 | mm: pass a folio to swap_writepage_bdev_async() | Matthew Wilcox (Oracle) | 1 | -5/+4 |
2023-12-29 | mm: pass a folio to swap_writepage_bdev_sync() | Matthew Wilcox (Oracle) | 1 | -5/+4 |
2023-12-29 | mm: pass a folio to swap_writepage_fs() | Matthew Wilcox (Oracle) | 1 | -9/+9 |
2023-12-29 | mm: pass a folio to __swap_writepage() | Matthew Wilcox (Oracle) | 1 | -7/+7 |
2023-10-04 | mm: memcg: add THP swap out info for anonymous reclaim | Xin Hao | 1 | -4/+4 |
2023-08-21 | zswap: make zswap_load() take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2023-08-21 | swap: remove some calls to compound_head() in swap_readpage() | Matthew Wilcox (Oracle) | 1 | -6/+7 |
2023-08-21 | zswap: make zswap_store() take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2023-08-21 | mm: kill frontswap | Johannes Weiner | 1 | -3/+3 |
2023-08-18 | mm/page_io: convert bio_associate_blkg_from_page() to take in a folio | ZhangPeng | 1 | -5/+5 |
2023-08-18 | mm/page_io: convert count_swpout_vm_event() to take in a folio | ZhangPeng | 1 | -6/+6 |
2023-08-18 | mm/page_io: use a folio in swap_writepage_bdev_async() | ZhangPeng | 1 | -2/+3 |
2023-08-18 | mm/page_io: use a folio in swap_writepage_bdev_sync() | ZhangPeng | 1 | -2/+3 |
2023-08-18 | mm/page_io: use a folio in sio_read_complete() | ZhangPeng | 1 | -5/+5 |
2023-08-18 | mm/page_io: use a folio in __end_swap_bio_read() | ZhangPeng | 1 | -3/+3 |
2023-08-18 | mm/page_io: use a folio in __end_swap_bio_write() | ZhangPeng | 1 | -4/+4 |
2023-08-18 | mm/page_io: remove unneeded SetPageError() | ZhangPeng | 1 | -3/+0 |
2023-08-18 | mm/page_io: remove unneeded ClearPageUptodate() | ZhangPeng | 1 | -2/+0 |
2023-05-31 | swap: use __bio_add_page to add page to bio | Johannes Thumshirn | 1 | -4/+4 |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -85/+98 |
2023-02-03 | swap: use bvec_set_page to initialize bvecs | Christoph Hellwig | 1 | -6/+2 |
2023-02-02 | block: remove ->rw_page | Christoph Hellwig | 1 | -21/+32 |
2023-02-02 | mm: factor out a swap_writepage_bdev helper | Christoph Hellwig | 1 | -14/+19 |
2023-02-02 | mm: remove the __swap_writepage return value | Christoph Hellwig | 1 | -14/+9 |
2023-02-02 | mm: use an on-stack bio for synchronous swapin | Christoph Hellwig | 1 | -31/+38 |
2023-02-02 | mm: factor out a swap_readpage_bdev helper | Christoph Hellwig | 1 | -33/+35 |
2023-02-02 | mm: remove the swap_readpage return value | Christoph Hellwig | 1 | -11/+5 |
2023-01-18 | page_io: remove buffer_head include | Matthew Wilcox (Oracle) | 1 | -1/+0 |
2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -2/+2 |
2022-10-03 | swap: convert swap_writepage() to use a folio | Matthew Wilcox (Oracle) | 1 | -10/+11 |