summaryrefslogtreecommitdiff
path: root/fs/vboxsf/utils.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-18vboxsf: convert to new timestamp accessorsJeff Layton1-7/+8
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-07-24vboxsf: convert to ctime accessor functionsJeff Layton1-2/+2
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+1
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)1-0/+1
2021-03-13vboxsf: don't allow to change the inode typeAl Viro1-25/+43
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-3/+4
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-02-09fs: Add VirtualBox guest shared folder (vboxsf) supportHans de Goede1-0/+551