aboutsummaryrefslogtreecommitdiff
path: root/Documentation/filesystems/fsverity.rst
AgeCommit message (Expand)AuthorFilesLines
2023-08-12ovl: Add framework for verity supportGravatar Alexander Larsson 1-0/+2
2023-06-20fsverity: improve documentation for builtin signature supportGravatar Eric Biggers 1-66/+126
2023-01-27fsverity: support verifying data from large foliosGravatar Eric Biggers 1-10/+10
2023-01-25fsverity.rst: update git repo URL for fsverity-utilsGravatar Eric Biggers 1-1/+1
2023-01-09ext4: allow verity with fs block size < PAGE_SIZEGravatar Eric Biggers 1-3/+5
2023-01-09fsverity: support enabling with tree block size < PAGE_SIZEGravatar Eric Biggers 1-11/+9
2023-01-09fsverity: support verification with tree block size < PAGE_SIZEGravatar Eric Biggers 1-26/+23
2023-01-09fsverity: use EFBIG for file too large to enable verityGravatar Eric Biggers 1-0/+1
2022-07-15fs-verity: mention btrfs supportGravatar Eric Biggers 1-23/+30
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+1
2022-05-12fsverity: update the documentationGravatar Mimi Zohar 1-12/+23
2022-05-09fs: Add read_folio documentationGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-04-01fs: Remove ->readpages address space operationGravatar Matthew Wilcox (Oracle) 1-3/+3
2021-02-07fs-verity: support reading signature with ioctlGravatar Eric Biggers 1-1/+8
2021-02-07fs-verity: support reading descriptor with ioctlGravatar Eric Biggers 1-0/+4
2021-02-07fs-verity: support reading Merkle tree with ioctlGravatar Eric Biggers 1-1/+9
2021-02-07fs-verity: add FS_IOC_READ_VERITY_METADATA ioctlGravatar Eric Biggers 1-0/+57
2020-11-23fs-verity: move structs needed for file signing to UAPI headerGravatar Eric Biggers 1-5/+1
2020-11-16fs-verity: rename "file measurement" to "file digest"Gravatar Eric Biggers 1-30/+30
2020-11-16fs-verity: rename fsverity_signed_digest to fsverity_formatted_digestGravatar Eric Biggers 1-1/+1
2020-10-15docs: get rid of :c:type explicit declarations for structsGravatar Mauro Carvalho Chehab 1-1/+1
2020-07-05Documentation: filesystems: fsverity: drop doubled wordGravatar Randy Dunlap 1-1/+1
2019-11-13docs: fs-verity: mention statx() supportGravatar Eric Biggers 1-0/+8
2019-11-13docs: fs-verity: document first supported kernel versionGravatar Eric Biggers 1-2/+2
2019-07-28fs-verity: add a documentation fileGravatar Eric Biggers 1-0/+726