swap_ops updates v2
Christoph Hellwig <[email protected]> Thu, 23 Jul 2026 07:46:03 +0200
| Newsgroups | org.kernel.vger.linux-nfs,org.kernel.vger.linux-cifs,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
Hi all, 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. Changes since v1: - include swap_ops.h in zswap.c - fix a commit message typo - add a commit log blurb to mention there are not functional changes in patch 2