summaryrefslogtreecommitdiffstats
path: root/fs/vboxsf/super.c
Commit message (Expand)AuthorAgeFilesLines
* vboxsf: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-04-031-3/+3
* vboxsf: Avoid an spurious warning if load_nls_xxx() failsChristophe JAILLET2024-04-031-1/+2
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-2/+1
* vboxsf: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-221-1/+1
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* vboxfs: fix broken legacy mount signature checkingLinus Torvalds2021-09-271-10/+2
* vboxsf: don't allow to change the inode typeAl Viro2021-03-121-2/+2
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-0/+2
|\
| * bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig2020-09-241-0/+2
* | vboxsf: Fix the check for the old binary mount-arguments structHans de Goede2020-08-251-1/+1
|/
* vboxsf: don't use the source name in the bdi nameChristoph Hellwig2020-05-071-1/+1
* fs: Add VirtualBox guest shared folder (vboxsf) supportHans de Goede2020-02-081-0/+491