summaryrefslogtreecommitdiff
path: root/fs/vboxsf/utils.c
AgeCommit message (Expand)Author
2023-10-18vboxsf: convert to new timestamp accessorsJeff Layton
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-07-24vboxsf: convert to ctime accessor functionsJeff Layton
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)
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-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-02-08fs: Add VirtualBox guest shared folder (vboxsf) supportHans de Goede