summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10065 from dillaman/wip-16558Mykola Golub2016-07-011-0/+7
|\
| * rbd-mirror: gracefully fail if object map is unavailableJason Dillaman2016-06-301-0/+7
* | Merge pull request #9891 from diluga/rgw_socket_backlog_with_signMatt Benjamin2016-06-303-3/+5
|\ \
| * | RGW:add socket backlog setting for via ceph.confFeng Guo2016-06-243-3/+5
* | | Merge pull request #9852 from dx9/wip-rgw-ldap-linkMatt Benjamin2016-06-302-3/+3
|\ \ \
| * | | rgw-ldap: add ldap lib to rgw lib deps based on build configJohn Coyle2016-06-292-3/+3
* | | | Merge pull request #9931 from Yan-waller/yj-wip-rgwmainccfixMatt Benjamin2016-06-302-16/+15
|\ \ \ \
| * | | | rgw/rgw_rados.cc: remove uneccessary temporary variableYan Jun2016-06-251-7/+3
| * | | | rgw/rgw_admin.cc: fix some indent and replace 'tab' with spacesYan Jun2016-06-251-11/+13
* | | | | Merge pull request #9979 from Yan-waller/yj-wip-rgwrests3ccMatt Benjamin2016-06-302-4/+3
|\ \ \ \ \
| * | | | | rgw: return from init_complete directlyYan Jun2016-06-281-3/+1
| * | | | | rgw: fix potential memory leaks in RGWPutCORS_ObjStore_S3::get_paramsYan Jun2016-06-281-1/+2
* | | | | | Merge pull request #10031 from yehudasa/wip-16530Casey Bodley2016-06-301-0/+1
|\ \ \ \ \ \
| * | | | | | rgw: finish error_repo cr in stop_spawned_services()Yehuda Sadeh2016-06-291-0/+1
* | | | | | | Merge pull request #9985 from Yan-waller/yj-wiph-rgwopccfixstringMatt Benjamin2016-06-301-11/+11
|\ \ \ \ \ \ \
| * | | | | | | rgw: use string::npos while 'string::find()' find nothingYan Jun2016-06-281-11/+11
| |/ / / / / /
* | | | | | | Merge pull request #9898 from liewegas/wip-bluefs-async-flushSage Weil2016-06-305-55/+354
|\ \ \ \ \ \ \
| * | | | | | | os/bluestore/BlueFS: debug statements to check log_fnode size in super blockVarada Kari2016-06-301-0/+4
| * | | | | | | os/bluestore/Bluefs: Unit test cases for bluefs async flushVarada Kari2016-06-301-0/+227
| * | | | | | | os/bluestore/BlueFS: Make fysnc return the statusVarada Kari2016-06-302-5/+8
| * | | | | | | os/bluestore/BlueFS: make _sync_and_flush_log smarterSage Weil2016-06-302-5/+15
| * | | | | | | os/bluestore: drop lock while we flush the logSage Weil2016-06-302-12/+36
| * | | | | | | os/bluestore/BlueFS: use existing IOContext for _write_superSage Weil2016-06-301-4/+3
| * | | | | | | os/bluestore/BlueFS: pass unique_lock down through _fsync and log flushSage Weil2016-06-302-15/+15
| * | | | | | | os/bluestore/BlueFS: carry lock for mkfsSage Weil2016-06-301-0/+1
| * | | | | | | os/bluestore/KernelDevice: rebuild buffer if we exceed IOV_MAXSage Weil2016-06-301-2/+2
| * | | | | | | common/buffer: assert that we do not exceed IOV_MAX in prepare_iovSage Weil2016-06-301-0/+1
| * | | | | | | unittest_bluefs: don't silence logSage Weil2016-06-301-3/+6
| * | | | | | | os/bluestore/BlueFS: _flush_bdev -> flush_bdevSage Weil2016-06-302-6/+7
| * | | | | | | os/bluestore/BlueFS: drop lock while waiting for user io to completeSage Weil2016-06-302-8/+13
| * | | | | | | os/bluestore/BlueFS: track dirty by log_seq, log_seq_stableSage Weil2016-06-302-12/+24
| * | | | | | | os/bluestore/BlueFS: do not dirty log file when size changesSage Weil2016-06-301-1/+6
| * | | | | | | os/bluestore/BlueFS: track log_seq_stableSage Weil2016-06-302-1/+5
| * | | | | | | os/bluestore/BlueFS: _flush_log -> _flush_and_sync_logSage Weil2016-06-302-7/+7
* | | | | | | | Merge pull request #10002 from Yan-waller/yj-wip-rgwradosccremoveunusedMatt Benjamin2016-06-301-5/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | rgw: remove uneccessary temporary variable 'r'Yan Jun2016-06-291-5/+1
* | | | | | | | | Merge pull request #10067 from liewegas/wip-do-cmakeSage Weil2016-06-302-3/+10
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | cmake: add compressor_plugins as dep for libosSage Weil2016-06-301-0/+1
| * | | | | | | | common/PluginRegistry: try $plugin_dir/$foo if $plugin_dir/$type/$foo failsSage Weil2016-06-301-3/+9
* | | | | | | | | Merge pull request #10018 from ifed01/wip-bluestore-squeeze-lextentsSage Weil2016-06-302-15/+54
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | os/bluestore: no need to use SIGNED varint encoding for bluestore_extent_ref_...Igor Fedotov2016-06-291-2/+2
| * | | | | | | | | os/bluestore: apply small encoding for bluestore_onode_t:extentsIgor Fedotov2016-06-292-13/+52
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #10059 from tchaikov/wip-cmakeAli Maredia2016-06-304-17/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmake: install rbd-replay-many and its manpageKefu Chai2016-06-301-2/+5
| * | | | | | | | | cmake: install libs into ${CMAKE_INSTALL_LIBDIR}Kefu Chai2016-06-302-15/+17
| * | | | | | | | | cmake: install ceph_test_keyvaluedbKefu Chai2016-06-301-0/+2
* | | | | | | | | | Merge pull request #10035 from Yan-waller/yj-wip-rgwradoscc-0630Matt Benjamin2016-06-301-4/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rgw: fix the missing return valueYan Jun2016-06-301-0/+1
| * | | | | | | | | | rgw: remove uneccessary temporary variableYan Jun2016-06-301-4/+2
* | | | | | | | | | | Merge pull request #10029 from wjwithagen/patch-1Sage Weil2016-06-301-0/+1
|\ \ \ \ \ \ \ \ \ \ \