summaryrefslogtreecommitdiff
path: root/fs/f2fs/verity.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-271-1/+1
|\
| * fs: f2fs: initialize fsdata in pagecache_write()Alexander Potapenko2023-01-311-1/+1
* | fsverity: pass pos and size to ->write_merkle_tree_blockEric Biggers2023-01-011-3/+3
|/
* Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-141-1/+2
|\
| * ext4,f2fs: fix readahead of verity dataMatthew Wilcox (Oracle)2022-10-121-1/+2
* | f2fs: support recording errors into superblockChao Yu2022-10-041-0/+2
* | f2fs: use memcpy_{to,from}_page() where possibleEric Biggers2022-08-291-8/+2
|/
* Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-311-1/+1
|\
| * f2fs: kill volatile write supportJaegeuk Kim2022-05-121-1/+1
* | f2fs: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)2022-05-081-4/+5
|/
* f2fs: move f2fs to use reader-unfair rwsemsTim Murray2022-01-241-2/+2
* f2fs: support fault injection for dquot_initialize()Chao Yu2021-10-291-1/+1
* Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-041-21/+54
|\
| * f2fs: fix error handling in f2fs_end_enable_verity()Eric Biggers2021-03-121-21/+54
* | mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)2021-04-231-1/+1
|/
* mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)2020-10-161-2/+2
* f2fs: use macro instead of f2fs verity versionJack Qiu2020-08-031-2/+4
* mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)2020-06-021-33/+2
* fs-verity: implement readahead of Merkle tree pagesEric Biggers2020-01-141-2/+45
* f2fs: add fs-verity supportEric Biggers2019-08-121-0/+247