开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
verity.c
Age
Commit message (
Expand
)
Author
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-06
ext4: Use a folio in ext4_read_merkle_tree_page
Matthew Wilcox
2023-04-06
ext4: Convert pagecache_read() to use a folio
Matthew Wilcox
2023-01-01
fsverity: pass pos and size to ->write_merkle_tree_block
Eric Biggers
2022-12-08
fs: ext4: initialize fsdata in pagecache_write()
Alexander Potapenko
2022-10-14
Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-12
ext4,f2fs: fix readahead of verity data
Matthew Wilcox (Oracle)
2022-09-30
ext4: factor out ext4_free_ext_path()
Ye Bin
2022-05-08
ext4: Call aops write_begin() and write_end() directly
Matthew Wilcox (Oracle)
2021-04-30
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2021-04-23
mm/filemap: Pass the file_ra_state in the ractl
Matthew Wilcox (Oracle)
2021-03-25
ext4: use memcpy_to_page() in pagecache_write()
Chaitanya Kulkarni
2021-03-25
ext4: use memcpy_from_page() in pagecache_read()
Chaitanya Kulkarni
2021-03-11
ext4: fix error handling in ext4_end_enable_verity()
Eric Biggers
2020-10-16
mm/readahead: make page_cache_ra_unbounded take a readahead_control
Matthew Wilcox (Oracle)
2020-06-15
Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-06-02
mm: add page_cache_readahead_unbounded
Matthew Wilcox (Oracle)
2020-05-28
fs/ext4: Introduce DAX inode flag
Ira Weiny
2020-05-28
fs/ext4: Only change S_DAX on inode load
Ira Weiny
2020-05-28
fs/ext4: Disallow verity if inode is DAX
Ira Weiny
2020-01-14
fs-verity: implement readahead of Merkle tree pages
Eric Biggers
2019-08-12
ext4: add basic fs-verity support
Eric Biggers