VirtualBox

source: vbox/trunk/src/VBox/Additions/linux/sharedfolders

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @77770   6 years vboxsync linux/vboxsf: Redid the code that synchronizes writes with mmappings …
(edit) @77743   6 years vboxsync linux/vboxsf: Fixed nls conversion issue (don't try convert the zero …
(edit) @77742   6 years vboxsync linux/vboxsf: Fixed nls conversion issue (don't try convert the zero …
(edit) @77741   6 years vboxsync linux/vboxsf: Fixed nls conversion issue (don't try convert the zero …
(edit) @77739   6 years vboxsync linux/vboxsf: More informative error message from mount.vboxsf when a …
(edit) @77735   6 years vboxsync linux/vboxsf: build fix. bugref:9172
(edit) @77731   6 years vboxsync linux/vboxsf: BDI_CAP_STRICTLIMIT causes trouble with linux 3.16 / …
(edit) @77710   6 years vboxsync linux/vboxsf: More linux 3.16 fixes, this time for skipping empty iov …
(edit) @77709   6 years vboxsync linux/vboxsf: Use 'VBox' as f_type value. NFS_SUPER_MAGIC confuses …
(edit) @77708   6 years vboxsync linux/vboxsf: Linux 3.16 fixes. bugref:9172
(edit) @77707   6 years vboxsync linux/vboxsf: Doxyfixes. bugref:9172
(edit) @77706   6 years vboxsync linux/vboxsf: Various build fixes for older kernels (atomic_open, …
(edit) @77704   6 years vboxsync linux/vboxsf: Implemented inode_operations::atomic_open (introduced in …
(edit) @77631   6 years vboxsync linux/vboxsf: Implemented write_iter as well. Can write to loop …
(edit) @77629   6 years vboxsync linux/vboxsf: Fixed TTL calc bug in vbsf_dentry_revalidate(). bugref:9172
(edit) @77628   6 years vboxsync linux/vboxsf: Slash the right page0 offset in vbsf_iter_lock_pages(). …
(edit) @77626   6 years vboxsync linux/vboxsf: Early implementation of file_operations::read_iter to …
(edit) @77561   6 years vboxsync linux/vboxsf: Rewrote vbsf_inode_setattr() to use open file/dir …
(edit) @77559   6 years vboxsync linux/vboxsf: Reviewing revalidate and d_revalidate locking. bugref:9172
(edit) @77549   6 years vboxsync linux/vboxsf: Workaround for kernel_read/write calls (get_user_pages …
(edit) @77543   6 years vboxsync linux/vboxsf: Some cleanups and logging in dirops.c. bugref:9172
(edit) @77542   6 years vboxsync linux/vboxsf: MS_REMOUNT and friends moved to uapi/linux/mount.h in …
(edit) @77539   6 years vboxsync linux/vboxsf: Protect our vboxsf_dir_info structure with a semaphore …
(edit) @77538   6 years vboxsync linux/vboxsf: Removed old buffered directory content code …
(edit) @77537   6 years vboxsync linux/vboxsf: Enabled new code for reading directories. This does not …
(edit) @77536   6 years vboxsync linux/vboxsf: Early version of non-buffered directories (disabled). …
(edit) @77534   6 years vboxsync linux/vboxsf: More cleanups. bugref:9172
(edit) @77533   6 years vboxsync linux/vboxsf: More cleanups. [build fix] bugref:9172
(edit) @77532   6 years vboxsync linux/vboxsf: More cleanups. bugref:9172
(edit) @77530   6 years vboxsync linux/vboxsf: Use vbxsf as prefix here - part II. bugref:9172
(edit) @77529   6 years vboxsync linux/vboxsf: Use vbxsf as prefix here - part I. bugref:9172
(edit) @77526   6 years vboxsync linux/vboxsf: We don't use tabs and our indent size is 4 not 8. Makes …
(edit) @77525   6 years vboxsync linux/vboxsf: Code cleanups in the super block info area. bugref:9172
(edit) @77524   6 years vboxsync linux/vboxsf: Code cleanups in the super block info area. bugref:9172
(edit) @77523   6 years vboxsync linux/vboxsf: Code cleanups in the super block and module area. bugref:9172
(edit) @77515   6 years vboxsync linux/vboxsf: Fleshed out sf_update_inode() and refreshed …
(edit) @77505   6 years vboxsync linux/vboxsf: Two TTL compare fixes. bugref:9172
(edit) @77504   6 years vboxsync Add/linux: Workaround for GNU make that does not sport MAKEFILE_LIST …
(edit) @77503   6 years vboxsync linux/vboxsf: Build fix when logging is enabled. bugref:9172
(edit) @77502   6 years vboxsync linux/vboxsf: Rewrote sf_lookup() combining the inode creation bits …
(edit) @77492   6 years vboxsync linux/vboxsf: Default dentry/stat TTL to 200 ms as on solaris. …
(edit) @77461   6 years vboxsync linux/vboxsf: Optimized sf_inode_revalidate for open files/dirs. …
(edit) @77458   6 years vboxsync linux/vboxsf: Fixed sf_writepage issue wrt finding a valid writable …
(edit) @77444   6 years vboxsync linux/vboxsf: I cannot see why we would ever need …
(edit) @77443   6 years vboxsync linux/vboxsf,FsPerf: RTFileWrite vs mmap coherency test and fixes. …
(edit) @77439   6 years vboxsync linux/vboxsf: Rewrote sf_writepage to use VbglR0SfHostReqWritePgLst. …
(edit) @77424   6 years vboxsync Additions/linux/sharedfolders: driver build fixes for certain Linux …
(edit) @77422   6 years vboxsync linux/vboxsf: sf_readpage fix. bugref:9172
(edit) @77421   6 years vboxsync linux/vboxsf: Better use VbglR0SfHostReqReadPgLst in sf_readpage. …
(edit) @77420   6 years vboxsync linux/vboxsf: Rewrote sf_readpage() to use VbglR0SfHostReqReadContig. …
(edit) @77419   6 years vboxsync linux/vboxsf: Support non-COW mmap too. llseek needs to make sure the …
(edit) @77404   6 years vboxsync More linux kernel module Makefile cleanups: Try make 2.6.0 thru 2.6.5 …
(edit) @77403   6 years vboxsync More linux kernel module Makefile cleanups: Simplified VBOXMOD_INCL by …
(edit) @77399   6 years vboxsync More linux kernel module Makefile cleanups: $(subst MOD_%, VBOXMOD_%,*)
(edit) @77398   6 years vboxsync More linux kernel module Makefile cleanups: MOD_DEFS -> implicit -D
(edit) @77397   6 years vboxsync More linux kernel module Makefile cleanups: MOD_DEFS -> implicit -D
(edit) @77393   6 years vboxsync More linux kernel module Makefile cleansup.
(edit) @77391   6 years vboxsync Renamed the common linux makefile includes to use a more conventional …
(edit) @77390   6 years vboxsync Renamed the common linux makefile includes to use a more conventional …
(edit) @77389   6 years vboxsync linux module makefile tinkering & cleaning up.
(edit) @77303   6 years vboxsync linux/vboxsf: Cleaned out the VBOXSF_USE_DEPRECATED_VBGL_INTERFACE …
(edit) @77250   6 years vboxsync linux/vboxsf: Updated kstat->blksize comment with current performance …
(edit) @77247   6 years vboxsync linux/vboxsf: Updated kstat->blksize comment with current performance …
(edit) @77141   6 years vboxsync linux/vboxsf: Applied the sf_reg_read optimizations to the …
(edit) @77140   6 years vboxsync linux/vboxsf: Set st_blksize to 1MB for files and 16KB for …
(edit) @77139   6 years vboxsync linux/vboxsf: More read code tweaking, making the max read/write …
(edit) @77138   6 years vboxsync linux/vboxsf: More read code tweaking, making the max read/write …
(edit) @77089   6 years vboxsync linux/vboxsf: Optimized reading regular files. bugref:9172 Small …
(edit) @77064   6 years vboxsync linux/vboxsf: Optimization of small reads (<= 3/4 page size) by …
(edit) @77062   6 years vboxsync linux/vboxsf/utils.c: Fixed sf_setattr regression and f_flags version …
(edit) @77057   6 years vboxsync linux/vboxsf: Makefile is missing IN_GUEST define. bugref:9172
(edit) @77054   6 years vboxsync linux/vboxsf: Started converting the code to use the more efficient …
(edit) @77004   6 years vboxsync linux/vboxsf: Added direct_IO stub for so O_DIRECT opens doesn't fail. …
(edit) @77003   6 years vboxsync add/linux: Moved the vboxsf test build down into the sharedfolders …
(edit) @76939   6 years vboxsync Reverted previous commit: merged too much.
(edit) @76938   6 years vboxsync Additions/linux/vboxvideo: Fix incorrect type in assignment sparse …
(edit) @76746   6 years vboxsync vboxsf/linux: We never called SetPageUptodate because we tested on err …
(edit) @76745   6 years vboxsync vboxsf/linux: Indent #ifdefs and comment the according to our …
(edit) @76744   6 years vboxsync vboxsf/linux: Indent #ifdefs and comment the according to our …
(edit) @76736   6 years vboxsync nits
(edit) @76733   6 years vboxsync vboxsf/linux: file headers
(edit) @76689   6 years vboxsync vfsmod.c: And seq_file.h. bugref:3544
(edit) @76688   6 years vboxsync vfsmod.c: Need linux/mount.h for sf_show_options on older kernels. …
(edit) @76563   6 years vboxsync Additions: Use GA_INCLUDED_ and variations_ as header guard prefixes …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76534   6 years vboxsync Additions/linux: scm --fix-header-guards. bugref:9344
(edit) @76458   6 years vboxsync err.h fixes for linux shared folders. bugref:9344
(edit) @76326   6 years vboxsync iprt/err.h: Split out the RT_SUCCESS, RT_FAILURE, functions and error …
(edit) @75433   6 years vboxsync linux/vboxsf,VBoxService: Added mount tag and implemented show_options …
(edit) @75407   6 years vboxsync VBoxSharedFolders,VBoxService,VBoxTray: New go at auto mounting shared …
(edit) @74056   6 years vboxsync Additions/linux/sharedfolders: kernel 4.18 build fix. Thank you …
(edit) @72627   7 years vboxsync Additions: relicence components needed for Linux shared folders to …
(edit) @72601   7 years vboxsync Guest Additions: hgcmsvc.h is not needed by shflsvc.h. bugref:9109: …
(edit) @70810   7 years vboxsync linux/shared folders: change scm settings to accept tabs in files. …
(edit) @70801   7 years vboxsync URL to vfs.txt was broken. Found current (hopefully enduring) location …
(edit) @70786   7 years vboxsync linux/shared folders: use indent to switch Linux-only files to kernel …
(edit) @70728   7 years vboxsync Remove SUID, SGID and sticky bit handling from Linux shared folders. …
(edit) @70461   7 years vboxsync Replace a few tabs that made it into a source file in r120068 and (I …
(edit) @70460   7 years vboxsync Fix Guest Additions vboxsf sendfile() caching problems (see #2548), …
(edit) @69531   7 years vboxsync Linux and FreeBSD drivers: use -src not -mod for all install rules. …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette