index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
verity.c
Age
Commit message (
Expand
)
Author
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