aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/verity.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus 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/kernel/git/tytso/ext4Linus 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