summaryrefslogtreecommitdiff
path: root/fs/verity
Commit message (Expand)AuthorAgeFilesLines
* fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fdsEric Biggers2023-04-111-0/+7
* fsverity: explicitly check for buffer overflow in build_merkle_tree()Eric Biggers2023-04-111-0/+10
* fsverity: use WARN_ON_ONCE instead of WARN_ONEric Biggers2023-04-113-5/+5
* fs-verity: simplify sysctls with register_sysctl()Luis Chamberlain2023-03-271-8/+1
* fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITYEric Biggers2023-03-151-12/+13
* fsverity: Remove WQ_UNBOUND from fsverity read workqueueNathan Huckleberry2023-03-141-6/+6
* fsverity: support verifying data from large foliosEric Biggers2023-01-271-21/+22
* fsverity: support enabling with tree block size < PAGE_SIZEEric Biggers2023-01-091-136/+124
* fsverity: support verification with tree block size < PAGE_SIZEEric Biggers2023-01-093-98/+296
* fsverity: replace fsverity_hash_page() with fsverity_hash_block()Eric Biggers2023-01-094-22/+21
* fsverity: use EFBIG for file too large to enable verityEric Biggers2023-01-091-1/+1
* fsverity: store log2(digest_size) precomputedEric Biggers2023-01-093-4/+6
* fsverity: simplify Merkle tree readahead size calculationEric Biggers2023-01-093-16/+10
* fsverity: use unsigned long for level_startEric Biggers2023-01-092-6/+16
* fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUGEric Biggers2023-01-017-59/+2
* fsverity: pass pos and size to ->write_merkle_tree_blockEric Biggers2023-01-011-2/+2
* fsverity: optimize fsverity_cleanup_inode() on non-verity filesEric Biggers2023-01-011-8/+2
* fsverity: optimize fsverity_prepare_setattr() on non-verity filesEric Biggers2023-01-011-13/+3
* fsverity: optimize fsverity_file_open() on non-verity filesEric Biggers2023-01-011-18/+2
* fsverity: simplify fsverity_get_digest()Eric Biggers2022-11-293-17/+13
* fsverity: stop using PG_error to track error statusEric Biggers2022-11-281-6/+6
* Merge tag 'for-6.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2022-10-061-2/+0
|\
| * btrfs: send: add support for fs-verityBoris Burkov2022-09-261-2/+0
* | fs-verity: use kmap_local_page() instead of kmap()Eric Biggers2022-08-191-3/+3
* | fs-verity: use memcpy_from_page()Eric Biggers2022-08-191-12/+2
|/
* fs-verity: mention btrfs supportEric Biggers2022-07-151-5/+5
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-15/+14
|\
| * mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)2022-05-081-15/+14
* | Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-243-7/+44
|\ \
| * | fs-verity: define a function to return the integrity protected file digestMimi Zohar2022-05-013-7/+44
| |/
* | fs-verity: Use struct_size() helper in enable_verity()Zhang Jianhua2022-05-191-1/+1
* | fs-verity: remove unused parameter desc_size in fsverity_create_info()Zhang Jianhua2022-05-184-16/+9
|/
* fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-011-2/+2
* fs-verity: fix signed integer overflow with i_size near S64_MAXEric Biggers2021-09-222-2/+2
* fsverity: relax build time dependency on CRYPTO_SHA256Ard Biesheuvel2021-04-221-2/+6
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-1/+1
|\
| * fs: add file and path permissions helpersChristian Brauner2021-01-241-1/+1
* | fs-verity: support reading signature with ioctlEric Biggers2021-02-071-0/+30
* | fs-verity: support reading descriptor with ioctlEric Biggers2021-02-071-0/+40
* | fs-verity: support reading Merkle tree with ioctlEric Biggers2021-02-071-0/+70
* | fs-verity: add FS_IOC_READ_VERITY_METADATA ioctlEric Biggers2021-02-072-0/+56
* | fs-verity: don't pass whole descriptor to fsverity_verify_signature()Eric Biggers2021-02-073-19/+10
* | fs-verity: factor out fsverity_get_descriptor()Eric Biggers2021-02-072-46/+91
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-141-1/+1
|\
| * crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1
* | fs-verity: move structs needed for file signing to UAPI headerEric Biggers2020-11-231-37/+0
* | fs-verity: rename "file measurement" to "file digest"Eric Biggers2020-11-165-31/+31
* | fs-verity: rename fsverity_signed_digest to fsverity_formatted_digestEric Biggers2020-11-162-6/+13
* | fs-verity: remove filenames from file commentsEric Biggers2020-11-167-7/+7
|/
* fs-verity: use smp_load_acquire() for ->i_verity_infoEric Biggers2020-07-211-3/+12