summaryrefslogtreecommitdiffstats
path: root/src/librados (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-01install-deps.sh: workaround setuptools' dependency on sixKefu Chai2-1/+5
2017-06-01test/cli/osdmaptool/: fix testsSage Weil4-15/+17
2017-06-01test/cli/crushtool: adjust testsSage Weil2-2/+2
2017-06-01mon: set mon_osd_initial_require_min_compat_client = jewelSage Weil1-1/+1
2017-06-01crush: set default tunables to jewelSage Weil1-1/+1
2017-05-31mempool: dump total, tooSage Weil2-3/+14
2017-05-31osd: (loosely) mark cached map bl buffers as osd_mapblSage Weil2-0/+3
2017-05-31os/bluestore: mark buffer caches buffers as bluestore_dataSage Weil2-2/+4
2017-05-31buffer: remove buffer_data mempoolSage Weil3-17/+21
2017-05-31buffer: allow buffers to map into arbitrary mempoolsSage Weil3-13/+77
2017-05-31mempool: allow pool counts to be adjusted explicitlySage Weil2-0/+9
2017-05-31buffer: fix mempool accounting for claimed charsSage Weil2-1/+23
2017-05-31mempool: kill unittest_? mempoolsSage Weil2-47/+45
2017-05-31test/osd/TestRados.cc: run test after finishing redirect setupmyoungwon oh1-14/+21
2017-05-31qa: krbd discard/zeroout testsIlya Dryomov2-0/+129
2017-05-31rpm: Move ceph-disk to ceph-baseBoris Ranto1-16/+27
2017-05-31rgw_file: add lock protection for readdir against gcGui Hecheng1-0/+2
2017-05-31crush: update choose_args on adjust_item_weightLoic Dachary6-17/+190
2017-05-31crush: update choose_args when items are added/removedLoic Dachary4-0/+193
2017-05-31mon:remove useless function for MDSMonitor::generate_mds_map()yonghengdexin7351-1/+0
2017-05-31osdmaptool: fix cli testsSage Weil3-4/+4
2017-05-31common/version: include release name and type in version stringSage Weil7-5/+56
2017-05-31osd/OSDMap: switch [require_]min_compat_client to CEPH_RELEASE_* valuesSage Weil3-74/+102
2017-05-31common: expand CEPH_RELEASE_ names; rename helperSage Weil3-9/+81
2017-05-31build: Use .S suffix for ppc64le assembly filesAndrew Solomon2-1/+1
2017-05-31mon: Add override for FsNewHandler::handle()yonghengdexin7351-1/+1
2017-05-31ceph-disk: Fix the file ownership, skip missingBoris Ranto2-5/+25
2017-05-31selinux: Do parallel relabel on package installBoris Ranto2-2/+13
2017-05-30osd: When scrub finds an attr error mark shard inconsistentDavid Zafman1-4/+3
2017-05-30os/bluestore: bluestore_debug_fsck_abortSage Weil2-0/+4
2017-05-30test/old: Removed commented codeJos Collin1-47/+0
2017-05-30doc: add rados xattr commands to manpageAndreas Gerstmayr1-0/+12
2017-05-30qa/suites/upgrade/kraken-x: enable experimental for bluestoreSage Weil2-0/+5
2017-05-30mon: add up|down|in|out filters to 'osd tree'Sage Weil7-17/+100
2017-05-30cmake: link radosgw with boost librariesNathan Cutler1-1/+1
2017-05-30bluestore: fix a typo about bleustoreDongsheng Yang1-3/+3
2017-05-30test/msgr: silence warnings from -Wsign-compareJos Collin1-1/+1
2017-05-30test: test_denc.cc: silence warning from -Wsign-compareJos Collin1-2/+2
2017-05-30os/bluestore: deep decode onode valueSage Weil1-1/+1
2017-05-30os/bluestore: fsck: use btree_set to replace set<uint64_t>Sage Weil1-3/+10