summaryrefslogtreecommitdiffstats
path: root/src/os (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-15.githubmap: Add cbodleyJos Collin1-0/+1
2017-11-15rgw: add data sync related cmd into radosgw-admin help infolvshanchun3-0/+19
2017-11-15rgw: add metadata sync related cmd into radosgw-admin help infoLeeshine3-0/+15
2017-11-15test/librbd: valgrind warning in TestMockManagedLockBreakRequest.DeadLockOwnerMykola Golub1-0/+1
2017-11-14ceph-dencoder: adding support for cls_rgw_lc_obj_headYao Zongyou3-0/+13
2017-11-14librbd: add new API methods and expand the rbd CLI to list trashed imagessongweibin8-14/+427
2017-11-14librbd: limit IO per second by TokenBucketThrottleDongsheng Yang8-1/+73
2017-11-13pybind/mgr/prometheus: don't crash when encountering an unknown PG stateJan Fajerski1-1/+4
2017-11-13os/bluestore: remove ineffective BlueFS fnode extent calculation.Igor Fedotov4-34/+55
2017-11-13mgr/balancer: skip CRUSH_ITEM_NONESage Weil2-1/+5
2017-11-13rgw.iam: change '1' to '1ULL' in function print_actionsBingyin Zhang1-4/+4
2017-11-13cmake: warn if libstdc++ older than 5.1.0 is usedKefu Chai1-0/+15
2017-11-13rgw: optimize the rgw-attr del code logicwangsongbo1-25/+15
2017-11-13compressor/zstd: use compress_generic from compression, cleanupSage Weil1-12/+13
2017-11-12compressor/zstd: fix build optionsSage Weil1-1/+1
2017-11-12rados: use size_t for `max_obj_len`Kefu Chai1-1/+1
2017-11-11bluestore: print aio in batchKefu Chai3-12/+16
2017-11-11cmake: should add snappy header dir for libceph_snappyKefu Chai1-0/+2
2017-11-11test/unittest_compression: fail if factory is not readyKefu Chai1-1/+1
2017-11-11common/blkdev: should include "blkdev.h"Kefu Chai1-0/+3
2017-11-11common/PluginRegistry: define PLUGIN_SUFFIX to support osxKefu Chai1-0/+4
2017-11-11ceph-objectstore-tool: Fix set-size to clear data_digest if changing disk sizeDavid Zafman1-3/+6
2017-11-11common/config: make internal_safe_to_start_threads internalSage Weil6-40/+33
2017-11-10ceph-volume tests.functional update lvm/tox.ini paths after moving itAlfredo Deza1-7/+9
2017-11-10ceph-volume tests.functional move top level tox.ini to lvm/tox.iniAlfredo Deza1-0/+0
2017-11-10ceph-volume tests.functional move xenial to lvm/xenialAlfredo Deza8-0/+2
2017-11-10ceph-volume tests.functional lvm move xenial/bluestore to xenial/bluestore/cr...Alfredo Deza4-1/+0
2017-11-10ceph-volume tests.functional lvm move xenial/create to xenial/filestore/createAlfredo Deza4-1/+0
2017-11-10ceph-volume tests.functional move centos7 to lvm/centos7Alfredo Deza8-0/+2
2017-11-10ceph-volume tests.functional lvm move bluestore to bluestore/createAlfredo Deza4-1/+0
2017-11-10ceph-volume tests.functional lvm move create to filestore/createAlfredo Deza4-1/+0
2017-11-10rgw: more documentation for bilog trim configCasey Bodley1-3/+14
2017-11-10rgw: fix notify timeout for BucketTrimWatcherCasey Bodley1-1/+1
2017-11-10rgw: curly brace style for bilog trim classesCasey Bodley1-28/+14
2017-11-10rgw: BucketTrimWatcher checks handle in stopCasey Bodley1-2/+4
2017-11-10rgw: hold cr reference in MetadataListCR callbackCasey Bodley1-1/+3
2017-11-10rgw: add comment for bucket in BucketCounterCasey Bodley1-1/+1
2017-11-10rgw: move shard marker helper into BucketIndexShardsManagerCasey Bodley2-13/+11
2017-11-10qa/rgw: add kwargs for debug outputCasey Bodley2-1/+4
2017-11-10test/rgw: add test_bucket_index_log_trim()Casey Bodley1-0/+63
2017-11-10rgw: add TrimComplete to watch/notify apiCasey Bodley1-0/+93
2017-11-10rgw: RGWDataSyncSingleEntryCR calls BucketChangeObserverCasey Bodley3-11/+29
2017-11-10rgw: start BucketTrimManager in RGWRadosCasey Bodley2-2/+23
2017-11-10rgw: add BucketTrimInstanceCRCasey Bodley1-3/+148
2017-11-10rgw: add HTTPManager to BucketTrimManagerCasey Bodley3-22/+37
2017-11-10rgw: RGWGetBucketInstanceInfoCR takes rgw_bucket or metadata keyCasey Bodley2-9/+17
2017-11-10rgw: add RGWRadosBILogTrimCRCasey Bodley3-0/+61
2017-11-10rgw: add RGWBucketInfo overload for BucketShard::initCasey Bodley2-0/+16
2017-11-10rgw: add /admin/log rest api for bucket sync statusCasey Bodley1-0/+51
2017-11-10rgw: add json decoders for bucket sync statusCasey Bodley3-27/+74