summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* s3 onefs: Remove dfs resolution from create_file() now that it's being done a...Tim Prouty2009-06-171-22/+1
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-1717-117/+352
* s3: Plumb smb_filename from create_file all of the way down to fd_openTim Prouty2009-06-171-7/+2
* s3 onefs: Fix reading over the end of the array, because the incorrect array ...Tim Prouty2009-06-151-2/+3
* s3 onefs: Change onefs modules to use the new createfile apiTim Prouty2009-06-153-43/+46
* s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty2009-06-122-21/+13
* s3: Remove unix_convert handling from createfile implementationsTim Prouty2009-06-101-30/+4
* Support getting gpfs birthtimeVolker Lendecke2009-06-023-0/+82
* Store winattrs in GPFSMathias Dietz2009-06-023-0/+142
* Add a "connectpath" operation to the shadow_copy2 moduleVolker Lendecke2009-06-021-0/+54
* Add SMB_VFS_CONNECTPATH operationVolker Lendecke2009-06-022-0/+26
* s3 onefs: update the onefs module to be compliant with stat_exTim Prouty2009-05-288-77/+192
* Fix the build of nfs4_acls.cVolker Lendecke2009-05-271-1/+2
* Fix a size_t/int warningVolker Lendecke2009-05-271-1/+1
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-2616-99/+103
* s3 onefs: Fix invalid argument from the unix_convert smb_filename struct patchTim Prouty2009-05-211-1/+1
* s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty2009-05-201-2/+13
* Use SMB_VFS_NEXT_CLOSE. This VFS stuff is really opaque to me...Volker Lendecke2009-05-201-5/+1
* Fix bug disclosed by lock8 torture testVolker Lendecke2009-05-201-0/+17
* s3 onefs: Removing an incorrect TALLOC_FREEAravind Srinivasan2009-05-191-1/+0
* Move down the become_root()/unbecome_root() calls into the VFS modulesVolker Lendecke2009-05-181-2/+22
* In aio_fork, we have to close all fd's, we might hold a gpfs share modeVolker Lendecke2009-05-181-0/+16
* Fix a race condition in vfs_aio_fork with gpfs share modesVolker Lendecke2009-05-181-2/+8
* s3 onefs: Self-contend level2 oplocks on BRLZack Kirsch2009-05-121-1/+14
* s3 onefs: Fix ignore sacl parameterTim Prouty2009-05-124-24/+36
* Clean up assignments to iov_base, ensure it's always cast to void *. This sho...Jeremy Allison2009-05-122-4/+4
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-111-7/+7
* s3 onefs: Turn up the debug level for non-error casestprouty2009-05-051-3/+3
* s3: Fix trans2 path to use case-insensitive stat optimizationtprouty2009-05-051-2/+6
* s3:onefs.so Change system function namesSteven Danneman2009-05-051-4/+4
* s3:onefs.so fix issue with missing entries when enumerating directoriesSteven Danneman2009-05-041-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-071-0/+12
* Make some functions static to vfs_gpfs.cVolker Lendecke2009-04-061-14/+14
* Add prototype for smbd_gpfs_get_realfilename_pathVolker Lendecke2009-04-061-0/+2
* Fix two c++ warnings in vfs_gpfs.cVolker Lendecke2009-04-061-2/+2
* s3 onefs: Quiet a log message about oplocks being requested on streamsTim Prouty2009-04-011-21/+16
* s3 onefs: Add missing newlines to debug statements in the onefs moduleTim Prouty2009-03-314-15/+16
* s3 onefs: Async failures are resulting in SMB_ASSERT->smb_panic while running...Zack Kirsch2009-03-311-2/+2
* s3: added per-client statistics to onefs perfcount moduleScott Urban2009-03-272-23/+38
* Fix the build of nfsv4_acls.cVolker Lendecke2009-03-271-1/+1
* Try and fix the build farm RAW-STREAMS errors. Ordering ofJeremy Allison2009-03-261-2/+2
* Add missing newlines to debug statementsSteven Danneman2009-03-251-2/+2
* s3 onefs: Change error status to NT_ACCESS_DENIED for errors in SET_SECURITY_...David Kwan2009-03-241-5/+5
* s3 OneFS: Remove usage of non-existant functionTim Prouty2009-03-231-9/+0
* Use StrCaseCmp in the dirsort moduleVolker Lendecke2009-03-221-1/+1
* Add dirsort moduleAndy Kelk2009-03-221-0/+194
* s3 onefs: Correctly error out when the read returns EOFTim Prouty2009-03-181-5/+9
* s3: Don't return in a void funtionTim Prouty2009-03-131-1/+1
* s3 OneFS: Add kernel strict locking supportDave Richards2009-03-133-10/+95