VirtualBox

source: vbox/trunk/src/VBox/Additions/linux/sharedfolders/utils.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106061   5 months vboxsync Copyright year updates by scm.
(edit) @104455   10 months vboxsync Additions: Linux: vboxsf: More targeted fix for kernel 6.6 and later …
(edit) @104345   10 months vboxsync Additions: Linux: UBSAN: vboxsf: update naming for r162827, bugref:10585.
(edit) @104344   10 months vboxsync Additions: Linux: UBSAN: make r161313 less ugly, bugref:10585.
(edit) @103767   11 months vboxsync Additions: Linux: vboxsf: Few more fixes for UBSAN, bugref:10585.
(edit) @103067   13 months vboxsync Additions: Linux: vboxsf: Prevent array-index-out-of-bounds UBSAN …
(edit) @101359   16 months vboxsync Additions: Linux: Replace VBSF_UNFORTIFIED_MEMCPY with …
(edit) @101081   17 months vboxsync Additions: Linux: vboxsf: scm fix, bugref:10524.
(edit) @101080   17 months vboxsync Additions: Linux: vboxsf: Introduce initial support for kernel 6.6, …
(edit) @99420   22 months vboxsync linux/vboxsf: s/VBOX_LINUX_MEMCPY/VBSF_UNFORTIFIED_MEMCPY/g + …
(edit) @99419   22 months vboxsync Additions: Linux: vboxsf: replace memcpy with macro which disables …
(edit) @98869   2 years vboxsync Additions: Linux: Shared Folders: Introduce initial support for kernel …
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95411   3 years vboxsync Linux host and guest drivers: fix clang warnings, bugref:10247.
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @90043   4 years vboxsync vboxsf: style fixes. bugref:9976
(edit) @89048   4 years vboxsync Additions: Linux: vboxsf: fix build for 4.4 (ABI 208+) kernels (Ubuntu …
(edit) @88978   4 years vboxsync Reverted for rework r144310, r144311, r144312 and r144313, ​bugref:10007.
(edit) @88976   4 years vboxsync Additions: Linux: vboxfs: fix build for Ubuntu 4.4.0.210..4.4.0.255 …
(edit) @88974   4 years vboxsync Addistions: Linux: vboxfs: fix build for Ubuntu 4.4.0.210+ kernels, …
(edit) @88273   4 years vboxsync GAs: Linux: make vboxsf working w/ 5.12-rc4 kernel, bugref:9976.
(edit) @85698   4 years vboxsync IPRT,lnx-kmods: Use new linux kernel version checking macros. Moved …
(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) @79594   6 years vboxsync linux/vboxsf: ticketref:18697: Guest additions 6.0.6+ build error, …
(edit) @78860   6 years vboxsync linux/vboxsf: Relax setattr permission checks. bugref:9172 ticketref:18569
(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) @77959   6 years vboxsync linux/vboxsf: Invalidate the page cache pages for an inode if we think …
(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) @77858   6 years vboxsync linux/vboxsf: Cleaning up the symlink related code and making it work …
(edit) @77741   6 years vboxsync linux/vboxsf: Fixed nls conversion issue (don't try convert the zero …
(edit) @77629   6 years vboxsync linux/vboxsf: Fixed TTL calc bug in vbsf_dentry_revalidate(). bugref:9172
(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) @77538   6 years vboxsync linux/vboxsf: Removed old buffered directory content code …
(edit) @77536   6 years vboxsync linux/vboxsf: Early version of non-buffered directories (disabled). …
(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) @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) @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) @77424   6 years vboxsync Additions/linux/sharedfolders: driver build fixes for certain Linux …
(edit) @77419   6 years vboxsync linux/vboxsf: Support non-COW mmap too. llseek needs to make sure the …
(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) @77140   6 years vboxsync linux/vboxsf: Set st_blksize to 1MB for files and 16KB for …
(edit) @77062   6 years vboxsync linux/vboxsf/utils.c: Fixed sf_setattr regression and f_flags version …
(edit) @77054   6 years vboxsync linux/vboxsf: Started converting the code to use the more efficient …
(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) @76733   6 years vboxsync vboxsf/linux: file headers
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76458   6 years vboxsync err.h fixes for linux shared folders. bugref:9344
(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) @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) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @65992   8 years vboxsync Additions/linux: Linux 4.11 compile fixes
(edit) @62527   9 years vboxsync (C) 2016
(edit) @58195   9 years vboxsync VBoxGuestR0LibSharedFolders: Prefixed functions ('vbox' wasn't a very …
(edit) @54391   10 years vboxsync Additions/linux/vboxsf: fix for Linux 4.0
(edit) @45300   12 years vboxsync Linux: more CONFIG_UIDGID_STRICT_TYPE_CHECKS fixes
(edit) @44923   12 years vboxsync GA: Linux Shared folders: fix build for KERNEL>=3.5 when …
(edit) @42880   12 years vboxsync Linux Shared Folders: more Linux 3.6 fixes
(edit) @41451   13 years vboxsync Additions/linux/sharedfolders: we cannot work in RCU mode in d_revalidate
(edit) @39224   13 years vboxsync Linux 3.2-rc1 compile fixes
(edit) @38925   13 years vboxsync Additions/linux/sharedfolders: fix a warning
(edit) @38811   13 years vboxsync Additions/linux/sharedfolders: use a unique identifier rather than the …
(edit) @33994   14 years vboxsync shfl: Replaced RTFSOBJINFO and RTFSPROPERTIES with shared folder …
(edit) @33440   14 years vboxsync Linux Additions: symlinks only for Linux 2.6 guests
(edit) @33439   14 years vboxsync IPRT, Linux additions, Shared folders: added support for guest shared …
(edit) @32700   14 years vboxsync Shared folder/Linux: properly handle VERR_INVALID_NAME; Windows hosts …
(edit) @32431   14 years vboxsync scm cleanup
(edit) @31719   14 years vboxsync Linux additions: Linux 2.6.36 compile fixes
(edit) @30187   15 years vboxsync compile fix
(edit) @30186   15 years vboxsync Linux shared folders: fixed a small memory leak when reading the …
(edit) @30175   15 years vboxsync Linux shared folders: coding style
(edit) @30153   15 years vboxsync Linux shared folders: spaces
(edit) @30150   15 years vboxsync Linux shared folders: re-read the directory if a file was changed
(edit) @28998   15 years vboxsync Linux Additions: rename the vboxvfs module to vboxsf to make it load …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
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