Home
last modified time | relevance | path

Searched hist:"5 d0f0e57" (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/filesystems/
H A Dfsverity.rst5d0f0e57 Fri Jan 27 16:15:29 CST 2023 Eric Biggers <ebiggers@google.com> fsverity: support verifying data from large folios

Try to make fs/verity/verify.c aware of large folios. This includes
making fsverity_verify_bio() support the case where the bio contains
large folios, and adding a function fsverity_verify_folio() which is the
equivalent of fsverity_verify_page().

There's no way to actually test this with large folios yet, but I've
tested that this doesn't cause any regressions.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20230127221529.299560-1-ebiggers@kernel.org
/openbmc/linux/fs/verity/
H A Dverify.c5d0f0e57 Fri Jan 27 16:15:29 CST 2023 Eric Biggers <ebiggers@google.com> fsverity: support verifying data from large folios

Try to make fs/verity/verify.c aware of large folios. This includes
making fsverity_verify_bio() support the case where the bio contains
large folios, and adding a function fsverity_verify_folio() which is the
equivalent of fsverity_verify_page().

There's no way to actually test this with large folios yet, but I've
tested that this doesn't cause any regressions.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20230127221529.299560-1-ebiggers@kernel.org
/openbmc/linux/include/linux/
H A Dfsverity.h5d0f0e57 Fri Jan 27 16:15:29 CST 2023 Eric Biggers <ebiggers@google.com> fsverity: support verifying data from large folios

Try to make fs/verity/verify.c aware of large folios. This includes
making fsverity_verify_bio() support the case where the bio contains
large folios, and adding a function fsverity_verify_folio() which is the
equivalent of fsverity_verify_page().

There's no way to actually test this with large folios yet, but I've
tested that this doesn't cause any regressions.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20230127221529.299560-1-ebiggers@kernel.org
/openbmc/linux/fs/
H A Dbuffer.c5d0f0e57 Fri Jan 27 16:15:29 CST 2023 Eric Biggers <ebiggers@google.com> fsverity: support verifying data from large folios

Try to make fs/verity/verify.c aware of large folios. This includes
making fsverity_verify_bio() support the case where the bio contains
large folios, and adding a function fsverity_verify_folio() which is the
equivalent of fsverity_verify_page().

There's no way to actually test this with large folios yet, but I've
tested that this doesn't cause any regressions.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20230127221529.299560-1-ebiggers@kernel.org