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) @84947   4 years vboxsync /linux/Makefile*,++: BUILD_TYPE -> VBOX_KBUILD_TYPE; …
(edit) @83049   5 years vboxsync linux/vobxsf: Corrected kernel-page test in vbsf_iter_unlock_pages, as …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82342   5 years vboxsync add/linux/vboxsf: ticketref:17299 inode_change_ok() gone in 4.1.37-4.2.0
(edit) @82172   5 years vboxsync linux/vboxsf: Indent fix. bugref:9172
(edit) @82171   5 years vboxsync linux/vboxsf: Clarification. bugref:9172
(edit) @82166   5 years vboxsync linux/vboxsf: Workaround for missing noop_backing_dev_info export in …
(edit) @80713   5 years vboxsync Additions/linux: ticketref:18917: VBox 6.0.10 GAs fail to compile on …
(edit) @80712   5 years vboxsync Additions/linux: ticketref:18917: VBox 6.0.10 GAs fail to compile on …
(edit) @80582   5 years vboxsync linux/vboxsf: ticketref:18805: Linux guests: calls to …
(edit) @80408   5 years vboxsync dirops.c: Indentation.
(edit) @80393   5 years vboxsync linux/vboxsf: ticketref:18737: Linux guests: open(filename, …
(edit) @79594   5 years vboxsync linux/vboxsf: ticketref:18697: Guest additions 6.0.6+ build error, …
(edit) @79473   5 years vboxsync linux/vboxsf: Fixed writable mmap on 2.6.34 thru 4.9, needed to set …
(edit) @79472   5 years vboxsync linux/vboxsf: Fixed writable mmap on 2.6.34 thru 4.9, needed to set …
(edit) @79451   5 years vboxsync linux/VBoxSF: Log guest module version and the linux kernel version to …
(edit) @78890   6 years vboxsync linux/vboxsf: Fixed incorrect version range for calling bdi_destroy() …
(edit) @78860   6 years vboxsync linux/vboxsf: Relax setattr permission checks. bugref:9172 ticketref:18569
(edit) @78660   6 years vboxsync linux/vboxsf: build fix for EL6 pre 10. ticketref:18646:Guest
(edit) @78204   6 years vboxsync linux/vboxsf: Warnings. bugref:9172
(edit) @78185   6 years vboxsync linux/vboxsf: 3.16.35+ build fix (iov_iter_get_pages maxpages was …
(edit) @78139   6 years vboxsync linux/vboxsf: Build fix for linux 3.16. bugref:9172
(edit) @78138   6 years vboxsync linux/vboxsf: Build fix for linux 4.11. bugref:9172
(edit) @78137   6 years vboxsync linux/vboxsf: Build fix for linux 4.11. bugref:9172
(edit) @78135   6 years vboxsync linux/vboxsf: Various build fixes for older kernels. bugref:9172
(edit) @78134   6 years vboxsync linux/vboxsf: Better logging in vbsf_inode_lookup(). bugref:9172
(edit) @77976   6 years vboxsync linux/vboxsf: Update inode info in vbsf_reg_open since we got accurate …
(edit) @77975   6 years vboxsync linux/vboxsf: fixed a debug build issue on 4.10. bugref:9172
(edit) @77974   6 years vboxsync linux/vboxsf: vbfs_put_link fix for 4.2 thru 4.4. bugref:9172
(edit) @77973   6 years vboxsync linux/vboxsf: nits. bugref:9172
(edit) @77967   6 years vboxsync linux/vboxsf: Tried to figure out that fsync issue on 2.4.21-27.EL, …
(edit) @77966   6 years vboxsync linux/vboxsf: Some 2.4.21-xy.EL fixes - enabled mmap to get working …
(edit) @77964   6 years vboxsync linux/vboxsf: Adjusted ftruncate trick for skipping MTIME+CTIME …
(edit) @77963   6 years vboxsync linux/vboxsf: Added a ENOENT todo in vbsf_inode_setattr. bugref:9172
(edit) @77962   6 years vboxsync linux/vboxsf: Don't set timestamps when changing the file size …
(edit) @77961   6 years vboxsync linux/vboxsf: Don't set timestamps when changing the file size …
(edit) @77960   6 years vboxsync linux/vboxsf: Pretend we can do nano-second timestamp resolution. …
(edit) @77959   6 years vboxsync linux/vboxsf: Invalidate the page cache pages for an inode if we think …
(edit) @77955   6 years vboxsync linux/vboxsf: Added more mount options: dcachettl=MILLISECONDS, …
(edit) @77953   6 years vboxsync linux/vboxsf: Added more mount options: dcachettl=MILLISECONDS, …
(edit) @77951   6 years vboxsync linux/vboxsf: sf_g -> pSuperInfo. bugref:9172
(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 …
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