index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
vboxsf
/
file.c
Age
Commit message (
Expand
)
Author
7 days
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
2025-06-19
fs: convert most other generic_file_*mmap() users to .mmap_prepare()
Lorenzo Stoakes
2025-04-07
vboxsf: Convert to writepages
Matthew Wilcox (Oracle)
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
2024-08-07
vboxsf: Use a folio in vboxsf_write_end()
Matthew Wilcox (Oracle)
2024-05-31
vboxsf: Convert vboxsf_read_folio() to use a folio
Matthew Wilcox (Oracle)
2024-04-03
vboxsf: explicitly deny setlease attempts
Jeff Layton
2023-05-24
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
2022-05-09
vboxsf: Convert vboxsf to read_folio
Matthew Wilcox (Oracle)
2022-03-15
fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio
Matthew Wilcox (Oracle)
2021-06-23
vboxsf: Add vboxsf_[create|release]_sf_handle() helpers
Hans de Goede
2020-02-08
fs: Add VirtualBox guest shared folder (vboxsf) support
Hans de Goede