bcachefs: Initial folio conversion
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 17 Mar 2023 18:55:53 +0000 (14:55 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:59 +0000 (17:09 -0400)
commit30bff5944eb51a1d28b286c766599845939d2a47
tree22185f26df8bbab5acac419b273e34e89a12bb77
parent3342ac134d403d4451e533ab7eb3aee19b01f478
bcachefs: Initial folio conversion

This converts fs-io.c to pass folios, not pages. We're not handling
large folios yet, there's no functional changes in this patch - just a
lot of churn doing the initial type conversions.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/fs-io.c