Displaying 19 results from an estimated 19 matches for "vfs_tsmsm".
2019 Mar 05
3
Enable XAT_OFFLINE extended attribute in Samba
My goal is to use the Offline file attribute of Windows when sharing
with Samba:
https://docs.microsoft.com/en-us/dotnet/api/system.io.fileattributes?redirectedfrom=MSDN&view=netframework-4.7.2
It works when I share ZFS filesystem using the native ZFS CIFS sharing,
but it fails when I share the same ZFS with Samba, that is the Offline
files are not showed in Windows Client
Il 3/4/2019
2019 Oct 30
2
vfs objects
Is the ?important" vfs objects parameter documented in a man page anywhere? It appears in the man pages of several vfs modules, but never fully documented that I could find. Apparently it once was from a now dead link https://www.samba.org/samba/docs/old/Samba3-HOWTO/smb.conf.5.html#VFSOBJECTS <https://www.samba.org/samba/docs/old/Samba3-HOWTO/smb.conf.5.html#VFSOBJECTS> .
Todd
2010 Apr 07
1
[Announce] Samba 3.5.2 Available for Download
...).
o Fix an uninitialized variable read in smbd (bug #7254).
o Fix a memleak in Winbind (bug #7278).
o Fix Winbind reconnection to it's own domain (bug #7295).
Changes since 3.5.1
-------------------
o Michael Adam <obnox at samba.org>
* BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are
present.
* BUG 7232: Fix race conditions in CTDB persistent transactions.
* BUG 7313: Make 'net conf addshare' atomic.
* BUG 7314: Eliminate race condition in creating/scanning sorted subkeys in
the registry backend.
o Jeremy Allison <jra...
2010 Apr 07
1
[Announce] Samba 3.5.2 Available for Download
...).
o Fix an uninitialized variable read in smbd (bug #7254).
o Fix a memleak in Winbind (bug #7278).
o Fix Winbind reconnection to it's own domain (bug #7295).
Changes since 3.5.1
-------------------
o Michael Adam <obnox at samba.org>
* BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are
present.
* BUG 7232: Fix race conditions in CTDB persistent transactions.
* BUG 7313: Make 'net conf addshare' atomic.
* BUG 7314: Eliminate race condition in creating/scanning sorted subkeys in
the registry backend.
o Jeremy Allison <jra...
2019 Mar 05
0
Enable XAT_OFFLINE extended attribute in Samba
...gt; it fails when I share the same ZFS with Samba, that is the Offline files are
> not showed in Windows Client
Got it. Currently, Samba uses the dmapi API to
check if a file has been migrated to external
storage, and to cope with reads/writes against
it.
Look at the VFS module source3/modules/vfs_tsmsm.c
which, as decribed, is:
Samba VFS module for handling offline files
with Tivoli Storage Manager Space Management
You would need to create a similar VFS module
on ZFS to expose the FILE_ATTRIBUTE_OFFLINE
flag to the client. Mostly it'll be wrapping
the [f]get_dos_attributes() VFS calls....
2019 Mar 07
1
Enable XAT_OFFLINE extended attribute in Samba
...me ZFS with Samba, that is the Offline files are
>> not showed in Windows Client
> Got it. Currently, Samba uses the dmapi API to
> check if a file has been migrated to external
> storage, and to cope with reads/writes against
> it.
>
> Look at the VFS module source3/modules/vfs_tsmsm.c
> which, as decribed, is:
>
> Samba VFS module for handling offline files
> with Tivoli Storage Manager Space Management
>
> You would need to create a similar VFS module
> on ZFS to expose the FILE_ATTRIBUTE_OFFLINE
> flag to the client. Mostly it'll be wrapping...
2019 Oct 30
0
vfs objects
...copy2
vfs_cap???????????? vfs_shadow_copy
vfs_catia?????????? vfs_shell_snap
vfs_ceph??????????? vfs_snapper
vfs_ceph_snapshots? vfs_streams_depot
vfs_commit????????? vfs_streams_xattr
vfs_crossrename???? vfs_syncops
vfs_default_quota?? vfstest
vfs_dirsort???????? vfs_time_audit
vfs_extd_audit????? vfs_tsmsm
vfs_fake_perms????? vfs_unityed_media
vfs_fileid????????? vfs_virusfilter
vfs_fruit?????????? vfs_worm
vfs_full_audit????? vfs_xattr_tdb
vfs_glusterfs?????? vfs_zfsacl
vfs_glusterfs_fuse? vfs_gpfs
vfs_linux_xfs_sgid? vfs_media_harmony
vfs_nfs4acl_xattr?? vfs_acl_tdb
vfs_offline
Rowland
2019 Oct 30
1
vfs objects
...y
> vfs_catia vfs_shell_snap
> vfs_ceph vfs_snapper
> vfs_ceph_snapshots vfs_streams_depot
> vfs_commit vfs_streams_xattr
> vfs_crossrename vfs_syncops
> vfs_default_quota vfstest
> vfs_dirsort vfs_time_audit
> vfs_extd_audit vfs_tsmsm
> vfs_fake_perms vfs_unityed_media
> vfs_fileid vfs_virusfilter
> vfs_fruit vfs_worm
> vfs_full_audit vfs_xattr_tdb
> vfs_glusterfs vfs_zfsacl
> vfs_glusterfs_fuse vfs_gpfs
> vfs_linux_xfs_sgid vfs_media_harmony
> vfs_nfs4acl_xattr vfs_...
2013 Feb 05
1
[Announce] Samba 4.0.3 Available for Download
...t).
* BUG 9609: tdb: 'tdbdump' should log errors, and fail in that case.
* BUG 9609: tdb: Add tdb_rescue() to allow an emergency best-effort dump.
o Samba-JP oota <ribbon at samba.gr.jp>
* BUG 9528: Remove superfluous bracket in samba.8.xml.
* BUG 9530: Fix typo in vfs_tsmsm.8.xml.
o Andreas Schneider <asn at samba.org>
* BUG 9574: Fix a possible null pointer dereference in spoolss.
o Karolin Seeger <kseeger at samba.org>
* BUG 9591: Correct meta data in ldb manpages.
o Pavel Shilovsky <piastry at etersoft.ru>
* BUG 9571: Fix &...
2013 Feb 05
1
[Announce] Samba 4.0.3 Available for Download
...t).
* BUG 9609: tdb: 'tdbdump' should log errors, and fail in that case.
* BUG 9609: tdb: Add tdb_rescue() to allow an emergency best-effort dump.
o Samba-JP oota <ribbon at samba.gr.jp>
* BUG 9528: Remove superfluous bracket in samba.8.xml.
* BUG 9530: Fix typo in vfs_tsmsm.8.xml.
o Andreas Schneider <asn at samba.org>
* BUG 9574: Fix a possible null pointer dereference in spoolss.
o Karolin Seeger <kseeger at samba.org>
* BUG 9591: Correct meta data in ldb manpages.
o Pavel Shilovsky <piastry at etersoft.ru>
* BUG 9571: Fix &...
2010 May 11
1
[Announce] Samba 3.4.8 Available for Download
...read in smbd (bug #7254).
o Fix smbd crash with CUPS printers and no [printers] share defined
(bug #7297).
o Fix NULL pointer dereference in smbd (bug #7229).
Changes since 3.4.7
-------------------
o Michael Adam <obnox at samba.org>
* BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are
present.
o Jeremy Allison <jra at samba.org>
* BUG 7159: Fix handling of bad server data returns in client rpc_transport.
* BUG 7255: Fix "printer admin" functionality.
* BUG 7288: Fix SMB job IDs in CUPS job names.
* BUG 7297: Fix smb...
2010 May 11
1
[Announce] Samba 3.4.8 Available for Download
...read in smbd (bug #7254).
o Fix smbd crash with CUPS printers and no [printers] share defined
(bug #7297).
o Fix NULL pointer dereference in smbd (bug #7229).
Changes since 3.4.7
-------------------
o Michael Adam <obnox at samba.org>
* BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are
present.
o Jeremy Allison <jra at samba.org>
* BUG 7159: Fix handling of bad server data returns in client rpc_transport.
* BUG 7255: Fix "printer admin" functionality.
* BUG 7288: Fix SMB job IDs in CUPS job names.
* BUG 7297: Fix smb...
2008 Dec 15
1
[ANNOUNCE] Samba 3.3.0rc2 Available for Download
...ng other files.
* BUG 5953: Fix segfaults in smbclient.
* Fix usrmgr opening a user object as non-root.
o Michael Adam <obnox@samba.org>
* BUG 3661: Add support for trusted domains to idmap_ad.
* Fix default backend handling for ad backends.
* Fix potential segfault in vfs_tsmsm.
* Fix several RHEL CTDB packaging issues.
o Günther Deschner <gd@samba.org>
* BUG 5957: Do not abort rename process on valid rename script.
* Fix various potential memleaks in samr_SetUserInfo.
* Fix access bits in netapi.
o Steve French <stevef@smf-t60p.smfdom>...
2008 Dec 15
1
[ANNOUNCE] Samba 3.3.0rc2 Available for Download
...ng other files.
* BUG 5953: Fix segfaults in smbclient.
* Fix usrmgr opening a user object as non-root.
o Michael Adam <obnox@samba.org>
* BUG 3661: Add support for trusted domains to idmap_ad.
* Fix default backend handling for ad backends.
* Fix potential segfault in vfs_tsmsm.
* Fix several RHEL CTDB packaging issues.
o Günther Deschner <gd@samba.org>
* BUG 5957: Do not abort rename process on valid rename script.
* Fix various potential memleaks in samr_SetUserInfo.
* Fix access bits in netapi.
o Steve French <stevef@smf-t60p.smfdom>...
2008 Dec 10
3
[ANNOUNCE] Samba 3.2.6 Available for Download
...#############
Changes
#######
Changes since 3.2.5
- -------------------
o Michael Adam <obnox@samba.org>
* BUG 5677: Fix test_{shlibs,nss_modules,pam_modules} on Solaris.
* BUG 5765: Fix installlibs on solaris by using portable "test -r".
* Fix potential segfault in vfs_tsmsm.
* Don''t list the domain twice when expanding internal aliases.
* Fix the output of "getent group" when "winbind use default domain = yes"
with "security = ads".
* Add domain prefix to username in lookup_groupmem().
* Prevent negative GM/...
2008 Dec 10
3
[ANNOUNCE] Samba 3.2.6 Available for Download
...#############
Changes
#######
Changes since 3.2.5
- -------------------
o Michael Adam <obnox@samba.org>
* BUG 5677: Fix test_{shlibs,nss_modules,pam_modules} on Solaris.
* BUG 5765: Fix installlibs on solaris by using portable "test -r".
* Fix potential segfault in vfs_tsmsm.
* Don''t list the domain twice when expanding internal aliases.
* Fix the output of "getent group" when "winbind use default domain = yes"
with "security = ads".
* Add domain prefix to username in lookup_groupmem().
* Prevent negative GM/...
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
...s_xattr... shared
checking how to build vfs_streams_depot... shared
checking how to build vfs_cacheprime... not
checking how to build vfs_prealloc... not
checking how to build vfs_commit... not
checking how to build vfs_gpfs... not
checking how to build vfs_readahead... shared
checking how to build vfs_tsmsm... not
checking how to build vfs_fileid... not
checking how to build vfs_aio_fork... not
checking how to build vfs_preopen... shared
checking how to build vfs_syncops... not
checking how to build vfs_zfsacl... not
checking how to build vfs_notify_fam... not
checking how to build vfs_acl_xattr... sh...
2010 May 11
1
Samba 3.5.2 compile on AIX
...s_xattr... shared
checking how to build vfs_streams_depot... shared
checking how to build vfs_cacheprime... not
checking how to build vfs_prealloc... not
checking how to build vfs_commit... not
checking how to build vfs_gpfs... not
checking how to build vfs_readahead... shared
checking how to build vfs_tsmsm... not
checking how to build vfs_fileid... shared
checking how to build vfs_aio_fork... not
checking how to build vfs_preopen... shared
checking how to build vfs_syncops... not
checking how to build vfs_zfsacl... not
checking how to build vfs_notify_fam... not
checking how to build vfs_acl_xattr......
2013 Jan 07
4
3.6.10 file handle leak under ancient 32-bit kernel
...ms_depot... shared
checking how to build vfs_cacheprime... not
checking how to build vfs_prealloc... not
checking how to build vfs_commit... not
checking how to build vfs_gpfs... not
checking how to build vfs_gpfs_hsm_notify... not
checking how to build vfs_readahead... shared
checking how to build vfs_tsmsm... not
checking how to build vfs_fileid... shared
checking how to build vfs_aio_fork... shared
checking how to build vfs_aio_pthread... not
checking how to build vfs_preopen... shared
checking how to build vfs_syncops... shared
checking how to build vfs_zfsacl... not
checking how to build vfs_notif...