aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/verity.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+4
2023-04-06ext4: Use a folio in ext4_read_merkle_tree_pageMatthew Wilcox1-7/+7
2023-04-06ext4: Convert pagecache_read() to use a folioMatthew Wilcox1-9/+7
2023-01-01fsverity: pass pos and size to ->write_merkle_tree_blockEric Biggers1-3/+3
2022-12-08fs: ext4: initialize fsdata in pagecache_write()Alexander Potapenko1-1/+1
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2022-10-12ext4,f2fs: fix readahead of verity dataMatthew Wilcox (Oracle)1-1/+2
2022-09-30ext4: factor out ext4_free_ext_path()Ye Bin1-4/+2
2022-05-08ext4: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)1-4/+5
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-8/+2
2021-04-23mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)1-1/+1
2021-03-25ext4: use memcpy_to_page() in pagecache_write()Chaitanya Kulkarni1-4/+1
2021-03-25ext4: use memcpy_from_page() in pagecache_read()Chaitanya Kulkarni1-4/+1
2021-03-11ext4: fix error handling in ext4_end_enable_verity()Eric Biggers1-34/+55
2020-10-16mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)1-2/+2
2020-06-15Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+4
2020-06-02mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)1-33/+2
2020-05-28fs/ext4: Introduce DAX inode flagIra Weiny1-1/+1
2020-05-28fs/ext4: Only change S_DAX on inode loadIra Weiny1-1/+1
2020-05-28fs/ext4: Disallow verity if inode is DAXIra Weiny1-0/+3
2020-01-14fs-verity: implement readahead of Merkle tree pagesEric Biggers1-2/+45
2019-08-12ext4: add basic fs-verity supportEric Biggers1-0/+367