summaryrefslogtreecommitdiffstats
path: root/fs/vboxsf/utils.c
Commit message (Expand)AuthorAgeFilesLines
* vboxsf: remove redundant variable out_lenColin Ian King2024-04-031-3/+0
* vboxsf: convert to new timestamp accessorsJeff Layton2023-10-181-7/+8
* fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* vboxsf: convert to ctime accessor functionsJeff Layton2023-07-241-2/+2
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)2022-03-211-0/+1
* vboxsf: don't allow to change the inode typeAl Viro2021-03-121-25/+43
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-3/+4
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* fs: Add VirtualBox guest shared folder (vboxsf) supportHans de Goede2020-02-081-0/+551