index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
vboxsf
/
dir.c
Age
Commit message (
Expand
)
Author
8 days
Remove excl arg to ->create inode_operation
NeilBrown
2026-05-11
vboxsf: Implement fileattr_get for case sensitivity
Chuck Lever
2026-01-12
fs: remove simple_nosetlease()
Jeff Layton
2026-01-12
vboxsf: don't allow delegations to be set on directories
Jeff Layton
2025-09-16
simplify vboxsf_dir_atomic_open()
Al Viro
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