aboutsummaryrefslogtreecommitdiff
path: root/fs/vboxsf
AgeCommit message (Expand)AuthorFilesLines
2021-06-23vboxsf: Add support for the atomic_open directory-inode opGravatar Hans de Goede 1-0/+48
2021-06-23vboxsf: Add vboxsf_[create|release]_sf_handle() helpersGravatar Hans de Goede 2-27/+51
2021-06-23vboxsf: Make vboxsf_dir_create() return the handle for the created fileGravatar Hans de Goede 1-7/+11
2021-06-23vboxsf: Honor excl flag to the dir-inode create opGravatar Hans de Goede 1-7/+9
2021-03-12vboxsf: don't allow to change the inode typeGravatar Al Viro 4-31/+49
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 3-10/+17
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+2
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initGravatar Christoph Hellwig 1-0/+2
2020-09-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+1
2020-09-01Merge branch 'master' into for-nextGravatar Jiri Kosina 2-2/+2
2020-08-25vboxsf: Fix the check for the old binary mount-arguments structGravatar Hans de Goede 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-05-18fs: Fix missing 'bit' in commentGravatar Chucheng Luo 1-1/+1
2020-05-07vboxsf: don't use the source name in the bdi nameGravatar Christoph Hellwig 1-1/+1
2020-02-08fs: Add VirtualBox guest shared folder (vboxsf) supportGravatar Hans de Goede 9-0/+3272