index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #10065 from dillaman/wip-16558
Mykola Golub
2016-07-01
1
-0
/
+7
|
\
|
*
rbd-mirror: gracefully fail if object map is unavailable
Jason Dillaman
2016-06-30
1
-0
/
+7
*
|
Merge pull request #9891 from diluga/rgw_socket_backlog_with_sign
Matt Benjamin
2016-06-30
3
-3
/
+5
|
\
\
|
*
|
RGW:add socket backlog setting for via ceph.conf
Feng Guo
2016-06-24
3
-3
/
+5
*
|
|
Merge pull request #9852 from dx9/wip-rgw-ldap-link
Matt Benjamin
2016-06-30
2
-3
/
+3
|
\
\
\
|
*
|
|
rgw-ldap: add ldap lib to rgw lib deps based on build config
John Coyle
2016-06-29
2
-3
/
+3
*
|
|
|
Merge pull request #9931 from Yan-waller/yj-wip-rgwmainccfix
Matt Benjamin
2016-06-30
2
-16
/
+15
|
\
\
\
\
|
*
|
|
|
rgw/rgw_rados.cc: remove uneccessary temporary variable
Yan Jun
2016-06-25
1
-7
/
+3
|
*
|
|
|
rgw/rgw_admin.cc: fix some indent and replace 'tab' with spaces
Yan Jun
2016-06-25
1
-11
/
+13
*
|
|
|
|
Merge pull request #9979 from Yan-waller/yj-wip-rgwrests3cc
Matt Benjamin
2016-06-30
2
-4
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
rgw: return from init_complete directly
Yan Jun
2016-06-28
1
-3
/
+1
|
*
|
|
|
|
rgw: fix potential memory leaks in RGWPutCORS_ObjStore_S3::get_params
Yan Jun
2016-06-28
1
-1
/
+2
*
|
|
|
|
|
Merge pull request #10031 from yehudasa/wip-16530
Casey Bodley
2016-06-30
1
-0
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
rgw: finish error_repo cr in stop_spawned_services()
Yehuda Sadeh
2016-06-29
1
-0
/
+1
*
|
|
|
|
|
|
Merge pull request #9985 from Yan-waller/yj-wiph-rgwopccfixstring
Matt Benjamin
2016-06-30
1
-11
/
+11
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
rgw: use string::npos while 'string::find()' find nothing
Yan Jun
2016-06-28
1
-11
/
+11
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #9898 from liewegas/wip-bluefs-async-flush
Sage Weil
2016-06-30
5
-55
/
+354
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
os/bluestore/BlueFS: debug statements to check log_fnode size in super block
Varada Kari
2016-06-30
1
-0
/
+4
|
*
|
|
|
|
|
|
os/bluestore/Bluefs: Unit test cases for bluefs async flush
Varada Kari
2016-06-30
1
-0
/
+227
|
*
|
|
|
|
|
|
os/bluestore/BlueFS: Make fysnc return the status
Varada Kari
2016-06-30
2
-5
/
+8
|
*
|
|
|
|
|
|
os/bluestore/BlueFS: make _sync_and_flush_log smarter
Sage Weil
2016-06-30
2
-5
/
+15
|
*
|
|
|
|
|
|
os/bluestore: drop lock while we flush the log
Sage Weil
2016-06-30
2
-12
/
+36
|
*
|
|
|
|
|
|
os/bluestore/BlueFS: use existing IOContext for _write_super
Sage Weil
2016-06-30
1
-4
/
+3
|
*
|
|
|
|
|
|
os/bluestore/BlueFS: pass unique_lock down through _fsync and log flush
Sage Weil
2016-06-30
2
-15
/
+15
|
*
|
|
|
|
|
|
os/bluestore/BlueFS: carry lock for mkfs
Sage Weil
2016-06-30
1
-0
/
+1
|
*
|
|
|
|
|
|
os/bluestore/KernelDevice: rebuild buffer if we exceed IOV_MAX
Sage Weil
2016-06-30
1
-2
/
+2
|
*
|
|
|
|
|
|
common/buffer: assert that we do not exceed IOV_MAX in prepare_iov
Sage Weil
2016-06-30
1
-0
/
+1
|
*
|
|
|
|
|
|
unittest_bluefs: don't silence log
Sage Weil
2016-06-30
1
-3
/
+6
|
*
|
|
|
|
|
|
os/bluestore/BlueFS: _flush_bdev -> flush_bdev
Sage Weil
2016-06-30
2
-6
/
+7
|
*
|
|
|
|
|
|
os/bluestore/BlueFS: drop lock while waiting for user io to complete
Sage Weil
2016-06-30
2
-8
/
+13
|
*
|
|
|
|
|
|
os/bluestore/BlueFS: track dirty by log_seq, log_seq_stable
Sage Weil
2016-06-30
2
-12
/
+24
|
*
|
|
|
|
|
|
os/bluestore/BlueFS: do not dirty log file when size changes
Sage Weil
2016-06-30
1
-1
/
+6
|
*
|
|
|
|
|
|
os/bluestore/BlueFS: track log_seq_stable
Sage Weil
2016-06-30
2
-1
/
+5
|
*
|
|
|
|
|
|
os/bluestore/BlueFS: _flush_log -> _flush_and_sync_log
Sage Weil
2016-06-30
2
-7
/
+7
*
|
|
|
|
|
|
|
Merge pull request #10002 from Yan-waller/yj-wip-rgwradosccremoveunused
Matt Benjamin
2016-06-30
1
-5
/
+1
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
rgw: remove uneccessary temporary variable 'r'
Yan Jun
2016-06-29
1
-5
/
+1
*
|
|
|
|
|
|
|
|
Merge pull request #10067 from liewegas/wip-do-cmake
Sage Weil
2016-06-30
2
-3
/
+10
|
\
\
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
cmake: add compressor_plugins as dep for libos
Sage Weil
2016-06-30
1
-0
/
+1
|
*
|
|
|
|
|
|
|
common/PluginRegistry: try $plugin_dir/$foo if $plugin_dir/$type/$foo fails
Sage Weil
2016-06-30
1
-3
/
+9
*
|
|
|
|
|
|
|
|
Merge pull request #10018 from ifed01/wip-bluestore-squeeze-lextents
Sage Weil
2016-06-30
2
-15
/
+54
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
os/bluestore: no need to use SIGNED varint encoding for bluestore_extent_ref_...
Igor Fedotov
2016-06-29
1
-2
/
+2
|
*
|
|
|
|
|
|
|
|
os/bluestore: apply small encoding for bluestore_onode_t:extents
Igor Fedotov
2016-06-29
2
-13
/
+52
|
|
|
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge pull request #10059 from tchaikov/wip-cmake
Ali Maredia
2016-06-30
4
-17
/
+24
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
cmake: install rbd-replay-many and its manpage
Kefu Chai
2016-06-30
1
-2
/
+5
|
*
|
|
|
|
|
|
|
|
cmake: install libs into ${CMAKE_INSTALL_LIBDIR}
Kefu Chai
2016-06-30
2
-15
/
+17
|
*
|
|
|
|
|
|
|
|
cmake: install ceph_test_keyvaluedb
Kefu Chai
2016-06-30
1
-0
/
+2
*
|
|
|
|
|
|
|
|
|
Merge pull request #10035 from Yan-waller/yj-wip-rgwradoscc-0630
Matt Benjamin
2016-06-30
1
-4
/
+3
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
rgw: fix the missing return value
Yan Jun
2016-06-30
1
-0
/
+1
|
*
|
|
|
|
|
|
|
|
|
rgw: remove uneccessary temporary variable
Yan Jun
2016-06-30
1
-4
/
+2
*
|
|
|
|
|
|
|
|
|
|
Merge pull request #10029 from wjwithagen/patch-1
Sage Weil
2016-06-30
1
-0
/
+1
|
\
\
\
\
\
\
\
\
\
\
\
[next]