summaryrefslogtreecommitdiffstats
path: root/source3/include/smbprofile.h
Commit message (Expand)AuthorAgeFilesLines
* Rename the profile enums with a SAMBA_ prefix to avoid conflict with system f...Jeremy Allison2013-11-221-1/+1
* s3:include remove non-blank line endingsChristian Ambach2013-05-161-3/+3
* s3:include bump profile memory area version numberChristian Ambach2013-03-201-1/+1
* s3: remove some dead code (for setdir command)Christian Ambach2013-03-121-5/+0
* s3:include: add START/END_PROFILE_STAMP()Stefan Metzmacher2012-06-201-7/+23
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-0/+5
* Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison2011-02-091-0/+4
* Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison2010-12-181-3/+3
* Move posix_fallocate into the VFS where it belongs.Jeremy Allison2010-12-021-0/+4
* s3/profile: remove the magical clock initialization from the profile codeBjörn Jacke2010-09-141-8/+3
* s3: we have clock_gettime everywhere, remove ifdefsBjörn Jacke2010-08-311-13/+0
* s3: Cleanup of the initial SMB2 counters patch.Ira Cooper2010-07-091-10/+0
* s3: Add SMB2 performance counters.Ira Cooper2010-07-071-2/+85
* s3: Add strict lock/unlock calls to the vfs layer to replace is_lockedDave Richards2009-03-131-0/+8
* S3: Add in profile counters for new vfs and syscall entries.todd stecher2009-02-241-0/+28
* s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty2009-01-291-0/+4
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-4/+4
* Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison2008-05-081-4/+0
* Add missing recvfile_bytes element - noticed by Kukks.Jeremy Allison2007-11-011-0/+1
* Add in the recvfile entry to the VFS layer with a defaultJeremy Allison2007-10-291-0/+4
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23105: Add lchown to the vfs layer. We need this in the POSIX code.Jeremy Allison2007-10-101-0/+4
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-101-3/+3
* r21324: Add linux setlease to the vfs layer. Next round, as Volker points out,Jim McDonough2007-10-101-0/+4
* r21002: Get rid of unused macros - merge change from 3_0_24Herb Lewis2007-10-101-8/+0
* r20742: Rename chkpth -> checkpath for sanity's sake :-).Jeremy Allison2007-10-101-3/+3
* r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op toJim McDonough2007-10-101-0/+4
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-345/+696
* r15516: Use SMB_BIG_UINT in preference to unsigned long long.James Peach2007-10-101-4/+4
* r15508: Use clock_gettime for profiling timstamps if it is available. UseJames Peach2007-10-101-0/+21
* r15450: Change profiling data macros to use stack variables rather thanJames Peach2007-10-101-37/+34
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2007-10-101-0/+2
* r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have toJeremy Allison2007-10-101-1/+7
* Added NTrename SMB (0xA5) - how did we miss this.... ?Jeremy Allison2004-02-241-1/+3
* Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison2004-01-061-1/+7
* Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy2003-05-121-0/+8
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-1/+4
* Compile fix for --with-profiling-dataTim Potter2002-03-211-0/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* added structure members referred to by recent changes in vfs-wrap.cHerb Lewis2002-01-101-1/+5
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-111-0/+461