index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
verity
/
verify.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-15
fsverity: Remove WQ_UNBOUND from fsverity read workqueue
Nathan Huckleberry
1
-6
/
+6
2023-01-28
fsverity: support verifying data from large folios
Eric Biggers
1
-21
/
+22
2023-01-10
fsverity: support verification with tree block size < PAGE_SIZE
Eric Biggers
1
-86
/
+223
2023-01-10
fsverity: replace fsverity_hash_page() with fsverity_hash_block()
Eric Biggers
1
-4
/
+5
2023-01-10
fsverity: store log2(digest_size) precomputed
Eric Biggers
1
-1
/
+1
2023-01-10
fsverity: simplify Merkle tree readahead size calculation
Eric Biggers
1
-14
/
+7
2023-01-02
fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUG
Eric Biggers
1
-14
/
+0
2022-11-29
fsverity: stop using PG_error to track error status
Eric Biggers
1
-6
/
+6
2022-08-20
fs-verity: use memcpy_from_page()
Eric Biggers
1
-12
/
+2
2022-04-01
fs: Remove ->readpages address space operation
Matthew Wilcox (Oracle)
1
-2
/
+2
2020-11-16
fs-verity: remove filenames from file comments
Eric Biggers
1
-1
/
+1
2020-05-13
fs-verity: fix all kerneldoc warnings
Eric Biggers
1
-0
/
+3
2020-01-15
fs-verity: use mempool for hash requests
Eric Biggers
1
-11
/
+6
2020-01-15
fs-verity: implement readahead of Merkle tree pages
Eric Biggers
1
-6
/
+28
2019-08-13
fs-verity: support builtin file signatures
Eric Biggers
1
-0
/
+6
2019-07-29
fs-verity: add data verification hooks for ->readpages()
Eric Biggers
1
-0
/
+275