summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix bug 7326 -- can't write with vfs_full_audit activeVolker Lendecke2010-05-061-4/+4
* vfs_netatalk: Segfault if hide files or veto files has no ".AppleDouble"SATOH Fumiyasu2010-05-061-1/+1
* s3: Simplify the code a bit: Catch (len==0) earlyVolker Lendecke2010-02-151-7/+4
* Fix bug 7081 - vfs_expand_msdfs doesn't work correctly (with fix identified)Jeremy Allison2010-02-151-3/+16
* Fix bug #7034 - vfs_cap causes signal 11 (SIGSEGV) (cherry picked from commit...SASAJIMA Toshihiro2010-01-181-1/+2
* s3: Fix Bug #6869: Various annoying build warnings.Günther Deschner2009-12-231-1/+0
* Fix symlink calls in all vfs modules.Jeremy Allison2009-10-204-9/+67
* Fix bug 6769 - symlink unlink does nothing. Jeremy.Jeremy Allison2009-10-201-1/+5
* s3: Fix reading beyond the end of a named stream in xattr_streamsVolker Lendecke2009-10-201-2/+1
* Fix bug 6529 - Offline files conflict with Vista and Office 2003. Jeremy.Jeremy Allison2009-10-202-2/+53
* Use SMB_VFS_NEXT_CLOSE. This VFS stuff is really opaque to me...Volker Lendecke2009-05-261-5/+1
* Fix bug disclosed by lock8 torture testVolker Lendecke2009-05-261-0/+17
* s3 onefs: Removing an incorrect TALLOC_FREEAravind Srinivasan2009-05-261-1/+0
* Move down the become_root()/unbecome_root() calls into the VFS modulesVolker Lendecke2009-05-261-2/+22
* In aio_fork, we have to close all fd's, we might hold a gpfs share modeVolker Lendecke2009-05-261-0/+16
* Fix a race condition in vfs_aio_fork with gpfs share modesVolker Lendecke2009-05-261-2/+8
* s3 onefs: Self-contend level2 oplocks on BRLZack Kirsch2009-05-261-1/+14
* s3 onefs: Fix ignore sacl parameterTim Prouty2009-05-264-24/+36
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-261-7/+7
* s3 onefs: Turn up the debug level for non-error casestprouty2009-05-261-3/+3
* s3: Fix trans2 path to use case-insensitive stat optimizationtprouty2009-05-261-2/+6
* s3:onefs.so Change system function namesSteven Danneman2009-05-261-4/+4
* s3:onefs.so fix issue with missing entries when enumerating directoriesSteven Danneman2009-05-261-130/+75
* Fix annoying debug messages when no snapshots are usedVolker Lendecke2009-04-281-2/+3
* s3 onefs: Fix case-insensitivity for mangled namesTim Prouty2009-04-151-0/+12
* Make some functions static to vfs_gpfs.cVolker Lendecke2009-04-151-14/+14
* Add prototype for smbd_gpfs_get_realfilename_pathVolker Lendecke2009-04-151-0/+2
* Fix two c++ warnings in vfs_gpfs.cVolker Lendecke2009-04-151-2/+2
* s3 onefs: Quiet a log message about oplocks being requested on streamsTim Prouty2009-04-151-21/+16
* s3 onefs: Add missing newlines to debug statements in the onefs moduleTim Prouty2009-04-154-15/+16
* s3 onefs: Async failures are resulting in SMB_ASSERT->smb_panic while running...Zack Kirsch2009-04-151-2/+2
* Add missing newlines to debug statementsSteven Danneman2009-04-151-2/+2
* Fix the build of nfsv4_acls.cVolker Lendecke2009-04-151-1/+1
* Try and fix the build farm RAW-STREAMS errors. Ordering ofJeremy Allison2009-04-151-2/+2
* s3 onefs: Change error status to NT_ACCESS_DENIED for errors in SET_SECURITY_...David Kwan2009-04-151-5/+5
* Use StrCaseCmp in the dirsort moduleVolker Lendecke2009-04-151-1/+1
* Add dirsort moduleAndy Kelk2009-04-151-0/+194
* s3 onefs: Correctly error out when the read returns EOFTim Prouty2009-04-151-5/+9
* s3: Don't return in a void funtionTim Prouty2009-04-151-1/+1
* s3 OneFS: Add kernel strict locking supportDave Richards2009-04-153-10/+95
* s3: Add strict lock/unlock calls to the vfs layer to replace is_lockedDave Richards2009-04-152-0/+64
* Add a vfs_preopen module to hide fs latenciesVolker Lendecke2009-03-101-0/+456
* s3 OneFS: Use the public open_streams_for_deleteTim Prouty2009-03-041-113/+0
* Fix crashes when running RAW-ACLs against system with tdb ACL modulesJeremy Allison2009-03-042-3/+3
* Make use of gpfs_get_real_filename optionalVolker Lendecke2009-03-042-1/+10
* s3 OneFS: Add parameter to ignore streamsTim Prouty2009-03-034-3/+17
* s3 OneFS: Refactor config code and cleanup includesTim Prouty2009-03-0111-385/+453
* Use fsp->posix_open in preference if we have it.Jeremy Allison2009-02-252-7/+7
* Ensure ACL modules work with POSIX paths.Jeremy Allison2009-02-252-22/+79
* s3 OneFS: Add .snapshot directory configuration handlingTim Prouty2009-02-254-27/+201