index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.gitmodules
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2017-11-10
rgw: add rgw_bucket_sync_status() to bypass manager
Casey Bodley
2
-0
/
+60
2017-11-10
rgw: add 'radosgw-admin bilog autotrim'
Casey Bodley
3
-0
/
+33
2017-11-10
rgw: add configure_bucket_trim()
Casey Bodley
2
-0
/
+31
2017-11-10
rgw: BucketTrimManager implements BucketTrimObserver
Casey Bodley
2
-12
/
+118
2017-11-10
rgw: collect cold buckets for trim
Casey Bodley
2
-1
/
+68
2017-11-10
rgw: add BucketTrimStatus
Casey Bodley
2
-2
/
+27
2017-11-10
rgw: add MetadataListCR to loop over bucket instances
Casey Bodley
1
-0
/
+145
2017-11-10
rgw: add BucketTrimCR to spawn trim for active buckets
Casey Bodley
2
-1
/
+143
2017-11-10
rgw: add BucketTrimPollCR for interval and lease logic
Casey Bodley
2
-0
/
+61
2017-11-10
rgw: add TrimCounters api to BucketTrimWatcher
Casey Bodley
1
-4
/
+127
2017-11-10
rgw: add BucketTrimWatcher to serve watch/notify apis
Casey Bodley
2
-2
/
+141
2017-11-10
rgw: BucketTrimManager implements BucketChangeObserver
Casey Bodley
2
-2
/
+32
2017-11-10
common: introduce BoundedKeyCounter and unit test
Casey Bodley
3
-0
/
+393
2017-11-10
rgw: add skeleton for BucketTrimManager
Casey Bodley
3
-0
/
+92
2017-11-10
rgw: introduce RGWRadosNotifyCR for aio_notify
Casey Bodley
2
-0
/
+52
2017-11-10
rgw: MetadataManager interface takes const string refs
Casey Bodley
2
-4
/
+5
2017-11-10
rados: make ceph_perf_msgr_client work for multiple jobs
Jeegn Chen
1
-1
/
+1
2017-11-10
doc: release notes: fix grammar/style nits
Nathan Cutler
1
-7
/
+7
2017-11-10
rados: Copy payload in ceph_perf_msgr_client
Jeegn Chen
1
-1
/
+2
2017-11-09
doc/ceph-volume include the top level systemd.rst in the toctree
Alfredo Deza
1
-0
/
+1
2017-11-09
ceph-volume simple.activate add --file in help docstring as an example
Alfredo Deza
1
-1
/
+5
2017-11-09
doc/ceph-volume activate has a --file option for json files
Alfredo Deza
1
-0
/
+3
2017-11-09
ceph-volume simple.activate enable the osd when activating
Alfredo Deza
1
-0
/
+3
2017-11-09
ceph-volume systemd.systemctl always force symlink when masking ceph-disk
Alfredo Deza
1
-1
/
+1
2017-11-09
ceph-volume simple.activate use the contents of the JSON file, fallback to CL...
Alfredo Deza
1
-2
/
+3
2017-11-09
ceph-volume simple.activate only check for missing id and uuid if file is not...
Alfredo Deza
1
-4
/
+5
2017-11-09
ceph-volume simple.activate allow to pass a file to activate
Alfredo Deza
1
-2
/
+8
2017-11-09
ceph-volume tests.util add tests for OSDPath validator
Alfredo Deza
1
-0
/
+25
2017-11-09
ceph-volume systemd.systemctl masking ceph-disk needs to be done by directly ...
Alfredo Deza
1
-4
/
+8
2017-11-09
ceph-volume systemd.systemctl masking needs to use systemctl mask, not disable
Alfredo Deza
1
-1
/
+1
2017-11-09
ceph-volume simple.scan if mounted device cannot be detected, raise an error
Alfredo Deza
1
-0
/
+3
2017-11-09
ceph-volume simple.activate remove str formatting from logging
Alfredo Deza
1
-1
/
+1
2017-11-09
ceph-volume util.arg_validators always convert the path to an absolute path
Alfredo Deza
1
-3
/
+3
2017-11-09
rgw: Fix swift object expiry not deleting objects
Pavan Rallabhandi
1
-1
/
+1
2017-11-09
rgw/rgw_op.cc: Fix error message in rgw_user_get_all_buckets_stats
iliul
1
-4
/
+4
2017-11-09
rgw: check going_down() when lifecycle processing
Yao Zongyou
1
-0
/
+8
2017-11-09
ceph-volume util.arg_validators require superuser privs to check paths
Alfredo Deza
1
-1
/
+3
[next]