summaryrefslogtreecommitdiff
path: root/fs/verity
AgeCommit message (Expand)AuthorFilesLines
2023-01-28fsverity: support verifying data from large foliosEric Biggers1-21/+22
2023-01-10fsverity: support enabling with tree block size < PAGE_SIZEEric Biggers1-136/+124
2023-01-10fsverity: support verification with tree block size < PAGE_SIZEEric Biggers3-98/+296
2023-01-10fsverity: replace fsverity_hash_page() with fsverity_hash_block()Eric Biggers4-22/+21
2023-01-10fsverity: use EFBIG for file too large to enable verityEric Biggers1-1/+1
2023-01-10fsverity: store log2(digest_size) precomputedEric Biggers3-4/+6
2023-01-10fsverity: simplify Merkle tree readahead size calculationEric Biggers3-16/+10
2023-01-10fsverity: use unsigned long for level_startEric Biggers2-6/+16
2023-01-02fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUGEric Biggers7-59/+2
2023-01-02fsverity: pass pos and size to ->write_merkle_tree_blockEric Biggers1-2/+2
2023-01-02fsverity: optimize fsverity_cleanup_inode() on non-verity filesEric Biggers1-8/+2
2023-01-02fsverity: optimize fsverity_prepare_setattr() on non-verity filesEric Biggers1-13/+3
2023-01-02fsverity: optimize fsverity_file_open() on non-verity filesEric Biggers1-18/+2
2022-11-30fsverity: simplify fsverity_get_digest()Eric Biggers3-17/+13
2022-11-29fsverity: stop using PG_error to track error statusEric Biggers1-6/+6
2022-10-07Merge tag 'for-6.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-2/+0
2022-09-26btrfs: send: add support for fs-verityBoris Burkov1-2/+0
2022-08-20fs-verity: use kmap_local_page() instead of kmap()Eric Biggers1-3/+3
2022-08-20fs-verity: use memcpy_from_page()Eric Biggers1-12/+2
2022-07-16fs-verity: mention btrfs supportEric Biggers1-5/+5
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-15/+14
2022-05-24Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-7/+44
2022-05-19fs-verity: Use struct_size() helper in enable_verity()Zhang Jianhua1-1/+1
2022-05-18fs-verity: remove unused parameter desc_size in fsverity_create_info()Zhang Jianhua4-16/+9
2022-05-08mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)1-15/+14
2022-05-01fs-verity: define a function to return the integrity protected file digestMimi Zohar3-7/+44
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)1-2/+2
2021-09-22fs-verity: fix signed integer overflow with i_size near S64_MAXEric Biggers2-2/+2
2021-04-22fsverity: relax build time dependency on CRYPTO_SHA256Ard Biesheuvel1-2/+6
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-02-08fs-verity: support reading signature with ioctlEric Biggers1-0/+30
2021-02-08fs-verity: support reading descriptor with ioctlEric Biggers1-0/+40
2021-02-08fs-verity: support reading Merkle tree with ioctlEric Biggers1-0/+70
2021-02-08fs-verity: add FS_IOC_READ_VERITY_METADATA ioctlEric Biggers2-0/+56
2021-02-08fs-verity: don't pass whole descriptor to fsverity_verify_signature()Eric Biggers3-19/+10
2021-02-08fs-verity: factor out fsverity_get_descriptor()Eric Biggers2-46/+91
2021-01-24fs: add file and path permissions helpersChristian Brauner1-1/+1
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2020-11-24fs-verity: move structs needed for file signing to UAPI headerEric Biggers1-37/+0
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2020-11-16fs-verity: rename "file measurement" to "file digest"Eric Biggers5-31/+31
2020-11-16fs-verity: rename fsverity_signed_digest to fsverity_formatted_digestEric Biggers2-6/+13
2020-11-16fs-verity: remove filenames from file commentsEric Biggers7-7/+7
2020-07-22fs-verity: use smp_load_acquire() for ->i_verity_infoEric Biggers1-3/+12
2020-05-13fs-verity: remove unnecessary extern keywordsEric Biggers1-1/+1
2020-05-13fs-verity: fix all kerneldoc warningsEric Biggers6-1/+12
2020-01-15fs-verity: use u64_to_user_ptr()Eric Biggers1-4/+2
2020-01-15fs-verity: use mempool for hash requestsEric Biggers5-46/+97
2020-01-15fs-verity: implement readahead of Merkle tree pagesEric Biggers4-7/+37
2020-01-15fs-verity: implement readahead for FS_IOC_ENABLE_VERITYEric Biggers1-6/+39