summaryrefslogtreecommitdiffstats
path: root/fs/verity/enable.c
Commit message (Expand)AuthorAgeFilesLines
* fsverity: improve documentation for builtin signature supportEric Biggers2023-06-201-1/+1
* fsverity: use shash API instead of ahash APIEric Biggers2023-06-041-13/+6
* 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-111-2/+2
* fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITYEric Biggers2023-03-151-12/+13
* fsverity: support enabling with tree block size < PAGE_SIZEEric Biggers2023-01-091-136/+124
* fsverity: replace fsverity_hash_page() with fsverity_hash_block()Eric Biggers2023-01-091-2/+2
* fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUGEric Biggers2023-01-011-11/+0
* fsverity: pass pos and size to ->write_merkle_tree_blockEric Biggers2023-01-011-2/+2
* 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
* | 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-181-1/+1
|/
* fs-verity: fix signed integer overflow with i_size near S64_MAXEric Biggers2021-09-221-1/+1
* fs: add file and path permissions helpersChristian Brauner2021-01-241-1/+1
* fs-verity: rename "file measurement" to "file digest"Eric Biggers2020-11-161-3/+3
* fs-verity: remove filenames from file commentsEric Biggers2020-11-161-1/+1
* fs-verity: fix all kerneldoc warningsEric Biggers2020-05-121-0/+2
* fs-verity: use u64_to_user_ptr()Eric Biggers2020-01-141-4/+2
* fs-verity: use mempool for hash requestsEric Biggers2020-01-141-3/+5
* fs-verity: implement readahead of Merkle tree pagesEric Biggers2020-01-141-1/+7
* fs-verity: implement readahead for FS_IOC_ENABLE_VERITYEric Biggers2020-01-141-6/+39
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* fs-verity: support builtin file signaturesEric Biggers2019-08-121-3/+17
* fs-verity: implement FS_IOC_ENABLE_VERITY ioctlEric Biggers2019-08-121-0/+363