summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2011-02-102-3/+3
* Correctly plumb in VFS_FDOPENDIR.Jeremy Allison2011-02-091-0/+1
* Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison2011-02-097-0/+203
* If possible (O_DIRECTORY exists) open an fd for a directory open.Jeremy Allison2011-02-082-2/+2
* Fix try_chown code. Use new vfs_chown_fsp() which always trys fd first.Jeremy Allison2011-02-051-4/+4
* s3: Remove superfluous ;Günther Deschner2011-02-022-4/+4
* s3: Fix bug 7940 -- fall back for utimes callsVolker Lendecke2011-02-011-4/+14
* s3-waf: On FreeBSD, compile zfsacl if sunacl.h is around.Günther Deschner2011-01-311-1/+1
* s3: On FreeBSD, compile zfsacl if sunacl.h is aroundVolker Lendecke2011-01-301-0/+4
* s3-modules: Fixed the for-loop code block.Andreas Schneider2011-01-261-0/+1
* s3:vfs:shadow_copy2: fix indentation in _SHADOW2_NEXT_SMB_FNAMEMichael Adam2011-01-211-2/+2
* s3:vfs:shadow_copy2: Fix shadow-copy module for drag&drop from a snapshotVolker Lendecke2011-01-211-0/+4
* s3:vfs:gpfs: fix logic when gpfs:winattr is false (the default!)Rusty Russell2011-01-211-1/+11
* Make processing of incoming stream rename paths common between reply_mv and n...Jeremy Allison2011-01-201-19/+1
* s3:vfs aio_fork children do not go awayChristian Ambach2011-01-141-1/+13
* s3:vfs fix children cleanup in aio_forkChristian Ambach2011-01-141-0/+1
* Fix bug #7909 - map SYNCHRONIZE acl permission statically in zfs_acl vfs module.Paul B. Henson2011-01-132-1/+6
* s3: Fix some warnings in the zfsacl moduleVolker Lendecke2011-01-081-15/+15
* Keep track of the sparse status of an open file handle. Allows bypass ofJeremy Allison2010-12-211-1/+1
* Added call out to a Linux-compatible fallocate() when we need to extend a fileJeremy Allison2010-12-211-2/+3
* s3: Did I say this module is from hell?Volker Lendecke2010-12-191-1/+1
* Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison2010-12-184-23/+34
* s3/vfs_gpfs: map SPARSE attribute to/from WINATTRs, tooBjörn Jacke2010-12-171-2/+8
* Do more vfs_stat_fsp calls instead of FSTAT - ensures fsp->fsp_name->st is ke...Jeremy Allison2010-12-161-13/+20
* Protect the onefs sendfile from EAGAIN/EWOULDBLOCK.Jeremy Allison2010-12-151-1/+5
* Replace lseek()/write()/lseek() triple with pwrite call. We already emulate thisJeremy Allison2010-12-031-12/+2
* posix_fallocate() returns an errno, not -1 on error.Jeremy Allison2010-12-031-1/+1
* Merge the two conflicting allocation codes into one function, vfs_slow_falloc...Jeremy Allison2010-12-031-22/+4
* Oops. Missed adding vfswrap_posix_fallocate to vfs_default_fns table.Jeremy Allison2010-12-031-0/+1
* Move posix_fallocate into the VFS where it belongs.Jeremy Allison2010-12-024-2/+80
* s3-waf: avoid module name uppercasing.Günther Deschner2010-12-011-106/+106
* s3: Fix a typoVolker Lendecke2010-12-011-1/+1
* s3: Attempt to fix the shadow_copy2 moduleVolker Lendecke2010-12-011-2/+2
* Fix bug #7812 - vfs_acl_xattr/vfs_acl_tdb: ACL inheritance cannot be disabledJeremy Allison2010-11-241-0/+6
* switch from mtime to ctime which is more reliable if files can be accessed ou...olivier2010-11-201-4/+4
* Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison2010-11-207-17/+28
* s3/vfs_tsmsm: remove unneeded cast to off_tBjörn Jacke2010-11-181-2/+2
* s3/vfs_tsmsm: fix debug output for large filesBjörn Jacke2010-11-181-6/+6
* s3/time_audit: fix a change that was just for debuggin purposeѕBjörn Jacke2010-11-101-2/+2
* Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison2010-11-101-4/+3
* s3/vfs_time_audit: use monotonic clock for time deltasBjörn Jacke2010-11-101-334/+445
* s3-waf: add vfs_time_audit to the build.Günther Deschner2010-10-281-0/+8
* s3: FILE_WRITE_DATA & friends have gone from includes.hVolker Lendecke2010-10-281-0/+1
* s3: Add a vfs_time_audit moduleAbhidnya P Chirmule2010-10-281-0/+2306
* s3: Fix bug 7759Volodymyr Khomenko2010-10-281-16/+18
* s3: Make gpfs winattrs work againVolker Lendecke2010-10-271-7/+31
* s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.Günther Deschner2010-10-181-0/+1
* Ensure we have correct parameters to use Windows ACL modules.Jeremy Allison2010-10-162-4/+9
* Add acl_xattr:ignore system acls boolean (normally false) to allowJeremy Allison2010-10-163-11/+38
* Add debug message to get_nt_acl_internal() to see what we got.Jeremy Allison2010-10-151-0/+7