Age | Commit message (Expand) | Author | Files | Lines |
2011-04-15 | s3-build: fix the --with-profiling-data build on mac os x. | Günther Deschner | 1 | -0/+1 |
2011-04-14 | s3: only include smb profiling where needed. | Günther Deschner | 1 | -0/+1 |
2011-04-14 | s3: fix the build of --with-profiling-data. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-messages: make ndr_messaging.h part of messages.h. | Günther Deschner | 1 | -1/+0 |
2011-03-30 | s3-messages: only include messages.h where needed. | Günther Deschner | 1 | -0/+1 |
2010-12-18 | Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc... | Jeremy Allison | 1 | -1/+1 |
2010-12-02 | Move posix_fallocate into the VFS where it belongs. | Jeremy Allison | 1 | -0/+1 |
2010-09-14 | s3/profile: remove the magical clock initialization from the profile code | Björn Jacke | 1 | -56/+0 |
2010-09-14 | s3/profiling: don't use CLOCK_PROCESS_CPUTIME_ID | Björn Jacke | 1 | -18/+0 |
2010-08-31 | s3: we have clock_gettime everywhere, remove ifdefs | Björn Jacke | 1 | -7/+0 |
2010-07-07 | s3: Add SMB2 performance counters. | Ira Cooper | 1 | -0/+19 |
2010-05-08 | s3: Fix the build | Volker Lendecke | 1 | -0/+1 |
2009-09-08 | s3:smbd: Fix bug 6690, wrong error check | Andrew Klosterman | 1 | -1/+1 |
2009-02-24 | S3: Add in profile counters for new vfs and syscall entries. | todd stecher | 1 | -0/+7 |
2008-05-08 | Yay ! Remove a VFS entry. Removed the set_nt_acl() call, | Jeremy Allison | 1 | -1/+0 |
2007-10-29 | Add in the recvfile entry to the VFS layer with a default | Jeremy Allison | 1 | -0/+1 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r24842: Fix build warning. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r23891: fix compiler warning | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22900: Convert profile/ to messaging_send_pid/messaging_register | Volker Lendecke | 1 | -10/+26 |
2007-10-10 | r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p... | Volker Lendecke | 1 | -3/+4 |
2007-10-10 | r22395: allow profiling level to be set on startup | Herb Lewis | 1 | -6/+13 |
2007-10-10 | r21714: Change the VFS interface to use struct timespec | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r21543: Fix 64bit build warning. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r21324: Add linux setlease to the vfs layer. Next round, as Volker points out, | Jim McDonough | 1 | -0/+1 |
2007-10-10 | r21064: The core of this patch is | Volker Lendecke | 1 | -4/+5 |
2007-10-10 | r20744: Fix the build (I missed some chkpth -> checkpath renames). | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op to | Jim McDonough | 1 | -0/+1 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -1/+180 |
2007-10-10 | r16116: Hoist the slow CLOCK_REALTIME message inside the branch so we never | James Peach | 1 | -5/+5 |
2007-10-10 | r16111: Patch from Björn JACKE <samba@j3e.de>. | James Peach | 1 | -16/+76 |
2007-10-10 | r15529: Initialise our saved uid and gid so that we can tell when | James Peach | 1 | -2/+6 |
2007-10-10 | r15508: Use clock_gettime for profiling timstamps if it is available. Use | James Peach | 1 | -0/+21 |
2007-10-10 | r15450: Change profiling data macros to use stack variables rather than | James Peach | 1 | -5/+0 |
2007-10-10 | r12475: Actually configure with profile support this time ... | Volker Lendecke | 1 | -4/+4 |
2007-10-10 | r12474: Fix a warning | Volker Lendecke | 1 | -5/+9 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -2/+4 |
2007-10-10 | r4268: Merge fix for bugzilla #2150. | Tim Potter | 1 | -1/+1 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -0/+10 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -3/+0 |
2001-09-15 | Restore the profiling data shmem parinoia. This whole area needs to be | Andrew Bartlett | 1 | -4/+2 |
2001-07-18 | don't test for root ownership of profile shared memory segment | Herb Lewis | 1 | -0/+2 |
2001-05-03 | Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.h | Jeremy Allison | 1 | -2/+0 |
2001-04-27 | More %d (uid_t) stuff... | Jeremy Allison | 1 | -1/+1 |
2000-11-16 | Fix for a problem with the new messaging system. If a sender is using the | Jeremy Allison | 1 | -1/+1 |
2000-11-11 | Merge of Herb's profiling code. | Jeremy Allison | 1 | -0/+17 |
2000-11-10 | Merge in Herb's changes from 2.2. | Jeremy Allison | 1 | -1/+4 |