python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / source3 / include / smbprofile.h
2023-06-16 Volker Lendeckeprofiling: Factor out functions to read smbprofile.tdb
2023-06-16 Volker Lendeckelib: Add a few required #includes
2023-06-14 Volker Lendeckevfs: Remove vfs telldir/seekdir functions
2023-06-01 Stefan Metzmachersmbprofile: add smbprofile_active() helper
2022-03-10 Volker Lendeckevfs: Add SMB_VFS_FSTATAT
2021-09-21 Christof Schmittprofile: Remove syscall_kernel_flock profiling
2021-04-19 Samuel Cabreros3: VFS: Remove SMB_VFS_NTIMES(), no longer used
2021-04-19 Samuel CabreroVFS: Add SMB_VFS_FNTIMES
2020-05-21 Ralph Boehmevfs: add SMB_VFS_OPENAT()
2020-05-07 Jeremy Allisons3: VFS: Add SMB_VFS_GET_NT_ACL_AT().
2019-11-13 Volker Lendeckesmbd: Remove write cache
2019-10-15 Jeremy Allisons3: VFS: Complete the removal of SMB_VFS_CHOWN()
2019-10-10 Jeremy Allisons3: VFS: Complete the removal of SMB_VFS_RMDIR()
2019-10-08 Anoop C Ss3: VFS: Add SMB_VFS_FCNTL
2019-09-26 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_UNLINK...
2019-09-26 Jeremy Allisons3: VFS: Add SMB_VFS_UNLINKAT().
2019-09-11 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_MKDIR...
2019-09-11 Jeremy Allisons3: VFS: Add SMB_VFS_MKDIRAT().
2019-09-11 Jeremy Allisons3: smbd: profile: Remove syscall_symlink entry now...
2019-09-03 Jeremy Allisons3: VFS: Add SMB_VFS_SYMLINKAT().
2019-08-23 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_READLINK...
2019-08-23 Jeremy Allisons3: VFS: Add SMB_VFS_READLINKAT().
2019-08-22 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_MKNOD...
2019-08-22 Jeremy Allisons3: VFS: Add SMB_VFS_MKNODAT().
2019-08-20 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_LINK(...
2019-08-20 Jeremy Allisons3: VFS: Add SMB_VFS_LINKAT().
2019-08-16 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_RENAME...
2019-08-16 Jeremy Allisons3: VFS: Add SMB_VFS_RENAMEAT().
2018-07-27 Ralph Boehmes3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECV
2018-07-24 Ralph Boehmevfs_default: fix async fsync idle/busy time profiling
2018-05-25 Jeremy Allisons3: VFS: Remove SMB_VFS_FCHMOD_ACL().
2018-05-25 Jeremy Allisons3: VFS: Remove SMB_VFS_CHMOD_ACL().
2018-05-17 Jeremy Allisons3: profile: Cleanup - we no longer use read/write...
2016-03-28 Uri Simchonis3-profile: add PROFILE_TIMESTAMP macro
2016-03-28 Uri Simchonis3-profile: reduce dependencies of smbprofile.h
2015-11-16 Volker Lendeckesmbprofile: Add dst pid to smbprofile_cleanup
2015-03-06 Stefan Metzmachers3:smbprofile: profile the system and user space cpu...
2015-03-06 Volker Lendeckes3:smbprofile: Replace sysv shmem with tdb
2015-03-06 Stefan Metzmachers3:smbprofile: specify SMBPROFILE_STATS_SECTION_START...
2014-11-19 Stefan Metzmachers3:smbprofile: profile async pread/pwrite/fsync syscalls
2014-11-19 Stefan Metzmachers3:smbprofile: track connect_count and disconnect_count
2014-11-19 Stefan Metzmachers3:smbprofile: remove unused {START,END}_PROFILE_STAMP()
2014-11-19 Stefan Metzmachers3:smbprofile: report idle state of 'idle_count' and...
2014-11-19 Stefan Metzmachers3:smbprofile: improve profiling for the security conte...
2014-11-19 Stefan Metzmachers3:smbprofile: count all SMB1 and SMB2 requests as...
2014-11-19 Stefan Metzmachers3:smb2_server: use async smbprofile macros
2014-11-19 Stefan Metzmachers3:smbprofile: rewrite the internal macros
2014-11-19 Volker Lendeckes3:smbprofile: Make smbprofile.h includable on its own
2014-11-19 Stefan Metzmachers3:smbd: improve writecache profiling
2014-11-19 Stefan Metzmachers3:smbprofile: remove unused nmbd related counters
2014-11-19 Stefan Metzmachers3:smbprofile: add END_PROFILE_BYTES() marco
2014-10-03 Volker Lendeckeprofiling: Make WITH_PROFILE span more in smbprofile.h
2014-10-03 Volker Lendeckeprofiling: Fix a typo
2014-10-03 Volker Lendeckeprofiling: Move some #defines to profile.c
2014-10-03 Volker Lendeckeprofiling: Fix a typo
2014-10-03 Volker Lendeckeprofiling: Make "struct profile_header" static
2013-11-22 Jeremy AllisonRename the profile enums with a SAMBA_ prefix to avoid...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-05-16 Christian Ambachs3:include remove non-blank line endings
2013-03-20 Christian Ambachs3:include bump profile memory area version number
2013-03-12 Christian Ambachs3: remove some dead code (for setdir command)
2012-06-20 Stefan Metzmachers3:include: add START/END_PROFILE_STAMP()
2011-04-13 Günther Deschners3: only include smb profiling where needed.
2011-02-08 Jeremy AllisonAdd fdopendir to the VFS. We will use this to reuse...
2010-12-18 Jeremy AllisonRename vfs operation posix_fallocate to just fallocate...
2010-12-03 Jeremy AllisonMove posix_fallocate into the VFS where it belongs.
2010-09-14 Björn Jackes3/profile: remove the magical clock initialization...
2010-08-31 Björn Jackes3: we have clock_gettime everywhere, remove ifdefs
2010-07-09 Ira Coopers3: Cleanup of the initial SMB2 counters patch.
2010-07-08 Ira Coopers3: Add SMB2 performance counters.
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-15 Jelmer VernooijMerge branch 'sharedm4' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'nodiscard' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'tdr' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'checktalloc' of /home/jelmer/samba4
2009-03-13 Dave Richardss3: Add strict lock/unlock calls to the vfs layer to...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-02-24 todd stecherS3: Add in profile counters for new vfs and syscall...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-29 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-29 Tim Proutys3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-14 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-13 Jelmer VernooijUse {u,}int64_t instead of SMB_BIG_{U,}INT.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-05-09 Jeremy AllisonYay ! Remove a VFS entry. Removed the set_nt_acl()...
2007-11-02 Gerald (Jerry) CarterMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-11-01 Jeremy AllisonAdd missing recvfile_bytes element - noticed by Kukks.
2007-10-30 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-10-30 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-10-30 Jeremy AllisonAdd in the recvfile entry to the VFS layer with a default
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
next