summaryrefslogtreecommitdiffstats
path: root/fs/vboxsf/dir.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: get rid of old '->iterate' directory operationLinus Torvalds2023-08-061-1/+2
* fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* vboxsf: Add support for the atomic_open directory-inode opHans de Goede2021-06-231-0/+48
* vboxsf: Make vboxsf_dir_create() return the handle for the created fileHans de Goede2021-06-231-7/+11
* vboxsf: Honor excl flag to the dir-inode create opHans de Goede2021-06-231-7/+9
* vboxsf: don't allow to change the inode typeAl Viro2021-03-121-2/+2
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-4/+8
* fs: Fix missing 'bit' in commentChucheng Luo2020-05-181-1/+1
* fs: Add VirtualBox guest shared folder (vboxsf) supportHans de Goede2020-02-081-0/+427