summaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* timer: make init/shutdown explicitSage Weil2010-11-153-10/+15
* Merge remote branch 'origin/testing' into unstableSage Weil2010-11-151-2/+2
|\
| * debug: don't print thread id twiceSage Weil2010-11-121-2/+2
* | timer: rewrite mostly from scratchSage Weil2010-11-112-372/+112
* | Merge branch 'rc' into unstableSage Weil2010-11-111-1/+1
|\ \ | |/
| * ceph.spec.in: don't strip rados classesChristian Brunner2010-11-081-1/+1
* | fiemap: include linux fiemap.h header; unconditionally compile helperSage Weil2010-11-091-6/+3
* | Merge remote branch 'origin/rbd-fiemap' into unstableSage Weil2010-11-091-0/+89
|\ \
| * | fiemap: move read_fiemap from rbd.cc to fiemap.ccYehuda Sadeh2010-08-061-0/+89
* | | TimerThread:don't call pop_front before iter derefColin Patrick McCabe2010-11-091-1/+1
* | | Merge remote branch 'origin/timer-fixes' into unstableSage Weil2010-11-073-405/+390
|\ \ \ | |_|/ |/| |
| * | Timer: add verbose debugging when debug timer = 20Colin Patrick McCabe2010-11-032-0/+35
| * | SafeTimer: delete contexts under the event_lockColin Patrick McCabe2010-11-031-14/+28
| * | Logger.cc: avoid creating SafeTimer in global-ctorColin Patrick McCabe2010-11-031-3/+6
| * | SafeTimer: clean up copy constructor declarationColin Patrick McCabe2010-11-031-2/+2
| * | Timer.cc: clean up debug printoutsColin Patrick McCabe2010-11-031-12/+7
| * | Timer: fix timer shutdown, efficiency issuesColin Patrick McCabe2010-11-033-407/+345
* | | Set HEAP_PROFILE_INUSE_INTERVAL based on confColin Patrick McCabe2010-11-041-1/+1
|/ /
* | Mutex: add more checks to lockdepColin Patrick McCabe2010-10-281-2/+23
* | errno: add missing common/errno.hSage Weil2010-10-211-0/+9
* | Create cpp_strerror to make error reporting easierColin Patrick McCabe2010-10-211-0/+15
* | prefix git sha1 with commit:Sage Weil2010-10-132-2/+2
* | debug: always append to logSage Weil2010-10-071-4/+2
* | always throw by value; always catch by const refColin Patrick McCabe2010-10-041-1/+1
* | ceph: make version in backtrace look niceSage Weil2010-09-241-2/+4
* | backtrace: include ceph versionGreg Farnum2010-09-231-0/+5
* | Merge branch 'profiling' into unstableGreg Farnum2010-09-211-0/+15
|\ \
| * | config: build infrastructure for handling tcmalloc's profiling.Greg Farnum2010-09-211-0/+15
* | | Revert "throttle: make count an atomic_t"Greg Farnum2010-09-201-24/+25
* | | throttle: make count an atomic_tGreg Farnum2010-09-161-25/+24
* | | throttle: add non-blocking get_or_fail methodGreg Farnum2010-09-141-1/+12
|/ /
* | Merge branch 'testing' into unstableSage Weil2010-09-132-13/+8
|\ \
| * | str_list: fix buffer index when start<0Sage Weil2010-09-111-12/+7
| * | common: close fd after parsed config fileHenry C Chang2010-09-091-1/+1
* | | osd: fix class timeoutsSage Weil2010-08-262-12/+13
* | | osd: clean up class loading code a bitSage Weil2010-08-261-26/+26
* | | Merge branch 'unstable' into leaksGreg Farnum2010-08-232-6/+12
|\ \ \
| * | | backtrace: fix segfault in tcmalloc.Greg Farnum2010-08-201-1/+0
| * | | utime: microsecond -> nanosecond resolutionSage Weil2010-08-191-1/+1
| * | | Merge branch 'testing' into unstableSage Weil2010-08-121-4/+11
| |\ \ \ | | |/ /
| | * | logger: fix logger counter resetSage Weil2010-08-121-4/+11
| | |/
* | | conf: fix memory leakGreg Farnum2010-08-091-1/+3
|/ /
* | osd: class load shouldn't hang when failed to loadYehuda Sadeh2010-08-062-20/+51
|/
* debug: no name symlink when explicit --log-fileSage Weil2010-07-271-1/+1
* debug: fix log appendSage Weil2010-07-201-1/+1
* debug: say 'append' or 'new' when opening logSage Weil2010-07-201-1/+3
* debug: fix append to log fileSage Weil2010-07-151-1/+1
* debug: fix debug rank symlink rotate when log_per_instanceSage Weil2010-07-092-15/+10
* debug: only truncate log file on open if log_per_instance is setSage Weil2010-07-091-1/+2
* buffer: make write_fd() constSage Weil2010-07-081-1/+1