summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2008-01-16Fix the mess that ab just made of the new VFS code.Jeremy Allison1-12/+19
2008-01-16Fix an uninitialized variable warningVolker Lendecke1-1/+1
2008-01-16Fix some C++ warningsVolker Lendecke1-2/+2
2008-01-16Add offline storage support with Tivoli Storage Manager Space ManagerAlexander Bokovoy1-0/+338
2008-01-16Merge a variant of Shadow Copy module for exposing snapshots to windows clien...Alexander Bokovoy1-0/+637
2008-01-16Support GPFS prealloc interfaceAlexander Bokovoy1-0/+8
2008-01-16Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from...Alexander Bokovoy4-97/+423
2008-01-16Add support for offline files support, remote storage, and Async I/O force op...Alexander Bokovoy1-0/+42
2008-01-15ea_tdb->xattr_tdb also inside the module itselfVolker Lendecke1-98/+99
2008-01-15rename vfs_ea_tdb to vfs_xattr_tdbVolker Lendecke1-0/+0
2008-01-15Implement vfs_ea_tdbVolker Lendecke1-0/+736
2008-01-11Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2-8/+6
2008-01-11Remove now redundant parameter fd from prime_cache().Michael Adam1-5/+4
2008-01-11Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam4-19/+15
2008-01-10Fix the build of the cacheprime VFS module after API changes.Michael Adam1-4/+3
2008-01-10Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam3-11/+10
2008-01-10Remove redundant parameter fd from SMB_VFS_READ().Michael Adam3-9/+9
2008-01-08Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().Michael Adam2-5/+5
2008-01-08Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam3-8/+7
2008-01-08Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().Michael Adam3-7/+7
2008-01-08Remove redundant parameter fd from SMB_VFS_FLISTXATTR().Michael Adam2-5/+5
2008-01-08Remove redundant parameter fd from SMB_VFS_FGETXATTR().Michael Adam3-7/+7
2008-01-08Remove forgotton fd from solarisacl_sys_acl_get_fd().Michael Adam1-3/+2
2008-01-08Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam10-24/+24
2008-01-08Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam4-12/+12
2008-01-07Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam9-27/+19
2008-01-07Remove redundant parameter fd from SMB_VFS_GETLOCK().Michael Adam2-5/+5
2008-01-07Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().Michael Adam3-10/+10
2008-01-07Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().Michael Adam3-6/+6
2008-01-07Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2-5/+5
2008-01-07Fix the build: Fix caller of strict_allocate_ftruncate().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam4-13/+11
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2-5/+5
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam5-14/+14
2008-01-07Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam7-13/+13
2008-01-07Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2-5/+5
2008-01-07Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2-18/+18
2008-01-07Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam3-12/+11
2008-01-07Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam4-20/+18
2008-01-06Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam6-9/+8
2008-01-06Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam6-9/+8
2007-12-29Remove tiny code duplicationVolker Lendecke1-1/+1
2007-12-27typosVolker Lendecke1-2/+2
2007-12-19Remove unused variable 'didmsg'.James Peach1-4/+0
2007-12-19Change the prototype of the vfs function get_nt_acl().Michael Adam6-9/+5
2007-12-19Prepare the afs acl module for the api change in get_nt_acl().Michael Adam1-43/+77
2007-12-19Prepare the aix2 acl module for the api change in get_nt_acl().Michael Adam1-11/+21
2007-12-19Change aixjfs2_get_nfs4_acl() to take file name instead of fsp.Michael Adam1-5/+5
2007-12-19Fix two debug statements: Add missing printf parameter.Michael Adam1-2/+2
2007-12-19Reformatting: wrap long lines and remove trailing spaces.Michael Adam1-3/+7