summaryrefslogtreecommitdiffstats
path: root/source/modules
Commit message (Expand)AuthorAgeFilesLines
* Add vfs_aio_forkVolker Lendecke2008-02-291-0/+728
* Fix the build on OpenBSD: ENOTSUP is not always defined.Michael Adam2008-02-251-0/+4
* Correctly check return of rename(2)Volker Lendecke2008-02-251-1/+1
* Change option name.Karolin Seeger2008-02-211-1/+1
* From: David Disseldorp <ddiss@sgi.com>Jeremy Allison2008-02-201-2/+1
* 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 branch 'ctdb-merge' into dmapi-integrationAlexander Bokovoy2008-01-291-41/+51
|\
| * Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into ctdb-mergeAlexander Bokovoy2008-01-245-6/+1423
| |\
| * | Merge DMAPI fixes from CTDB SambaAlexander Bokovoy2008-01-181-41/+51
* | | Attempt to fix the build on OpenBSDVolker Lendecke2008-01-251-1/+1
| |/ |/|
* | strtok -> strtok_rVolker Lendecke2008-01-231-1/+3
* | Remove two unused variablesVolker Lendecke2008-01-231-1/+0
* | Hide streams from the EA APIVolker Lendecke2008-01-221-8/+6
* | Attempt to fix the darwin buildVolker Lendecke2008-01-211-4/+4
* | Add SMB_VFS_FS_CAPABILITIESVolker Lendecke2008-01-213-20/+19
* | Fix some "set but never used" warningsVolker Lendecke2008-01-201-0/+4
* | Fix valgrind errorsVolker Lendecke2008-01-201-2/+2
* | Do not use an unfinished fsp in streams_xattr_openVolker Lendecke2008-01-201-1/+1
* | In streams_xattr_pwrite, base_fsp does not have an fdVolker Lendecke2008-01-201-1/+2
* | Add some DEBUGVolker Lendecke2008-01-202-0/+18
* | For pread/pwrite we need to do the setxattr on base_fspVolker Lendecke2008-01-201-4/+4
* | Really remove the _NEXT_ from vfs_xattr_tdb.cVolker Lendecke2008-01-201-15/+20
* | Support XATTR_CREATE and XATTR_REPLACE in vfs_xattr_tdbVolker Lendecke2008-01-201-0/+11
* | Complete the ea->xattr rename in vfs_xattr_tdbVolker Lendecke2008-01-201-4/+5
* | vfs_streams_depotVolker Lendecke2008-01-191-0/+648
* | vfs_streams_xattr moduleVolker Lendecke2008-01-191-0/+672
* | Add the STREAMINFO vfs callVolker Lendecke2008-01-191-0/+59
* | Fix error return in xattr_tdb_load_attrsVolker Lendecke2008-01-191-1/+1
|/
* Fix two uninitialized variables in vfs_hpuxacl.cVolker Lendecke2008-01-171-2/+2
* Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy2008-01-172-15/+12
* Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy2008-01-172-15/+11
* Fix more VFS API mixup with offline filesAlexander Bokovoy2008-01-171-5/+4
* Fix the mess that ab just made of the new VFS code.Jeremy Allison2008-01-161-12/+19
* Fix an uninitialized variable warningVolker Lendecke2008-01-161-1/+1
* Fix some C++ warningsVolker Lendecke2008-01-161-2/+2
* Add offline storage support with Tivoli Storage Manager Space ManagerAlexander Bokovoy2008-01-161-0/+338
* Merge a variant of Shadow Copy module for exposing snapshots to windows clien...Alexander Bokovoy2008-01-161-0/+637
* Support GPFS prealloc interfaceAlexander Bokovoy2008-01-161-0/+8
* Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from...Alexander Bokovoy2008-01-164-97/+423
* Add support for offline files support, remote storage, and Async I/O force op...Alexander Bokovoy2008-01-161-0/+42
* ea_tdb->xattr_tdb also inside the module itselfVolker Lendecke2008-01-151-98/+99
* rename vfs_ea_tdb to vfs_xattr_tdbVolker Lendecke2008-01-151-0/+0
* Implement vfs_ea_tdbVolker Lendecke2008-01-151-0/+736
* Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2008-01-112-8/+6
* Remove now redundant parameter fd from prime_cache().Michael Adam2008-01-111-5/+4
* Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2008-01-114-19/+15
* Fix the build of the cacheprime VFS module after API changes.Michael Adam2008-01-101-4/+3
* Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2008-01-103-11/+10
* Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2008-01-103-9/+9