summaryrefslogtreecommitdiffstats
path: root/fs/ext4/verity.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-2/+4
|\
* | ext4: Use a folio in ext4_read_merkle_tree_pageMatthew Wilcox2023-04-061-7/+7
* | ext4: Convert pagecache_read() to use a folioMatthew Wilcox2023-04-061-9/+7
|/
* fsverity: pass pos and size to ->write_merkle_tree_blockEric Biggers2023-01-011-3/+3
* fs: ext4: initialize fsdata in pagecache_write()Alexander Potapenko2022-12-081-1/+1
* 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
* | ext4: factor out ext4_free_ext_path()Ye Bin2022-09-301-4/+2
|/
* ext4: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)2022-05-081-4/+5
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-04-301-8/+2
|\
| * ext4: use memcpy_to_page() in pagecache_write()Chaitanya Kulkarni2021-03-251-4/+1
| * ext4: use memcpy_from_page() in pagecache_read()Chaitanya Kulkarni2021-03-251-4/+1
* | mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)2021-04-231-1/+1
|/
* ext4: fix error handling in ext4_end_enable_verity()Eric Biggers2021-03-111-34/+55
* mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)2020-10-161-2/+2
* Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-151-1/+4
|\
| * fs/ext4: Introduce DAX inode flagIra Weiny2020-05-281-1/+1
| * fs/ext4: Only change S_DAX on inode loadIra Weiny2020-05-281-1/+1
| * fs/ext4: Disallow verity if inode is DAXIra Weiny2020-05-281-0/+3
* | 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
* ext4: add basic fs-verity supportEric Biggers2019-08-121-0/+367