summaryrefslogtreecommitdiff
path: root/src/VBox/Additions/linux/sharedfolders
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-6/+6
* Additions: Linux: vboxsf: Introduce initial support for kernel 6.4 (rename ma...vboxsync2023-05-081-8/+9
* Additions: Linux: vboxsf: Introduce initial support for kernel 6.4, bugref:10...vboxsync2023-05-081-1/+8
* Additions: Linux: vboxsf: fix build for RHEL 9.3 (CentOS Stream 8) kernels, b...vboxsync2023-04-201-3/+3
* linux/vboxsf: s/VBOX_LINUX_MEMCPY/VBSF_UNFORTIFIED_MEMCPY/g + explanation why...vboxsync2023-04-171-1/+1
* linux/vboxsf: s/VBOX_LINUX_MEMCPY/VBSF_UNFORTIFIED_MEMCPY/g + explanation why...vboxsync2023-04-171-1/+1
* linux/vboxsf: s/VBOX_LINUX_MEMCPY/VBSF_UNFORTIFIED_MEMCPY/g + explanation why...vboxsync2023-04-175-23/+32
* Additions: Linux: vboxsf: replace memcpy with macro which disables false-posi...vboxsync2023-04-174-16/+16
* Additions: Linux: Shared Folders: Introduce initial support for kernel 6.3.x ...vboxsync2023-03-071-3/+3
* Additions: Linux: Shared Folders: Introduce initial support for kernel 6.3.x ...vboxsync2023-03-073-11/+34
* Add/linux/sharedfolders/*.kmk: s/NewVBoxGuestR3Exe/VBoxGuestR3Exe/ bugref:10348vboxsync2023-01-221-1/+1
* Copyright year updates by scm.vboxsync2023-01-1714-14/+14
* Additions: Linux: vboxsf: suppress false-positive warning caused by CONFIG_FO...vboxsync2023-01-162-1/+12
* Add/VBoxSF: include iprt/memobj.h for VBoxGuestR0LibPhysHeap.cpp.vboxsync2023-01-021-0/+1
* Additions: Linux: vboxfs: Fix for Fedora 5.17.7-300 kernel, bugref:10209.vboxsync2022-11-161-1/+1
* Additions: Linux: vboxsf: Add initial support for RHEL(9,2) kernels, bugref:1...vboxsync2022-11-091-1/+1
* scm copyright and license note updatevboxsync2022-08-2214-65/+135
* Additions: Linux: vboxsf: Initial support for kernel 6.0, bugref:10279.vboxsync2022-08-161-3/+15
* linux/vboxsf: Removed one RT_FALL_THRU() in vbsf_super_info_copy_remount_opti...vboxsync2022-06-291-1/+1
* Linux host and guest drivers: fix clang warnings, bugref:10247.vboxsync2022-06-283-5/+3
* Additions: Linux: vboxsf: Initial support for kernel 5.19(-rc1), bugref:10237.vboxsync2022-06-061-3/+27
* Additions: Linux: vboxsf: prevent kernels 3.17 <= ver < 4.9 warning on fs obj...vboxsync2022-04-081-0/+2
* Additions: Shared Folders: Initial support for Linux 5.18-rc1, bugref:10209.vboxsync2022-04-061-1/+3
* iprt/asm-amd64-x86.h: Split out some non-assembly functions that related more...vboxsync2022-01-311-1/+1
* iprt/asm-amd64-x86.h: Split out some non-assembly functions that related more...vboxsync2022-01-311-0/+1
* scm --update-copyright-yearvboxsync2022-01-0114-14/+14
* linux/vboxsf: Copy&paste fix. bugref:10066vboxsync2021-08-091-1/+1
* linux/vboxsf: Avoid making the code even more spaghetti-like, indentation fix...vboxsync2021-08-091-32/+27
* Additions: Linux: vboxsf: Introduce initial support for kernel 5.14, bugref:1...vboxsync2021-08-031-3/+46
* vboxsf: style fixes. bugref:9976vboxsync2021-07-063-19/+22
* Additions: Linux: vboxsf: fix build for 4.4 (ABI 208+) kernels (Ubuntu 16.04)...vboxsync2021-05-141-1/+1
* Reverted for rework r144310, r144311, r144312 and r144313, ​bugref:10007.vboxsync2021-05-111-1/+1
* Additions: Linux: vboxfs: fix build for Ubuntu 4.4.0.210..4.4.0.255 kernels r...vboxsync2021-05-111-1/+1
* Addistions: Linux: vboxfs: fix build for Ubuntu 4.4.0.210+ kernels, bugref:10...vboxsync2021-05-111-1/+1
* linux/vboxsf: Document 5.10+ adjustments. We cannot provide both regular and...vboxsync2021-04-261-5/+7
* Additions: Linux: vboxsf: adapt to 5.10.x+ kernels, bugref:9994.vboxsync2021-04-161-13/+17
* Additions: Linux: vboxsf: print revision number as well as a version string o...vboxsync2021-04-161-4/+4
* Additions: Linux: vboxsf: additional fix for kernel 5.12-rc6 build, ​bugref...vboxsync2021-04-091-1/+10
* GAs: Linux: make vboxsf working w/ 5.12-rc4 kernel, bugref:9976.vboxsync2021-03-243-4/+40
* linux/vboxsf,VBoxService: Modify mount.vboxsf and the VBoxService automounter...vboxsync2021-01-283-256/+264
* linux/vboxsf: Add support for parsing string-based mount options for Linux ke...vboxsync2021-01-281-24/+145
* linux/vboxsf: VBox GAs fail to build on CentOS 8.2-2004 and later due to MS_R...vboxsync2020-12-161-1/+1
* linux/vboxsf: Add support for parsing string-based mount options using the Li...vboxsync2020-12-082-23/+259
* linser/vboxsf: Adjustment for linux 5.10 - TASK_SIZE_MAX replaces USER_DS.seg...vboxsync2020-12-081-1/+8
* linux/vboxsf: Fix vfsmod.o build failure when compiling on kernels < 2.5.4. b...vboxsync2020-12-021-5/+5
* linux/vboxsf: Add support for parsing string-based mount options using the Li...vboxsync2020-11-271-23/+351
* linux/vboxsf: vbsf_remount_fs() calls ilookup(root_inode) which increases its...vboxsync2020-11-161-1/+1
* linux/vboxsf: 'mount.vboxsf -o remount' returns ENOSYS due to retrieving the ...vboxsync2020-10-271-1/+2
* Additions/linux/Makefile, HostDrivers/linux/Makefile: Many cleanups in the Li...vboxsync2020-08-281-0/+6
* IPRT,lnx-kmods: s/RTLNX_RHEL_PREREQ/RTLNX_RHEL_MIN/; added RTLNX_RHEL_MAX and...vboxsync2020-08-112-3/+2