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) @77950   6 years vboxsync linux/vboxsf: vbsf_put_link signature fix for 4.2, 4.3 and 4.4 …
(edit) @77949   6 years vboxsync linux/vboxsf: Detect kernel buffers for our iov_iter glue. Seems …
(edit) @77946   6 years vboxsync linux/vboxsf: Implemented our own .sendfile for 2.5.30 - 2.6.23 that …
(edit) @77945   6 years vboxsync linux/vboxsf: Implemented our own .sendfile for 2.5.30 - 2.6.23 that …
(edit) @77944   6 years vboxsync linux/vboxsf: Implemented our own .sendfile for 2.5.30 - 2.6.23 that …
(edit) @77943   6 years vboxsync linux/vboxsf: More tweaking of vbsf_splice_write and friends. Use our …
(edit) @77942   6 years vboxsync linux/vboxsf: Implemented missing vbsf_splice_write to make it …
(edit) @77940   6 years vboxsync linux/vboxsf: Reimplemented vbsf_splice_read to make both sendfile and …
(edit) @77939   6 years vboxsync linux/vboxsf: Reimplemented vbsf_splice_read to make both sendfile and …
(edit) @77880   6 years vboxsync linux/vboxsf: Another build fix. bugref:9172
(edit) @77878   6 years vboxsync linux/vboxsf: build fix. bugref:9172
(edit) @77873   6 years vboxsync linux/vboxsf: Kicked out generic_file_aio_read and …
(edit) @77866   6 years vboxsync linux/vboxsf: Added support for the RENAME_NOREPLACE flags (since …
(edit) @77864   6 years vboxsync linux/vboxsf: More small cleanups. bugref:9172
(edit) @77863   6 years vboxsync linux/vboxsf: Added support for the RENAME_NOREPLACE flags (since …
(edit) @77859   6 years vboxsync linux/vboxsf: Return -EPERM when the host refuses to create symlinks. …
(edit) @77858   6 years vboxsync linux/vboxsf: Cleaning up the symlink related code and making it work …
(edit) @77854   6 years vboxsync linux/vboxsf: Cleaned up init(), moving the file system registration …
(edit) @77853   6 years vboxsync linux/vboxsf: Implemented the copy_file_range method and fixed a …
(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
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