summaryrefslogtreecommitdiffstats
path: root/fs/vboxsf
AgeCommit message (Expand)Author
2021-10-17vboxfs: fix broken legacy mount signature checkingLinus Torvalds
2021-06-23vboxsf: Add support for the atomic_open directory-inode opHans de Goede
2021-06-23vboxsf: Add vboxsf_[create|release]_sf_handle() helpersHans 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
2021-01-24stat: handle idmapped mountsChristian Brauner
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig
2020-09-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-09-01Merge branch 'master' into for-nextJiri Kosina
2020-08-25vboxsf: Fix the check for the old binary mount-arguments structHans de Goede
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-18fs: Fix missing 'bit' in commentChucheng Luo
2020-05-07vboxsf: don't use the source name in the bdi nameChristoph Hellwig
2020-02-08fs: Add VirtualBox guest shared folder (vboxsf) supportHans de Goede