summaryrefslogtreecommitdiff
path: root/fs/vboxsf/super.c
AgeCommit message (Expand)Author
2024-04-03vboxsf: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-04-03vboxsf: Avoid an spurious warning if load_nls_xxx() failsChristophe JAILLET
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2023-05-22vboxsf: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2021-09-27vboxfs: fix broken legacy mount signature checkingLinus Torvalds
2021-03-12vboxsf: don't allow to change the inode typeAl Viro
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-08-25vboxsf: Fix the check for the old binary mount-arguments structHans de Goede
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