index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
include
/
smbprofile.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:smbprofile: profile the system and user space cpu time
Stefan Metzmacher
2015-03-06
1
-0
/
+2
*
s3:smbprofile: Replace sysv shmem with tdb
Volker Lendecke
2015-03-06
1
-17
/
+99
*
s3:smbprofile: specify SMBPROFILE_STATS_SECTION_START() with name vs. display...
Stefan Metzmacher
2015-03-06
1
-10
/
+10
*
s3:smbprofile: profile async pread/pwrite/fsync syscalls
Stefan Metzmacher
2014-11-19
1
-0
/
+3
*
s3:smbprofile: track connect_count and disconnect_count
Stefan Metzmacher
2014-11-19
1
-0
/
+2
*
s3:smbprofile: remove unused {START,END}_PROFILE_STAMP()
Stefan Metzmacher
2014-11-19
1
-19
/
+0
*
s3:smbprofile: report idle state of 'idle_count' and 'idle_time'
Stefan Metzmacher
2014-11-19
1
-1
/
+1
*
s3:smbprofile: improve profiling for the security context switching.
Stefan Metzmacher
2014-11-19
1
-1
/
+4
*
s3:smbprofile: count all SMB1 and SMB2 requests as 'request_count'
Stefan Metzmacher
2014-11-19
1
-1
/
+1
*
s3:smb2_server: use async smbprofile macros
Stefan Metzmacher
2014-11-19
1
-19
/
+19
*
s3:smbprofile: rewrite the internal macros
Stefan Metzmacher
2014-11-19
1
-829
/
+467
*
s3:smbprofile: Make smbprofile.h includable on its own
Volker Lendecke
2014-11-19
1
-0
/
+2
*
s3:smbd: improve writecache profiling
Stefan Metzmacher
2014-11-19
1
-7
/
+15
*
s3:smbprofile: remove unused nmbd related counters
Stefan Metzmacher
2014-11-19
1
-73
/
+0
*
s3:smbprofile: add END_PROFILE_BYTES() marco
Stefan Metzmacher
2014-11-19
1
-0
/
+4
*
profiling: Make WITH_PROFILE span more in smbprofile.h
Volker Lendecke
2014-10-03
1
-2
/
+3
*
profiling: Fix a typo
Volker Lendecke
2014-10-03
1
-1
/
+1
*
profiling: Move some #defines to profile.c
Volker Lendecke
2014-10-03
1
-4
/
+0
*
profiling: Fix a typo
Volker Lendecke
2014-10-03
1
-1
/
+1
*
profiling: Make "struct profile_header" static
Volker Lendecke
2014-10-03
1
-7
/
+0
*
Rename the profile enums with a SAMBA_ prefix to avoid conflict with system f...
Jeremy Allison
2013-11-22
1
-1
/
+1
*
s3:include remove non-blank line endings
Christian Ambach
2013-05-16
1
-3
/
+3
*
s3:include bump profile memory area version number
Christian Ambach
2013-03-20
1
-1
/
+1
*
s3: remove some dead code (for setdir command)
Christian Ambach
2013-03-12
1
-5
/
+0
*
s3:include: add START/END_PROFILE_STAMP()
Stefan Metzmacher
2012-06-20
1
-7
/
+23
*
s3: only include smb profiling where needed.
Günther Deschner
2011-04-14
1
-0
/
+5
*
Add fdopendir to the VFS. We will use this to reuse a directory fd already op...
Jeremy Allison
2011-02-09
1
-0
/
+4
*
Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...
Jeremy Allison
2010-12-18
1
-3
/
+3
*
Move posix_fallocate into the VFS where it belongs.
Jeremy Allison
2010-12-02
1
-0
/
+4
*
s3/profile: remove the magical clock initialization from the profile code
Björn Jacke
2010-09-14
1
-8
/
+3
*
s3: we have clock_gettime everywhere, remove ifdefs
Björn Jacke
2010-08-31
1
-13
/
+0
*
s3: Cleanup of the initial SMB2 counters patch.
Ira Cooper
2010-07-09
1
-10
/
+0
*
s3: Add SMB2 performance counters.
Ira Cooper
2010-07-07
1
-2
/
+85
*
s3: Add strict lock/unlock calls to the vfs layer to replace is_locked
Dave Richards
2009-03-13
1
-0
/
+8
*
S3: Add in profile counters for new vfs and syscall entries.
todd stecher
2009-02-24
1
-0
/
+28
*
s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
Tim Prouty
2009-01-29
1
-0
/
+4
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
1
-4
/
+4
*
Yay ! Remove a VFS entry. Removed the set_nt_acl() call,
Jeremy Allison
2008-05-08
1
-4
/
+0
*
Add missing recvfile_bytes element - noticed by Kukks.
Jeremy Allison
2007-11-01
1
-0
/
+1
*
Add in the recvfile entry to the VFS layer with a default
Jeremy Allison
2007-10-29
1
-0
/
+4
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-2
/
+2
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23105: Add lchown to the vfs layer. We need this in the POSIX code.
Jeremy Allison
2007-10-10
1
-0
/
+4
*
r21714: Change the VFS interface to use struct timespec
Jeremy Allison
2007-10-10
1
-3
/
+3
*
r21324: Add linux setlease to the vfs layer. Next round, as Volker points out,
Jim McDonough
2007-10-10
1
-0
/
+4
*
r21002: Get rid of unused macros - merge change from 3_0_24
Herb Lewis
2007-10-10
1
-8
/
+0
*
r20742: Rename chkpth -> checkpath for sanity's sake :-).
Jeremy Allison
2007-10-10
1
-3
/
+3
*
r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op to
Jim McDonough
2007-10-10
1
-0
/
+4
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-345
/
+696
[next]