summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix use of streams modules with CIFSFS client.Jeremy Allison2009-02-252-4/+25
* s3 OneFS: Fix uninitialized variableTim Prouty2009-02-241-1/+1
* s3: onefs_acl.c cleanupDan Sledz2009-02-241-4/+1
* S3: Add in profile counters for new vfs and syscall entries.todd stecher2009-02-244-6/+65
* s3 OneFS: Add a parameter that unconditionally allows execute accessTim Prouty2009-02-232-0/+26
* More warning fixes for Solaris.Jeremy Allison2009-02-231-4/+4
* More warning fixes for Solaris.Jeremy Allison2009-02-231-4/+5
* Quieten down a boatload of shadowed variable warnings on Solaris.Jeremy Allison2009-02-232-47/+47
* s3 OneFS: Add an atomic sendfile implementationTim Prouty2009-02-213-0/+282
* s3 OneFS: Add debugging for createfile_flagsZack Kirsch2009-02-201-12/+15
* s3: OneFS implementation of change notifySteven Danneman2009-02-203-0/+691
* Fix bug #6133 - Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem.Jeremy Allison2009-02-201-1/+7
* s3 OneFS: Add shadow copy moduleTim Prouty2009-02-193-0/+1531
* s3 OneFS: Add file_id_create implementation to take advantage of snapshotsTim Prouty2009-02-191-0/+18
* s3: Add extid to the dev/inode pairTim Prouty2009-02-193-0/+10
* s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty2009-02-195-20/+29
* s3 OneFS: Fixes "inherit permissions" and "nt acl support" for Onefs.Zack Kirsch2009-02-191-1/+11
* S3: Make changes to perfcount API set for when a single request leads to mult...todd stecher2009-02-192-13/+98
* s3: OneFS: Pass in the client's fnum to the ifs_cbrl syscall.Zack Kirsch2009-02-181-3/+4
* s3: Fix OneFS bug opening streams with truncating dispositionAravind Srinivasan2009-02-181-1/+1
* s3: Fix streams enumeration bug in OneFS implementationAravind Srinivasan2009-02-183-18/+68
* s3 perfcount: Fix segfault with smbclient 'echo 3 foo'Tim Prouty2009-02-161-33/+11
* s3 OneFS: Add defaults to the fake timestamp parametersTim Prouty2009-02-162-8/+19
* Replace a // style comment with a /* */ oneVolker Lendecke2009-02-141-1/+1
* Fix some C++ warningsVolker Lendecke2009-02-141-7/+14
* s3 OneFS: Add recvfile implementationTim Prouty2009-02-133-0/+198
* Enable total anonymization in vfs_smb_traffic_analyzer, by mapping any user n...Holger Hetterich2009-02-131-5/+16
* s3 OneFS: Add vfs implementation for SMB_VFS_GET_REAL_FILE_NAMEAravind Srinivasan2009-02-131-0/+41
* s3: Test module for perfcount systemtodd stecher2009-02-131-0/+363
* OneFS implementation of BRL VFS ops:Zack Kirsch2009-02-133-2/+476
* Add VFS ops for Windows BRL: Lock, Unlock and Cancel:Zack Kirsch2009-02-132-0/+114
* s3 onefs: rename custom parameter to plural to match previous usageSteven Danneman2009-02-123-5/+5
* s3 OneFS: Expand the usage of the ignore sacl parametertodd stecher2009-02-112-0/+11
* S3: Add in missing full audit entries.todd stecher2009-02-101-6/+34
* s3: OneFS bulk directory enumeration supportSteven Danneman2009-02-094-19/+690
* s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s...Steven Danneman2009-02-092-0/+23
* Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIRSteven Danneman2009-02-098-12/+20
* s3 OneFS: Change ACLs to do a stat-only open before get/set_security_descriptorTim Prouty2009-02-091-22/+4
* s3 OneFS: Add kernel oplocks implementationTim Prouty2009-02-093-81/+134
* s3 vfs: Add a destructor to the fsp extension data APITim Prouty2009-02-094-4/+5
* S3 OneFS: Add in Isilon specific performance counter moduletodd stecher2009-02-091-0/+415
* s3 OneFS: Fake Timestampstodd stecher2009-02-093-14/+242
* Fix bug #6085 - In vfs_default.c change utime( ) call.Miguel Suarez2009-02-031-1/+1
* s3 onefs: Fix onefs ACLs to work with updated ACL syscallTim Prouty2009-01-301-1/+1
* s3 onefs: Add the OneFS implementation of SMB_VFS_GET_ALLOC_SIZETim Prouty2009-01-291-0/+27
* s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty2009-01-295-11/+63
* s3:smbd: convert aio to use tevent_signalStefan Metzmacher2009-01-271-2/+1