summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* Add offline storage support with Tivoli Storage Manager Space ManagerAlexander Bokovoy2008-01-161-0/+338
| | | | Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit d7752449f38747d59c93869656a5f7c02ebdf084)
* Merge a variant of Shadow Copy module for exposing snapshots to windows ↵Alexander Bokovoy2008-01-161-0/+637
| | | | | | | | | | | | | | | | | | | clients as shadow copies from Samba 3.0 CTDB This is a 2nd implemetation of a shadow copy module for exposing snapshots to windows clients as shadow copies. This version has the following features: 1) you don't need to populate your shares with symlinks to the snapshots. This can be very important when you have thousands of shares, or use [homes] 2) the inode number of the files is altered so it is different from the original. This allows the 'restore' button to work without a sharing violation Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit 10c2ae1efd799b44255ce82c3bb0c7c9df0ec634)
* Support GPFS prealloc interfaceAlexander Bokovoy2008-01-161-0/+8
| | | | Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit c26e355533e473c4386d0e6d651637e71d4231dc)
* Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch ↵Alexander Bokovoy2008-01-164-97/+423
| | | | | | (from http://samba.org/~tridge/3_0-ctdb) Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit 1daad835cbfb4615a8fe7a241f4d578f7e69f214)
* Add support for offline files support, remote storage, and Async I/O force ↵Alexander Bokovoy2008-01-161-0/+42
| | | | | | | | | | | | | | | | | operations to VFS Offline files support and remote storage are for allowing communication with backup and archiving tools that mark files moved to a tape library as offline. We translate this info into corresponding CIFS offline file attribute and mark an exported volume as remote storage. Async I/O force is to allow selective redirection of I/O operations to asynchronous processing in case it is viable at VFS module discretion. It is needed for proper handling of offline files as performing regular I/O on offline file will block smbd. Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit 875208724e39564fe81385dfe36e6c963e79e101)
* ea_tdb->xattr_tdb also inside the module itselfVolker Lendecke2008-01-151-98/+99
| | | | (This used to be commit 642424b3779dd33cd2b5049789aa16e678438bb9)
* rename vfs_ea_tdb to vfs_xattr_tdbVolker Lendecke2008-01-151-0/+0
| | | | (This used to be commit 151b42a150a17f566e7b4055bbdbc0564a3c106d)
* Implement vfs_ea_tdbVolker Lendecke2008-01-151-0/+736
| | | | | | | | | | | | | | | This is an option for file systems that do not implement xattrs: in lockdir/eas.tdb an array of xatts per inode is stored. It can not solve the problem that xattrs might reappear if a posix-level process deletes a file and happens to re-create it under the same name. On file systems with birthtime we might have a chance to detect this, but not with standard posix. A future version might put relief on file systems that do have xattrs but where these are severely limited in size/speed/whatever: We can put a simple marker as a native xattr, but the xattrs proper are stored in the tdb. Volker (This used to be commit 2036b4c5ad677b8a477b34b0f076febab0abff5e)
* Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2008-01-112-8/+6
| | | | | Michael (This used to be commit 3958abffaf2866c69ad9e13ec345364fde5c78bb)
* Remove now redundant parameter fd from prime_cache().Michael Adam2008-01-111-5/+4
| | | | | Michael (This used to be commit 63acaf1b9755cd5be5342929e1210afa06e170f3)
* Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2008-01-114-19/+15
| | | | | Michael (This used to be commit a52cfb7d777157c93c9dc26c67f457be592dd537)
* Fix the build of the cacheprime VFS module after API changes.Michael Adam2008-01-101-4/+3
| | | | | | | Sorry, that had escaped my attention. Michael (This used to be commit 88102b5b7c4eaad5445e9cb96e547dd918abc0c2)
* Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2008-01-103-11/+10
| | | | | Michael (This used to be commit c8ae7d095a2a6a7eac920a68ca7244e3a423e1b1)
* Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2008-01-103-9/+9
| | | | | Michael (This used to be commit a8fc2ddad8d5f7c6c00cb36c74a32a02d69d1d04)
* Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().Michael Adam2008-01-082-5/+5
| | | | | Michael (This used to be commit 3c997ae0002d4c50e8899600c17ddf74ac61f6f0)
* Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam2008-01-083-8/+7
| | | | | Michael (This used to be commit 0bd2643463a9160c8a1c7e1c2f8cca7b89060e09)
* Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().Michael Adam2008-01-083-7/+7
| | | | | Michael (This used to be commit bfc3b5a27f707d3e4b8d5d66192891e22365fbb3)
* Remove redundant parameter fd from SMB_VFS_FLISTXATTR().Michael Adam2008-01-082-5/+5
| | | | | Michael (This used to be commit 167649b3b8bc293f8434ffc9fb5f80463e4e75be)
* Remove redundant parameter fd from SMB_VFS_FGETXATTR().Michael Adam2008-01-083-7/+7
| | | | | Michael (This used to be commit 2cb739a82dc6bb194d60718cc74b26ee7c1c46a7)
* Remove forgotton fd from solarisacl_sys_acl_get_fd().Michael Adam2008-01-081-3/+2
| | | | | Michael (This used to be commit 38f34b1d743caaf9f2d750580b991958d260fead)
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam2008-01-0810-24/+24
| | | | | Michael (This used to be commit 9296e93588c0e795cae770765050247ac1474a74)
* Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam2008-01-084-12/+12
| | | | | Michael (This used to be commit 7b201c177b3668f54751ba17d6a0b53ed913e7f7)
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam2008-01-079-27/+19
| | | | | Michael (This used to be commit 42663e8736e1a3dfb57e0aafdcbf5fec880da779)
* Remove redundant parameter fd from SMB_VFS_GETLOCK().Michael Adam2008-01-072-5/+5
| | | | | Michael (This used to be commit ee5a20becdcdb20d7012732b324c6938fab44f67)
* Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().Michael Adam2008-01-073-10/+10
| | | | | Michael (This used to be commit 8880eb82f16d561a4023ec8426f8ea35c579a7a6)
* Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().Michael Adam2008-01-073-6/+6
| | | | | Michael (This used to be commit 195c519377c2fdc655e25760b52bc0694b8dda81)
* Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2008-01-072-5/+5
| | | | | Michael (This used to be commit 4f3ab2c406072e0b43581057e7e785e8ad454cfa)
* Fix the build: Fix caller of strict_allocate_ftruncate().Michael Adam2008-01-071-1/+1
| | | | | Michael (This used to be commit 20691272a1e2562ab8c6143978d324af0334f871)
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-074-13/+11
| | | | | Michael (This used to be commit 2ad66050a0452b8e7e08b1e7a01efa00c72fd451)
* Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-072-5/+5
| | | | | Michael (This used to be commit fbb193db3e0dc51cb000ae406a68bc547f31d9ab)
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-075-14/+14
| | | | | Michael (This used to be commit a54d5604da556d1250ca9948d4acc4a187a9fede)
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-077-13/+13
| | | | | Michael (This used to be commit 0b86c420be94d295f6917a220b5d699f65b46711)
* Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2008-01-072-5/+5
| | | | | Michael (This used to be commit 8f83c9a7b245dbfef28195f9a7f33047a8ba95a0)
* Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2008-01-072-18/+18
| | | | | Michael (This used to be commit df929796f2698698d2875227bda8500589cca2df)
* Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam2008-01-073-12/+11
| | | | | Michael (This used to be commit 8c4901a19ae2fd3ee085f9499f33aa7db016d182)
* Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2008-01-074-20/+18
| | | | | Michael (This used to be commit 73e28806ce87d829ea7c38ed3440020845bb13bf)
* Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam2008-01-066-9/+8
| | | | | Michael (This used to be commit 4f2d139a186048f08180378a877b69d2f80ad51f)
* Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam2008-01-066-9/+8
| | | | | Michael (This used to be commit c0c7c1223da29c68359dac64a340c1c710d5f3d2)
* Remove tiny code duplicationVolker Lendecke2007-12-291-1/+1
| | | | | ndr_size_security_descriptor does the same as sec_desc_size (This used to be commit bc3bd7a8e7c6e9e27acb195c86abb92c0f53112f)
* typosVolker Lendecke2007-12-271-2/+2
| | | | (This used to be commit 30fa3477c8f810d8f2b4c4be218509544735274c)
* Remove unused variable 'didmsg'.James Peach2007-12-191-4/+0
| | | | (This used to be commit 5de89dd6e0a8a56a5a0f998e3b1d3538367db7d6)
* Change the prototype of the vfs function get_nt_acl().Michael Adam2007-12-196-9/+5
| | | | | | | | | | | | | | | Up to now, get_nt_acl() took a files_struct pointer (fsp) and a file name. All the underlying functions should need and now do need (after the previous preparatory work), is a connection_struct and a file name. The connection_struct is already there in the vfs_handle passed to the vfs functions. So the files_struct argument can be eliminated. This eliminates the need of calling open_file_stat in a couple of places to produce the fsp needed. Michael (This used to be commit b5f600fab53c9d159a958c59795db3ba4a8acc63)
* Prepare the afs acl module for the api change in get_nt_acl().Michael Adam2007-12-191-43/+77
| | | | | | | | | This makes both of afsacl_[f]get_nt_acl() more specific, eliminating the need for afs_get_nt_acl(). Instead, split afs_to_nt_acl. Michael (This used to be commit 15caf58c81ce6b68eefa03c8f8510c2ecb5fdeb3)
* Prepare the aix2 acl module for the api change in get_nt_acl().Michael Adam2007-12-191-11/+21
| | | | | | | | This makes both of aixjfs2_[f]get_nt_acl() more specific, eliminating the need for aixjfs2_get_nt_acl_common(). Michael (This used to be commit 36e2a814ba50feefa34c76353c0f5dec1d7cfff4)
* Change aixjfs2_get_nfs4_acl() to take file name instead of fsp.Michael Adam2007-12-191-5/+5
| | | | | | | In preparation of the api change in api change in get_nt_acl(). Michael (This used to be commit 40a1438e17c462990e6b71b544c39f093236d5be)
* Fix two debug statements: Add missing printf parameter.Michael Adam2007-12-191-2/+2
| | | | | Michael (This used to be commit 1c4f74551f48429ee3af2022101a97679e25cdea)
* Reformatting: wrap long lines and remove trailing spaces.Michael Adam2007-12-191-3/+7
| | | | | Michael (This used to be commit f6db5a0d0571130f765d8a0fb4e20e61cc8b2487)
* Prepare the zfs acl module for the api change in get_nt_acl().Michael Adam2007-12-191-9/+28
| | | | | Michael (This used to be commit 04258231dc654df077638edb7cb08542e39b7547)
* Prepare the gpfs acl module for the api change in get_nt_acl().Michael Adam2007-12-191-12/+21
| | | | | | | | | | | This moves functionality from gpfsacl_get_nt_acl_common() back to gpfsacl_get_nt_acl() and gpfsacl_fget_nt_acl(), making both these functions more specific (calling the corresponding fsp- and non-fsp functions). gpfsacl_get_nt_acl_common(). is removed. Michael (This used to be commit d6043c1066322d2c567aedc5eae1a9d46c8fc396)
* Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant).Michael Adam2007-12-195-13/+44
| | | | | | | This is the next step in preparation of a get_nt_acl prototype change. Michael (This used to be commit 7afeb1c6cb1bdb58d1e61c54ae215d947d8dc3ea)