summaryrefslogtreecommitdiff
path: root/fs/vboxsf/dir.c
AgeCommit message (Expand)Author
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
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
2021-06-23vboxsf: Add support for the atomic_open directory-inode opHans 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
2020-05-18fs: Fix missing 'bit' in commentChucheng Luo
2020-02-08fs: Add VirtualBox guest shared folder (vboxsf) supportHans de Goede