Age | Commit message (Expand) | Author | Files | Lines |
2023-04-28 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+4 |
2023-04-06 | ext4: Use a folio in ext4_read_merkle_tree_page | Matthew Wilcox | 1 | -7/+7 |
2023-04-06 | ext4: Convert pagecache_read() to use a folio | Matthew Wilcox | 1 | -9/+7 |
2023-01-02 | fsverity: pass pos and size to ->write_merkle_tree_block | Eric Biggers | 1 | -3/+3 |
2022-12-09 | fs: ext4: initialize fsdata in pagecache_write() | Alexander Potapenko | 1 | -1/+1 |
2022-10-14 | Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+2 |
2022-10-13 | ext4,f2fs: fix readahead of verity data | Matthew Wilcox (Oracle) | 1 | -1/+2 |
2022-10-01 | ext4: factor out ext4_free_ext_path() | Ye Bin | 1 | -4/+2 |
2022-05-08 | ext4: Call aops write_begin() and write_end() directly | Matthew Wilcox (Oracle) | 1 | -4/+5 |
2021-05-01 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -8/+2 |
2021-04-23 | mm/filemap: Pass the file_ra_state in the ractl | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2021-03-25 | ext4: use memcpy_to_page() in pagecache_write() | Chaitanya Kulkarni | 1 | -4/+1 |
2021-03-25 | ext4: use memcpy_from_page() in pagecache_read() | Chaitanya Kulkarni | 1 | -4/+1 |
2021-03-11 | ext4: fix error handling in ext4_end_enable_verity() | Eric Biggers | 1 | -34/+55 |
2020-10-16 | mm/readahead: make page_cache_ra_unbounded take a readahead_control | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2020-06-15 | Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+4 |
2020-06-02 | mm: add page_cache_readahead_unbounded | Matthew Wilcox (Oracle) | 1 | -33/+2 |
2020-05-29 | fs/ext4: Introduce DAX inode flag | Ira Weiny | 1 | -1/+1 |
2020-05-29 | fs/ext4: Only change S_DAX on inode load | Ira Weiny | 1 | -1/+1 |
2020-05-29 | fs/ext4: Disallow verity if inode is DAX | Ira Weiny | 1 | -0/+3 |
2020-01-15 | fs-verity: implement readahead of Merkle tree pages | Eric Biggers | 1 | -2/+45 |
2019-08-13 | ext4: add basic fs-verity support | Eric Biggers | 1 | -0/+367 |