index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
librados
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-06-29
cmake: install ceph_test_filestore_idempotent_sequence
Kefu Chai
1
-0
/
+2
2016-06-29
cmake: use full path for substitution and definitions
Kefu Chai
1
-8
/
+9
2016-06-29
cmake: use CMAKE_POSITION_INDEPENDENT_CODE property instead of -fPIC
Kefu Chai
2
-1
/
+2
2016-06-29
cmake: move librados.cc out of libradosstriper
Kefu Chai
2
-9
/
+7
2016-06-29
run-make-check.sh: modprobe won't work on containers; not needed
Dan Mick
1
-1
/
+0
2016-06-29
debian/rules: specify sysconf dir explicitly
Sage Weil
1
-0
/
+1
2016-06-29
CMakeLists: nss only, ignore cryptopp
Sage Weil
1
-20
/
+13
2016-06-29
debian/rules: build deb with cmake
Kefu Chai
3
-28
/
+13
2016-06-29
debian/rules: package in a more debhelper way
Kefu Chai
3
-96
/
+34
2016-06-29
msg/async: add "queue_reset" argument
Haomai Wang
1
-1
/
+1
2016-06-29
Revert "msg/AsyncMessenger: move Worker class to cc file"
Haomai Wang
2
-61
/
+53
2016-06-29
msg/async/Event: change to use pthread_t to indicate whether the same thread
Haomai Wang
2
-11
/
+5
2016-06-29
msg/async/AsyncConnection: avoid dup RETRYGLOBAL sending
Haomai Wang
1
-3
/
+6
2016-06-29
msg/async/Event: don't execute inline if nonwait
Haomai Wang
1
-1
/
+1
2016-06-29
Event: change submit_to related to cephcontext
Haomai Wang
2
-3
/
+3
2016-06-29
Event: avoid multi global conflict
Haomai Wang
2
-6
/
+18
2016-06-29
AsyncMessenger: remove extra release_worker path
Haomai Wang
4
-39
/
+16
2016-06-29
AsyncConnection: ensure delay_state empty when building a new session
Haomai Wang
2
-1
/
+14
2016-06-29
AsyncConnection: make delete_time_event async
Haomai Wang
2
-31
/
+20
2016-06-29
perf_local: fix api adjust
Haomai Wang
1
-2
/
+2
2016-06-29
Event: change id to idx
Haomai Wang
2
-5
/
+5
2016-06-29
AsyncConnection: execute existing fault in another
Haomai Wang
1
-5
/
+9
2016-06-29
Event: add submit_to apis
Haomai Wang
2
-1
/
+53
2016-06-29
AsyncConnection: add EventCenter id
Haomai Wang
4
-7
/
+12
2016-06-29
AsyncConnection: move delete timers to cleanup handler
Haomai Wang
2
-3
/
+4
2016-06-29
test_msgr: add connection read timeout tests
Haomai Wang
1
-0
/
+38
2016-06-29
AsyncConnection: add tick timer
Haomai Wang
2
-9
/
+27
2016-06-29
test_async_driver: add missing headers
Haomai Wang
1
-0
/
+2
2016-06-29
AsyncConnection: make connection timeout when idle a lot
Haomai Wang
2
-1
/
+32
2016-06-29
Event: implement effective delete_time_event
Haomai Wang
2
-8
/
+12
2016-06-29
Event: remove next_time which isn't needed
Haomai Wang
2
-5
/
+0
2016-06-29
Event: remove extra header files
Haomai Wang
2
-4
/
+0
2016-06-29
Event: replace Mutex with c++ mutex
Haomai Wang
2
-19
/
+17
2016-06-29
Event: replace atomic_t with c++ atomic
Haomai Wang
2
-6
/
+9
2016-06-29
Event: remove time_lock which is no need
Haomai Wang
2
-9
/
+4
2016-06-29
Event: use local_center instead of pthread id
Haomai Wang
3
-13
/
+13
2016-06-29
Event: remove clock skew detect since we use mono clock now
Haomai Wang
2
-14
/
+1
2016-06-29
Event: use multimap instead of map
Haomai Wang
2
-23
/
+14
2016-06-28
msg/AsyncMessenger: move C_processor_accept class
Michal Jarzabek
2
-11
/
+20
2016-06-28
test: ensure unique template specializations per test case
Jason Dillaman
8
-203
/
+293
2016-06-28
test: missing template specialization for unittest_rbd_mirror
Jason Dillaman
1
-0
/
+14
2016-06-28
cmake: add missing cls object dependencies
Jason Dillaman
1
-0
/
+4
2016-06-28
v11.0.0
v11.0.0
Sage Weil
2
-1
/
+7
2016-06-28
make-dist: generate ceph.spec
Sage Weil
1
-2
/
+10
2016-06-28
cmake: fix FORTIFY_SOURCE check
John Spray
1
-1
/
+3
2016-06-28
msg/async/AsyncMessenger: make sure all connections closed then shutdown dq
Haomai Wang
3
-21
/
+21
2016-06-28
msg/async: keep out_seq inc/dec with sent messages
Haomai Wang
1
-0
/
+2
2016-06-28
msg/async/AsyncConnection: handle send buffer overflow case
Haomai Wang
1
-2
/
+5
2016-06-28
msg/async: Consolidate accept error handle
Haomai Wang
1
-6
/
+12
2016-06-28
msg/async/Epoll: make sure error event can be handle
Haomai Wang
1
-2
/
+2
[next]