summaryrefslogtreecommitdiff
path: root/Documentation/filesystems/fsverity.rst
AgeCommit message (Expand)Author
2023-01-27fsverity: support verifying data from large foliosEric Biggers
2023-01-25fsverity.rst: update git repo URL for fsverity-utilsEric Biggers
2023-01-09ext4: allow verity with fs block size < PAGE_SIZEEric Biggers
2023-01-09fsverity: support enabling with tree block size < PAGE_SIZEEric Biggers
2023-01-09fsverity: support verification with tree block size < PAGE_SIZEEric Biggers
2023-01-09fsverity: use EFBIG for file too large to enable verityEric Biggers
2022-07-15fs-verity: mention btrfs supportEric Biggers
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-12fsverity: update the documentationMimi Zohar
2022-05-09fs: Add read_folio documentationMatthew Wilcox (Oracle)
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)
2021-02-07fs-verity: support reading signature with ioctlEric Biggers
2021-02-07fs-verity: support reading descriptor with ioctlEric Biggers
2021-02-07fs-verity: support reading Merkle tree with ioctlEric Biggers
2021-02-07fs-verity: add FS_IOC_READ_VERITY_METADATA ioctlEric Biggers
2020-11-23fs-verity: move structs needed for file signing to UAPI headerEric Biggers
2020-11-16fs-verity: rename "file measurement" to "file digest"Eric Biggers
2020-11-16fs-verity: rename fsverity_signed_digest to fsverity_formatted_digestEric Biggers
2020-10-15docs: get rid of :c:type explicit declarations for structsMauro Carvalho Chehab
2020-07-05Documentation: filesystems: fsverity: drop doubled wordRandy Dunlap
2019-11-13docs: fs-verity: mention statx() supportEric Biggers
2019-11-13docs: fs-verity: document first supported kernel versionEric Biggers
2019-07-28fs-verity: add a documentation fileEric Biggers