summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy2008-01-172-15/+12
* Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy2008-01-172-15/+11
* Fix more VFS API mixup with offline filesAlexander Bokovoy2008-01-171-5/+4
* Fix the mess that ab just made of the new VFS code.Jeremy Allison2008-01-161-12/+19
* Fix an uninitialized variable warningVolker Lendecke2008-01-161-1/+1
* Fix some C++ warningsVolker Lendecke2008-01-161-2/+2
* Add offline storage support with Tivoli Storage Manager Space ManagerAlexander Bokovoy2008-01-161-0/+338
* Merge a variant of Shadow Copy module for exposing snapshots to windows clien...Alexander Bokovoy2008-01-161-0/+637
* Support GPFS prealloc interfaceAlexander Bokovoy2008-01-161-0/+8
* Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from...Alexander Bokovoy2008-01-164-97/+423
* Add support for offline files support, remote storage, and Async I/O force op...Alexander Bokovoy2008-01-161-0/+42
* ea_tdb->xattr_tdb also inside the module itselfVolker Lendecke2008-01-151-98/+99
* rename vfs_ea_tdb to vfs_xattr_tdbVolker Lendecke2008-01-151-0/+0
* Implement vfs_ea_tdbVolker Lendecke2008-01-151-0/+736
* Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2008-01-112-8/+6
* Remove now redundant parameter fd from prime_cache().Michael Adam2008-01-111-5/+4
* Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2008-01-114-19/+15
* Fix the build of the cacheprime VFS module after API changes.Michael Adam2008-01-101-4/+3
* Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2008-01-103-11/+10
* Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2008-01-103-9/+9
* Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().Michael Adam2008-01-082-5/+5
* Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam2008-01-083-8/+7
* Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().Michael Adam2008-01-083-7/+7
* Remove redundant parameter fd from SMB_VFS_FLISTXATTR().Michael Adam2008-01-082-5/+5
* Remove redundant parameter fd from SMB_VFS_FGETXATTR().Michael Adam2008-01-083-7/+7
* Remove forgotton fd from solarisacl_sys_acl_get_fd().Michael Adam2008-01-081-3/+2
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam2008-01-0810-24/+24
* Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam2008-01-084-12/+12
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam2008-01-079-27/+19
* Remove redundant parameter fd from SMB_VFS_GETLOCK().Michael Adam2008-01-072-5/+5
* Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().Michael Adam2008-01-073-10/+10
* Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().Michael Adam2008-01-073-6/+6
* Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2008-01-072-5/+5
* Fix the build: Fix caller of strict_allocate_ftruncate().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-074-13/+11
* Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-072-5/+5
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-075-14/+14
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-077-13/+13
* Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2008-01-072-5/+5
* Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2008-01-072-18/+18
* Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam2008-01-073-12/+11
* Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2008-01-074-20/+18
* Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam2008-01-066-9/+8
* Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam2008-01-066-9/+8
* Remove tiny code duplicationVolker Lendecke2007-12-291-1/+1
* typosVolker Lendecke2007-12-271-2/+2
* Remove unused variable 'didmsg'.James Peach2007-12-191-4/+0
* Change the prototype of the vfs function get_nt_acl().Michael Adam2007-12-196-9/+5
* Prepare the afs acl module for the api change in get_nt_acl().Michael Adam2007-12-191-43/+77
* Prepare the aix2 acl module for the api change in get_nt_acl().Michael Adam2007-12-191-11/+21