summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | OSD: check for splitting when processing recover/backfill reservationsSamuel Just2013-10-171-50/+59
* | Merge pull request #691 from ceph/wip-dirfragGregory Farnum2013-10-1717-236/+611
|\ \
| * | qa/workunits/misc/dirfrag: make it work on ubuntuYan, Zheng2013-10-141-5/+7
| * | mds: optimize map element dereferenceYan, Zheng2013-10-111-17/+24
| * | qa/workunits: Add large number of files in a directory test scriptYan, Zheng2013-10-051-0/+46
| * | mds: reduce verbosity of dir fragment loggingYan, Zheng2013-10-051-6/+6
| * | mds: fix bloom filter leaksYan, Zheng2013-10-052-2/+3
| * | mds: stop propagating rstat if freezing/frozen dirfrag is encountered.Yan, Zheng2013-10-052-5/+4
| * | mds: don't scatter gather update bare-bones dirfragsYan, Zheng2013-10-051-3/+3
| * | fragtree_t: fix get_leaves_under()Yan, Zheng2013-10-051-1/+1
| * | client: handle dirfrag mismatch when processing readdir replyYan, Zheng2013-10-052-11/+36
| * | client: use dir_result_t::END as flagYan, Zheng2013-10-051-3/+3
| * | mds: handle dirfrag mismatch when processing readdir requestYan, Zheng2013-10-051-12/+9
| * | mds: fix CInode::get_dirfrags_under()Yan, Zheng2013-10-051-8/+0
| * | mds: fix MDCache::merge_dir()Yan, Zheng2013-10-051-1/+1
| * | mds: don't fragmentate stray directoriesYan, Zheng2013-10-051-2/+2
| * | mds: properly update rstat/fragstat when fragmentating directoryYan, Zheng2013-10-051-44/+46
| * | mds: properly store fragmenting dirfragsYan, Zheng2013-10-051-2/+4
| * | mds: trim log segment after finishing uncommitted fragmentsYan, Zheng2013-10-054-5/+25
| * | mds: delete orphan dirfrags during MDS recoversYan, Zheng2013-10-053-36/+123
| * | mds: journal original dirfrags for rollbackYan, Zheng2013-10-054-18/+117
| * | mds: delete orphan dirfrags after fragmentating directoryYan, Zheng2013-10-043-26/+115
| * | mds: start internal MDS request for fragmentating directoryYan, Zheng2013-10-044-88/+95
* | | Merge remote-tracking branch 'gh/next'Sage Weil2013-10-161-0/+1
|\ \ \ | | |/ | |/|
| * | .gitignore: ceph-kvstore-toolSage Weil2013-10-161-0/+1
* | | Merge remote-tracking branch 'gh/next'Sage Weil2013-10-1618-135/+642
|\ \ \ | |/ /
| * | debian, specfile: fix ceph-kvstore-tool packagingSage Weil2013-10-162-2/+2
| * | Merge pull request #732 from ceph/wip-kvstore-toolSage Weil2013-10-163-14/+125
| |\ \
| | * | ceph-kvstore-tool: copy one leveldb store to some other placeJoao Eduardo Luis2013-10-161-4/+90
| | * | ceph-kvstore-tool: calc store crcJoao Eduardo Luis2013-10-161-5/+29
| | * | tools: move 'test_store_tool' to 'tools/ceph-kvstore-tool'Joao Eduardo Luis2013-10-163-5/+6
| * | | Merge pull request #729 from ceph/wip-5716Josh Durgin2013-10-152-26/+60
| |\ \ \
| | * | | rgw: gracefully handle bad root pool nameswip-5716Yehuda Sadeh2013-10-152-26/+60
| * | | | test/filestore/run_seed_to.sh: avoid obsolete --filestore-xattr-use-omapSage Weil2013-10-151-5/+4
| * | | | MonCommands: note that pg dump options don't work in plaintextGreg Farnum2013-10-151-1/+1
| * | | | ceph_test_rados: fix snap remove vs rollback fixSage Weil2013-10-151-6/+7
| |/ / /
| * | | os/LevelDBStore: handle deletion race when checking store sizeSage Weil2013-10-151-1/+3
| * | | Merge pull request #718 from ceph/wip-6553Sage Weil2013-10-151-1/+1
| |\ \ \
| | * | | rgw: fix authenticated users acl group checkwip-6553Yehuda Sadeh2013-10-151-1/+1
| * | | | rgw: change default log levelYehuda Sadeh2013-10-151-1/+1
| * | | | Merge pull request #720 from liewegas/wip-6521Sage Weil2013-10-152-1/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | mon/PGMonitor: set floor below which we do not warn about objects/pgSage Weil2013-10-152-1/+5
| |/ / /
| * | | Merge pull request #596 from ceph/wip-6147Sage Weil2013-10-145-77/+433
| |\ \ \
| | * | | mon: OSDMonitor: add 'osd pool stats' commandJoao Eduardo Luis2013-10-152-0/+103
| | * | | mon: PGMap: rework client IO rate calc and outputJoao Eduardo Luis2013-10-152-33/+78
| | * | | mon: PGMap: reuse existing summary functions to output pool statsJoao Eduardo Luis2013-10-153-25/+71
| | * | | mon: PGMap: keep track of per-pool stats deltasJoao Eduardo Luis2013-10-153-19/+181
| |/ / /
* | | | Merge pull request #655 from ceph/wip-cache-crcSage Weil2013-10-1612-16/+1207
|\ \ \ \
| * | | | common/buffer: behave when cached crc stats don't start at 0Sage Weil2013-10-161-16/+19
| * | | | crc32c: expand unit testYehuda Sadeh2013-10-161-0/+171