index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
client
/
SyntheticClient.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
time: Update OSDC for C++11 Time
Adam C. Emerson
2015-12-18
1
-7
/
+11
*
client: drop prefix from int types
John Coyle
2015-10-15
1
-10
/
+10
*
c++11: stream output operators for stream types
Casey Bodley
2015-08-03
1
-2
/
+2
*
client: remove useless perf counters
Ved-vampir
2015-04-03
1
-6
/
+0
*
SyntheticClient.cc: check return value of getdir()
Danny Al-Gaaf
2014-10-27
1
-4
/
+7
*
SyntheticClient.cc: remove empty lines in if/else blocks
Danny Al-Gaaf
2014-10-27
1
-11
/
+0
*
SyntheticClient.cc: reduce scope of variables
Danny Al-Gaaf
2014-10-08
1
-4
/
+2
*
client/SyntheticClient.cc: remove dead code
Danny Al-Gaaf
2014-10-01
1
-7
/
+0
*
SyntheticClient.cc: remove dead code
Danny Al-Gaaf
2014-10-01
1
-11
/
+0
*
client/SyntheticClient: use lock safe OSDMap accessors
Sage Weil
2014-08-25
1
-4
/
+10
*
SyntheticClient.cc: remove double check for "getdir"
Danny Al-Gaaf
2014-05-12
1
-4
/
+0
*
Use cpp_strerror() wherever possible, and use autoconf for portability
Dan Mick
2014-04-14
1
-4
/
+3
*
SyntheticClient::play_trace: reduce scope of local variable
Danny Al-Gaaf
2014-03-04
1
-1
/
+1
*
client: For rebase need to fix ll_readlink() call in Synthetic client
David Zafman
2014-02-07
1
-2
/
+2
*
client/SyntheticClient: adapt to new ll_* interface
Matt Benjamin
2014-02-07
1
-46
/
+95
*
client: whitespace
Adam C. Emerson
2014-02-07
1
-4
/
+3
*
libc++: use ceph:: namespaced data types
Noah Watkins
2014-01-18
1
-12
/
+12
*
OSDMap: remove get_pg_primary() function
Greg Farnum
2014-01-16
1
-2
/
+2
*
client: SyntheticClient uses the first available pool
Loic Dachary
2013-12-26
1
-6
/
+6
*
cleanup: removed last references to globals from client
Roald van Loon
2013-09-05
1
-34
/
+34
*
src/*: make Context::finish private and switch all users to use complete
Samuel Just
2013-07-22
1
-2
/
+1
*
Client: get describe_layout by file handle/path
Andras Elso
2013-05-17
1
-1
/
+1
*
client/SyntheticClient.cc: check return value of describe_layout()
Danny Al-Gaaf
2013-05-11
1
-1
/
+4
*
client/SyntheticClient.cc: fix another memory leak
Danny Al-Gaaf
2013-05-11
1
-1
/
+6
*
client/SyntheticClient.cc: fix memory leak
Danny Al-Gaaf
2013-05-11
1
-0
/
+5
*
client/SyntheticClient.cc: add missing break in switch
Danny Al-Gaaf
2013-05-11
1
-0
/
+1
*
fixed common typo in error messages
Daniel Gollub
2013-05-07
1
-1
/
+1
*
client/SyntheticClient.cc: prefer prefix ++operator for iterators
Danny Al-Gaaf
2013-03-14
1
-1
/
+1
*
client/SyntheticClient.cc: prefer prefix ++operator for iterators
Danny Al-Gaaf
2013-03-13
1
-8
/
+8
*
SyntheticClient.cc: Clarify calculation precedence for '%' and '?'
Danny Al-Gaaf
2013-03-11
1
-1
/
+1
*
SyntheticClient.cc: use static_cast instead of C-Style cast
Danny Al-Gaaf
2013-02-27
1
-1
/
+1
*
src/client/SyntheticClient.cc: use !subdirs.empty() instead of size()
Danny Al-Gaaf
2013-02-15
1
-1
/
+1
*
SyntheticClient.cc: fix some memory leaks in the error handling
Danny Al-Gaaf
2013-02-10
1
-3
/
+12
*
client/SyntheticClient.cc: remove twice included headers
Danny Al-Gaaf
2012-11-28
1
-2
/
+0
*
perfcounters: fl -> time, use u64 nsec instead of double
Sage Weil
2012-11-27
1
-2
/
+2
*
filer: use vector<pair<>> instead of map<> for buffer extent map
Sage Weil
2012-10-16
1
-4
/
+3
*
client: add WARN_UNUSED_RESULT to client init func
Sam Lang
2012-09-27
1
-2
/
+8
*
SyntheticClient: fix warnings
Sage Weil
2012-08-16
1
-2
/
+2
*
make everyone use our assert #include and macro
Sage Weil
2012-06-07
1
-0
/
+1
*
log: new logging infrastructure
Sage Weil
2012-03-27
1
-1
/
+1
*
osd_types: use uint64_t for ObjectExtent offsets and lengths
Josh Durgin
2012-03-13
1
-1
/
+1
*
osd: OSDOp::data -> indata
Sage Weil
2012-01-09
1
-1
/
+1
*
client: move PerfCounter into Client
Sage Weil
2011-12-14
1
-6
/
+6
*
clientN -> client.N
Sage Weil
2011-09-28
1
-1
/
+1
*
Client.cc: rename client_logger -> client_counters
Colin Patrick McCabe
2011-07-21
1
-6
/
+6
*
Rename ProfLogger to PerfCounters
Colin Patrick McCabe
2011-07-21
1
-1
/
+1
*
Rework ProfLogger
Colin Patrick McCabe
2011-07-18
1
-2
/
+2
*
C_GatherBuilder: add C_GatherBuilder::activate()
Colin Patrick McCabe
2011-06-30
1
-0
/
+2
*
C_Gather: hide constructor, convert uses
Colin Patrick McCabe
2011-06-30
1
-4
/
+4
*
Convert g_ceph_context to a pointer.
Colin Patrick McCabe
2011-06-21
1
-31
/
+31
[next]