Searched hist:db85d14dc5c566879a01c4928b2f6f4d5cf0f939 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/Documentation/filesystems/ |
H A D | fsverity.rst | diff db85d14dc5c566879a01c4928b2f6f4d5cf0f939 Fri Dec 23 14:36:38 CST 2022 Eric Biggers <ebiggers@google.com> ext4: allow verity with fs block size < PAGE_SIZE
Now that the needed changes have been made to fs/buffer.c, ext4 is ready to support the verity feature when the filesystem block size is less than the page size. So remove the mount-time check that prevented this.
Signed-off-by: Eric Biggers <ebiggers@google.com> Tested-by: Ojaswin Mujoo <ojaswin@linux.ibm.com> Link: https://lore.kernel.org/r/20221223203638.41293-12-ebiggers@kernel.org
|
/openbmc/linux/fs/ext4/ |
H A D | super.c | diff db85d14dc5c566879a01c4928b2f6f4d5cf0f939 Fri Dec 23 14:36:38 CST 2022 Eric Biggers <ebiggers@google.com> ext4: allow verity with fs block size < PAGE_SIZE
Now that the needed changes have been made to fs/buffer.c, ext4 is ready to support the verity feature when the filesystem block size is less than the page size. So remove the mount-time check that prevented this.
Signed-off-by: Eric Biggers <ebiggers@google.com> Tested-by: Ojaswin Mujoo <ojaswin@linux.ibm.com> Link: https://lore.kernel.org/r/20221223203638.41293-12-ebiggers@kernel.org
|