aboutsummaryrefslogtreecommitdiffstats
path: root/fs/vboxsf/super.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-11vboxsf: Implement fileattr_get for case sensitivityChuck Lever1-0/+7
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2025-06-10new helper: set_default_d_op()Al Viro1-1/+1
2025-03-11vboxsf: Add __nonstring annotations for unterminated stringsKees Cook1-2/+1
2025-02-07vboxsf: fix building with GCC 15Brahmajit Das1-1/+2
2024-07-02vboxsf: Convert to new uid/gid option parsing helpersEric Sandeen1-12/+4
2024-04-03vboxsf: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2024-04-03vboxsf: Avoid an spurious warning if load_nls_xxx() failsChristophe JAILLET1-1/+2
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-2/+1
2023-05-22vboxsf: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2021-09-27vboxfs: fix broken legacy mount signature checkingLinus Torvalds1-10/+2
2021-03-12vboxsf: don't allow to change the inode typeAl Viro1-2/+2
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig1-0/+2
2020-08-25vboxsf: Fix the check for the old binary mount-arguments structHans de Goede1-1/+1
2020-05-07vboxsf: don't use the source name in the bdi nameChristoph Hellwig1-1/+1
2020-02-08fs: Add VirtualBox guest shared folder (vboxsf) supportHans de Goede1-0/+491