Age | Commit message (Expand) | Author | Files | Lines |
2008-01-17 | Rework of VFS is_offline() function to only return boolean offline/online res... | Alexander Bokovoy | 2 | -15/+11 |
2008-01-17 | Fix more VFS API mixup with offline files | Alexander Bokovoy | 1 | -5/+4 |
2008-01-16 | Fix the mess that ab just made of the new VFS code. | Jeremy Allison | 1 | -12/+19 |
2008-01-16 | Fix an uninitialized variable warning | Volker Lendecke | 1 | -1/+1 |
2008-01-16 | Fix some C++ warnings | Volker Lendecke | 1 | -2/+2 |
2008-01-16 | Add offline storage support with Tivoli Storage Manager Space Manager | Alexander Bokovoy | 1 | -0/+338 |
2008-01-16 | Merge a variant of Shadow Copy module for exposing snapshots to windows clien... | Alexander Bokovoy | 1 | -0/+637 |
2008-01-16 | Support GPFS prealloc interface | Alexander Bokovoy | 1 | -0/+8 |
2008-01-16 | Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from... | Alexander Bokovoy | 4 | -97/+423 |
2008-01-16 | Add support for offline files support, remote storage, and Async I/O force op... | Alexander Bokovoy | 1 | -0/+42 |
2008-01-15 | ea_tdb->xattr_tdb also inside the module itself | Volker Lendecke | 1 | -98/+99 |
2008-01-15 | rename vfs_ea_tdb to vfs_xattr_tdb | Volker Lendecke | 1 | -0/+0 |
2008-01-15 | Implement vfs_ea_tdb | Volker Lendecke | 1 | -0/+736 |
2008-01-11 | Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE(). | Michael Adam | 2 | -8/+6 |
2008-01-11 | Remove now redundant parameter fd from prime_cache(). | Michael Adam | 1 | -5/+4 |
2008-01-11 | Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE(). | Michael Adam | 4 | -19/+15 |
2008-01-10 | Fix the build of the cacheprime VFS module after API changes. | Michael Adam | 1 | -4/+3 |
2008-01-10 | Remove redundant parameter fd from SMB_VFS_WRITE(). | Michael Adam | 3 | -11/+10 |
2008-01-10 | Remove redundant parameter fd from SMB_VFS_READ(). | Michael Adam | 3 | -9/+9 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_AIO_CANCEL(). | Michael Adam | 2 | -5/+5 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FSETXATTR(). | Michael Adam | 3 | -8/+7 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR(). | Michael Adam | 3 | -7/+7 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FLISTXATTR(). | Michael Adam | 2 | -5/+5 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FGETXATTR(). | Michael Adam | 3 | -7/+7 |
2008-01-08 | Remove forgotton fd from solarisacl_sys_acl_get_fd(). | Michael Adam | 1 | -3/+2 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD(). | Michael Adam | 10 | -24/+24 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL(). | Michael Adam | 4 | -12/+12 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD(). | Michael Adam | 9 | -27/+19 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_GETLOCK(). | Michael Adam | 2 | -5/+5 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE(). | Michael Adam | 3 | -10/+10 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK(). | Michael Adam | 3 | -6/+6 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LOCK(). | Michael Adam | 2 | -5/+5 |
2008-01-07 | Fix the build: Fix caller of strict_allocate_ftruncate(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FTRUNCATE(). | Michael Adam | 4 | -13/+11 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHOWN(). | Michael Adam | 2 | -5/+5 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHMOD(). | Michael Adam | 5 | -14/+14 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSTAT(). | Michael Adam | 7 | -13/+13 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSYNC(). | Michael Adam | 2 | -5/+5 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LSEEK(). | Michael Adam | 2 | -18/+18 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_PWRITE(). | Michael Adam | 3 | -12/+11 |
2008-01-07 | Remove unneeded parameter fd from SMB_VFS_PREAD(). | Michael Adam | 4 | -20/+18 |
2008-01-06 | Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL(). | Michael Adam | 6 | -9/+8 |
2008-01-06 | Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL(). | Michael Adam | 6 | -9/+8 |
2007-12-29 | Remove tiny code duplication | Volker Lendecke | 1 | -1/+1 |
2007-12-27 | typos | Volker Lendecke | 1 | -2/+2 |
2007-12-19 | Remove unused variable 'didmsg'. | James Peach | 1 | -4/+0 |
2007-12-19 | Change the prototype of the vfs function get_nt_acl(). | Michael Adam | 6 | -9/+5 |
2007-12-19 | Prepare the afs acl module for the api change in get_nt_acl(). | Michael Adam | 1 | -43/+77 |
2007-12-19 | Prepare the aix2 acl module for the api change in get_nt_acl(). | Michael Adam | 1 | -11/+21 |
2007-12-19 | Change aixjfs2_get_nfs4_acl() to take file name instead of fsp. | Michael Adam | 1 | -5/+5 |