summaryrefslogtreecommitdiffstats
path: root/source/modules/vfs_tsmsm.c
Commit message (Expand)AuthorAgeFilesLines
* vfs_tsmsm: fix potential segfault (freeing uninitialized buffer)Michael Adam2008-12-011-1/+1
* fixed an errno handling bug that could lead to an infinite loopAndrew Tridgell2008-08-261-2/+2
* fixed tsmsm_sendfile(). The logic was totally broken.Andrew Tridgell2008-08-261-4/+7
* Use size_t for strlen return, not int. Karolin pleaseJeremy Allison2008-04-081-1/+1
* Allow broader range of HSM systems in vfs_tsmsmAlexander Bokovoy2008-04-081-5/+31
* Fix some warnings in the tsmsm moduleVolker Lendecke2008-03-201-4/+6
* Fix typos and replace statvfs call with fs_capabilities()Alexander Bokovoy2008-01-291-12/+7
* Merge DMAPI fixes from TridgeAlexander Bokovoy2008-01-291-3/+22
* Merge DMAPI fixes from CTDB SambaAlexander Bokovoy2008-01-181-41/+51
* Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy2008-01-171-6/+12
* Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy2008-01-171-9/+7
* Fix more VFS API mixup with offline filesAlexander Bokovoy2008-01-171-5/+4
* Add offline storage support with Tivoli Storage Manager Space ManagerAlexander Bokovoy2008-01-161-0/+338