diff options
| author | Christoph Hellwig <hch@lst.de> | 2026-07-23 07:46:04 +0200 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2026-08-20 18:24:43 -0700 |
| commit | 7fdb8e03d6a19aaec4eef03bfdff4613821bb9a8 (patch) | |
| tree | 643b72e83313e0fa411596fc4fa1a55171ecd307 /usr | |
| parent | 5119628e391d40f8e1953630672d11d7d5f6dfe3 (diff) | |
| download | linux-next-7fdb8e03d6a19aaec4eef03bfdff4613821bb9a8.tar.gz linux-next-7fdb8e03d6a19aaec4eef03bfdff4613821bb9a8.zip | |
mm/swap: revert to single-folio writes for synchronous swap devices
Patch series "swap_ops updates", v2.
This series is a follow on to the swap ops series now in mm-unstable.
The first patch reintroduces direct folio writes for synchronous
swap files, the other two remove the double indirect for file
system based swap.
This patch (of 3):
Kairui Song reported that zram benefits from submitting each folio
directly instead of batching up I/O because the classic LRU scanning
benefits from clearing the folio writeback bit in the scan loop.
Accommodate that by kicking off writes for synchronous devices for each
iteration.
Link: https://lore.kernel.org/20260723054622.3460249-1-hch@lst.de
Link: https://lore.kernel.org/20260723054622.3460249-2-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Usama Arif <usama.arif@linux.dev>
Acked-by: Chris Li <chrisl@kernel.org>
Cc: Baoquan He <baoquan.he@linux.dev>
Cc: Kairui Song <kasong@tencent.com>
Cc: Kairui Song <ryncsn@gmail.com>
Cc: Kemeng Shi <shikemeng@huaweicloud.com>
Cc: Nhat Pham <nphamcs@gmail.com>
Cc: Steve French <sfrench@samba.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions
