summaryrefslogtreecommitdiffstats
path: root/src/librados (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-29cmake: install ceph_test_filestore_idempotent_sequenceKefu Chai1-0/+2
2016-06-29cmake: use full path for substitution and definitionsKefu Chai1-8/+9
2016-06-29cmake: use CMAKE_POSITION_INDEPENDENT_CODE property instead of -fPICKefu Chai2-1/+2
2016-06-29cmake: move librados.cc out of libradosstriperKefu Chai2-9/+7
2016-06-29run-make-check.sh: modprobe won't work on containers; not neededDan Mick1-1/+0
2016-06-29debian/rules: specify sysconf dir explicitlySage Weil1-0/+1
2016-06-29CMakeLists: nss only, ignore cryptoppSage Weil1-20/+13
2016-06-29debian/rules: build deb with cmakeKefu Chai3-28/+13
2016-06-29debian/rules: package in a more debhelper wayKefu Chai3-96/+34
2016-06-29msg/async: add "queue_reset" argumentHaomai Wang1-1/+1
2016-06-29Revert "msg/AsyncMessenger: move Worker class to cc file"Haomai Wang2-61/+53
2016-06-29msg/async/Event: change to use pthread_t to indicate whether the same threadHaomai Wang2-11/+5
2016-06-29msg/async/AsyncConnection: avoid dup RETRYGLOBAL sendingHaomai Wang1-3/+6
2016-06-29msg/async/Event: don't execute inline if nonwaitHaomai Wang1-1/+1
2016-06-29Event: change submit_to related to cephcontextHaomai Wang2-3/+3
2016-06-29Event: avoid multi global conflictHaomai Wang2-6/+18
2016-06-29AsyncMessenger: remove extra release_worker pathHaomai Wang4-39/+16
2016-06-29AsyncConnection: ensure delay_state empty when building a new sessionHaomai Wang2-1/+14
2016-06-29AsyncConnection: make delete_time_event asyncHaomai Wang2-31/+20
2016-06-29perf_local: fix api adjustHaomai Wang1-2/+2
2016-06-29Event: change id to idxHaomai Wang2-5/+5
2016-06-29AsyncConnection: execute existing fault in anotherHaomai Wang1-5/+9
2016-06-29Event: add submit_to apisHaomai Wang2-1/+53
2016-06-29AsyncConnection: add EventCenter idHaomai Wang4-7/+12
2016-06-29AsyncConnection: move delete timers to cleanup handlerHaomai Wang2-3/+4
2016-06-29test_msgr: add connection read timeout testsHaomai Wang1-0/+38
2016-06-29AsyncConnection: add tick timerHaomai Wang2-9/+27
2016-06-29test_async_driver: add missing headersHaomai Wang1-0/+2
2016-06-29AsyncConnection: make connection timeout when idle a lotHaomai Wang2-1/+32
2016-06-29Event: implement effective delete_time_eventHaomai Wang2-8/+12
2016-06-29Event: remove next_time which isn't neededHaomai Wang2-5/+0
2016-06-29Event: remove extra header filesHaomai Wang2-4/+0
2016-06-29Event: replace Mutex with c++ mutexHaomai Wang2-19/+17
2016-06-29Event: replace atomic_t with c++ atomicHaomai Wang2-6/+9
2016-06-29Event: remove time_lock which is no needHaomai Wang2-9/+4
2016-06-29Event: use local_center instead of pthread idHaomai Wang3-13/+13
2016-06-29Event: remove clock skew detect since we use mono clock nowHaomai Wang2-14/+1
2016-06-29Event: use multimap instead of mapHaomai Wang2-23/+14
2016-06-28msg/AsyncMessenger: move C_processor_accept classMichal Jarzabek2-11/+20
2016-06-28test: ensure unique template specializations per test caseJason Dillaman8-203/+293
2016-06-28test: missing template specialization for unittest_rbd_mirrorJason Dillaman1-0/+14
2016-06-28cmake: add missing cls object dependenciesJason Dillaman1-0/+4
2016-06-28v11.0.0v11.0.0Sage Weil2-1/+7
2016-06-28make-dist: generate ceph.specSage Weil1-2/+10
2016-06-28cmake: fix FORTIFY_SOURCE checkJohn Spray1-1/+3
2016-06-28msg/async/AsyncMessenger: make sure all connections closed then shutdown dqHaomai Wang3-21/+21
2016-06-28msg/async: keep out_seq inc/dec with sent messagesHaomai Wang1-0/+2
2016-06-28msg/async/AsyncConnection: handle send buffer overflow caseHaomai Wang1-2/+5
2016-06-28msg/async: Consolidate accept error handleHaomai Wang1-6/+12
2016-06-28msg/async/Epoll: make sure error event can be handleHaomai Wang1-2/+2