summaryrefslogtreecommitdiff
path: root/fs/vboxsf
AgeCommit message (Expand)Author
2023-12-08fs: vboxsf: fix a kernel-doc warningRandy Dunlap
2023-10-18vboxsf: convert to new timestamp accessorsJeff Layton
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-08-08Merge tag 'hardening-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
2023-07-26vboxsf: Use flexible arrays for trailing string memberKees Cook
2023-07-24vboxsf: convert to ctime accessor functionsJeff Layton
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-05-22vboxsf: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-05-09vboxsf: Convert vboxsf to read_folioMatthew Wilcox (Oracle)
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)
2021-09-27vboxfs: fix broken legacy mount signature checkingLinus Torvalds
2021-06-23vboxsf: Add support for the atomic_open directory-inode opHans de Goede
2021-06-23vboxsf: Add vboxsf_[create|release]_sf_handle() helpersHans de Goede
2021-06-23vboxsf: Make vboxsf_dir_create() return the handle for the created fileHans de Goede
2021-06-23vboxsf: Honor excl flag to the dir-inode create opHans de Goede
2021-03-12vboxsf: don't allow to change the inode typeAl Viro
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig
2020-09-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-09-01Merge branch 'master' into for-nextJiri Kosina
2020-08-25vboxsf: Fix the check for the old binary mount-arguments structHans de Goede
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-18fs: Fix missing 'bit' in commentChucheng Luo
2020-05-07vboxsf: don't use the source name in the bdi nameChristoph Hellwig
2020-02-08fs: Add VirtualBox guest shared folder (vboxsf) supportHans de Goede