Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs/verity
AgeCommit message (Expand)Author
2022-10-07Merge tag 'for-6.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2022-09-26btrfs: send: add support for fs-verityBoris Burkov
2022-08-20fs-verity: use kmap_local_page() instead of kmap()Eric Biggers
2022-08-20fs-verity: use memcpy_from_page()Eric Biggers
2022-07-16fs-verity: mention btrfs supportEric Biggers
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-24Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-19fs-verity: Use struct_size() helper in enable_verity()Zhang Jianhua
2022-05-18fs-verity: remove unused parameter desc_size in fsverity_create_info()Zhang Jianhua
2022-05-08mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)
2022-05-01fs-verity: define a function to return the integrity protected file digestMimi Zohar
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)
2021-09-22fs-verity: fix signed integer overflow with i_size near S64_MAXEric Biggers
2021-04-22fsverity: relax build time dependency on CRYPTO_SHA256Ard Biesheuvel
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-08fs-verity: support reading signature with ioctlEric Biggers
2021-02-08fs-verity: support reading descriptor with ioctlEric Biggers
2021-02-08fs-verity: support reading Merkle tree with ioctlEric Biggers
2021-02-08fs-verity: add FS_IOC_READ_VERITY_METADATA ioctlEric Biggers
2021-02-08fs-verity: don't pass whole descriptor to fsverity_verify_signature()Eric Biggers
2021-02-08fs-verity: factor out fsverity_get_descriptor()Eric Biggers
2021-01-24fs: add file and path permissions helpersChristian Brauner
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-11-24fs-verity: move structs needed for file signing to UAPI headerEric Biggers
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric 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-11-16fs-verity: remove filenames from file commentsEric Biggers
2020-07-22fs-verity: use smp_load_acquire() for ->i_verity_infoEric Biggers
2020-05-13fs-verity: remove unnecessary extern keywordsEric Biggers
2020-05-13fs-verity: fix all kerneldoc warningsEric Biggers
2020-01-15fs-verity: use u64_to_user_ptr()Eric Biggers
2020-01-15fs-verity: use mempool for hash requestsEric Biggers
2020-01-15fs-verity: implement readahead of Merkle tree pagesEric Biggers
2020-01-15fs-verity: implement readahead for FS_IOC_ENABLE_VERITYEric Biggers
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-08-13fs-verity: support builtin file signaturesEric Biggers
2019-08-13fs-verity: add SHA-512 supportEric Biggers
2019-08-13fs-verity: implement FS_IOC_MEASURE_VERITY ioctlEric Biggers
2019-08-13fs-verity: implement FS_IOC_ENABLE_VERITY ioctlEric Biggers
2019-07-29fs-verity: add data verification hooks for ->readpages()Eric Biggers
2019-07-29fs-verity: add the hook for file ->setattr()Eric Biggers
2019-07-29fs-verity: add the hook for file ->open()Eric Biggers
2019-07-29fs-verity: add Kconfig and the helper functions for hashingEric Biggers