index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
os
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-15
.githubmap: Add cbodley
Jos Collin
1
-0
/
+1
2017-11-15
rgw: add data sync related cmd into radosgw-admin help info
lvshanchun
3
-0
/
+19
2017-11-15
rgw: add metadata sync related cmd into radosgw-admin help info
Leeshine
3
-0
/
+15
2017-11-15
test/librbd: valgrind warning in TestMockManagedLockBreakRequest.DeadLockOwner
Mykola Golub
1
-0
/
+1
2017-11-14
ceph-dencoder: adding support for cls_rgw_lc_obj_head
Yao Zongyou
3
-0
/
+13
2017-11-14
librbd: add new API methods and expand the rbd CLI to list trashed images
songweibin
8
-14
/
+427
2017-11-14
librbd: limit IO per second by TokenBucketThrottle
Dongsheng Yang
8
-1
/
+73
2017-11-13
pybind/mgr/prometheus: don't crash when encountering an unknown PG state
Jan Fajerski
1
-1
/
+4
2017-11-13
os/bluestore: remove ineffective BlueFS fnode extent calculation.
Igor Fedotov
4
-34
/
+55
2017-11-13
mgr/balancer: skip CRUSH_ITEM_NONE
Sage Weil
2
-1
/
+5
2017-11-13
rgw.iam: change '1' to '1ULL' in function print_actions
Bingyin Zhang
1
-4
/
+4
2017-11-13
cmake: warn if libstdc++ older than 5.1.0 is used
Kefu Chai
1
-0
/
+15
2017-11-13
rgw: optimize the rgw-attr del code logic
wangsongbo
1
-25
/
+15
2017-11-13
compressor/zstd: use compress_generic from compression, cleanup
Sage Weil
1
-12
/
+13
2017-11-12
compressor/zstd: fix build options
Sage Weil
1
-1
/
+1
2017-11-12
rados: use size_t for `max_obj_len`
Kefu Chai
1
-1
/
+1
2017-11-11
bluestore: print aio in batch
Kefu Chai
3
-12
/
+16
2017-11-11
cmake: should add snappy header dir for libceph_snappy
Kefu Chai
1
-0
/
+2
2017-11-11
test/unittest_compression: fail if factory is not ready
Kefu Chai
1
-1
/
+1
2017-11-11
common/blkdev: should include "blkdev.h"
Kefu Chai
1
-0
/
+3
2017-11-11
common/PluginRegistry: define PLUGIN_SUFFIX to support osx
Kefu Chai
1
-0
/
+4
2017-11-11
ceph-objectstore-tool: Fix set-size to clear data_digest if changing disk size
David Zafman
1
-3
/
+6
2017-11-11
common/config: make internal_safe_to_start_threads internal
Sage Weil
6
-40
/
+33
2017-11-10
ceph-volume tests.functional update lvm/tox.ini paths after moving it
Alfredo Deza
1
-7
/
+9
2017-11-10
ceph-volume tests.functional move top level tox.ini to lvm/tox.ini
Alfredo Deza
1
-0
/
+0
2017-11-10
ceph-volume tests.functional move xenial to lvm/xenial
Alfredo Deza
8
-0
/
+2
2017-11-10
ceph-volume tests.functional lvm move xenial/bluestore to xenial/bluestore/cr...
Alfredo Deza
4
-1
/
+0
2017-11-10
ceph-volume tests.functional lvm move xenial/create to xenial/filestore/create
Alfredo Deza
4
-1
/
+0
2017-11-10
ceph-volume tests.functional move centos7 to lvm/centos7
Alfredo Deza
8
-0
/
+2
2017-11-10
ceph-volume tests.functional lvm move bluestore to bluestore/create
Alfredo Deza
4
-1
/
+0
2017-11-10
ceph-volume tests.functional lvm move create to filestore/create
Alfredo Deza
4
-1
/
+0
2017-11-10
rgw: more documentation for bilog trim config
Casey Bodley
1
-3
/
+14
2017-11-10
rgw: fix notify timeout for BucketTrimWatcher
Casey Bodley
1
-1
/
+1
2017-11-10
rgw: curly brace style for bilog trim classes
Casey Bodley
1
-28
/
+14
2017-11-10
rgw: BucketTrimWatcher checks handle in stop
Casey Bodley
1
-2
/
+4
2017-11-10
rgw: hold cr reference in MetadataListCR callback
Casey Bodley
1
-1
/
+3
2017-11-10
rgw: add comment for bucket in BucketCounter
Casey Bodley
1
-1
/
+1
2017-11-10
rgw: move shard marker helper into BucketIndexShardsManager
Casey Bodley
2
-13
/
+11
2017-11-10
qa/rgw: add kwargs for debug output
Casey Bodley
2
-1
/
+4
2017-11-10
test/rgw: add test_bucket_index_log_trim()
Casey Bodley
1
-0
/
+63
2017-11-10
rgw: add TrimComplete to watch/notify api
Casey Bodley
1
-0
/
+93
2017-11-10
rgw: RGWDataSyncSingleEntryCR calls BucketChangeObserver
Casey Bodley
3
-11
/
+29
2017-11-10
rgw: start BucketTrimManager in RGWRados
Casey Bodley
2
-2
/
+23
2017-11-10
rgw: add BucketTrimInstanceCR
Casey Bodley
1
-3
/
+148
2017-11-10
rgw: add HTTPManager to BucketTrimManager
Casey Bodley
3
-22
/
+37
2017-11-10
rgw: RGWGetBucketInstanceInfoCR takes rgw_bucket or metadata key
Casey Bodley
2
-9
/
+17
2017-11-10
rgw: add RGWRadosBILogTrimCR
Casey Bodley
3
-0
/
+61
2017-11-10
rgw: add RGWBucketInfo overload for BucketShard::init
Casey Bodley
2
-0
/
+16
2017-11-10
rgw: add /admin/log rest api for bucket sync status
Casey Bodley
1
-0
/
+51
2017-11-10
rgw: add json decoders for bucket sync status
Casey Bodley
3
-27
/
+74
[next]