index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
vboxsf
/
dir.c
Age
Commit message (
Expand
)
Author
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
2023-08-06
vfs: get rid of old '->iterate' directory operation
Linus Torvalds
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
2021-06-23
vboxsf: Add support for the atomic_open directory-inode op
Hans de Goede
2021-06-23
vboxsf: Make vboxsf_dir_create() return the handle for the created file
Hans de Goede
2021-06-23
vboxsf: Honor excl flag to the dir-inode create op
Hans de Goede
2021-03-12
vboxsf: don't allow to change the inode type
Al Viro
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2020-05-18
fs: Fix missing 'bit' in comment
Chucheng Luo
2020-02-08
fs: Add VirtualBox guest shared folder (vboxsf) support
Hans de Goede