summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_time_audit.c
Commit message (Expand)AuthorAgeFilesLines
* s3:modules fix Bug 8244 - Cannot copy files larger than 2 GB to Samba shareChristian Ambach2011-06-171-3/+3
* Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison2011-06-011-2/+2
* s3: Remove SHADOW_COPY_DATA typedefVolker Lendecke2011-05-311-1/+1
* s3-vfs: rename open function to open_fn.Günther Deschner2011-04-211-1/+1
* s3: only include ntioctl.h where needed.Günther Deschner2011-03-301-0/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison2011-02-091-0/+21
* Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison2010-12-181-4/+5
* Move posix_fallocate into the VFS where it belongs.Jeremy Allison2010-12-021-0/+22
* Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison2010-11-201-2/+2
* s3/time_audit: fix a change that was just for debuggin purposeѕBjörn Jacke2010-11-101-2/+2
* s3/vfs_time_audit: use monotonic clock for time deltasBjörn Jacke2010-11-101-334/+445
* s3: Add a vfs_time_audit moduleAbhidnya P Chirmule2010-10-281-0/+2306