summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ceph_test_rados: order racing read wrt to the COPY_FROMwip-rworderSage Weil2013-09-241-1/+6
* librados: add OPERATION_ORDER_READS_WRITES flagSage Weil2013-09-242-0/+7
* osd/ReplicatedPG: respect RWORDERED rados flagSage Weil2013-09-241-4/+12
* Merge pull request #630 from dachary/masterSage Weil2013-09-241-1/+1
|\
| * osd: change warn_interval_multiplier to uint32_tLoic Dachary2013-09-241-1/+1
|/
* Merge pull request #628 from dachary/wip-erasure-fix-thread-testSage Weil2013-09-246-42/+41
|\
| * ErasureCode: fix plugin loading threaded testLoic Dachary2013-09-246-42/+41
* | Merge pull request #627 from dachary/masterYehuda Sadeh2013-09-241-4/+5
|\ \ | |/ |/|
| * rgw: fix rgw test to reflect usage changeLoic Dachary2013-09-241-4/+5
|/
* Merge pull request #588 from dachary/wip-6274Sage Weil2013-09-2313-28/+1223
|\
| * ceph_argparse: unit tests for validate_command config-keyLoic Dachary2013-09-231-0/+25
| * ceph_argparse: unit tests for validate_command osdLoic Dachary2013-09-231-0/+510
| * ceph_argparse: unit tests for validate_command monLoic Dachary2013-09-231-0/+29
| * ceph_argparse: unit tests for validate_command mdsLoic Dachary2013-09-231-0/+134
| * ceph_argparse: unit tests for misc validate_commandLoic Dachary2013-09-231-0/+97
| * ceph_argparse: unit tests for validate_command authLoic Dachary2013-09-231-0/+52
| * ceph_argparse: unit tests for validate_command pgLoic Dachary2013-09-231-0/+98
| * pybind: ceph_argparse unit tests foundationsLoic Dachary2013-09-231-0/+48
| * pybind: catch EntityAddress missing /Loic Dachary2013-09-231-1/+4
| * mon: validate mon dump epoch as a positive integerLoic Dachary2013-09-231-1/+1
| * pybind: unit tests for ceph_argparse::parse_json_funcsigsLoic Dachary2013-09-234-0/+47
| * .gitignore gtags(1) generated filesLoic Dachary2013-09-231-1/+7
| * mon: get_command_descriptions support programLoic Dachary2013-09-233-0/+122
| * mon: convenience function to convert commands to jsonLoic Dachary2013-09-232-23/+35
| * autotools: set noinst_PROGRAMSLoic Dachary2013-09-231-0/+1
| * autotools: group test scripts in check_SCRIPTSLoic Dachary2013-09-233-2/+13
* | Merge pull request #566 from ceph/wip-purge-straySage Weil2013-09-2311-157/+193
|\ \
| * | mds: remove dirfrags when purging stray directoryYan, Zheng2013-09-222-16/+18
| * | mds: avoid fetching backtrace when purging strayYan, Zheng2013-09-222-100/+55
| * | mds: don't trim stray inode from the cache.Yan, Zheng2013-09-222-7/+17
| * | mds: remove unnecessary MDCache::maybe_eval_stray() callsYan, Zheng2013-09-223-13/+0
| * | mds: evaluate stray when releasing inode/dentry's referenceYan, Zheng2013-09-228-8/+53
| * | mds: allow delay in evaluating strayYan, Zheng2013-09-193-11/+29
| * | mds: touch dentry bottom recursivelyYan, Zheng2013-09-194-2/+20
| * | mds: re-integrate stray when link count >= 1Yan, Zheng2013-09-191-1/+1
| * | mds: fix MDCache::truncate_inode_finish() journalYan, Zheng2013-09-191-2/+3
* | | Merge pull request #591 from ceph/wip-miscGregory Farnum2013-09-234-13/+14
|\ \ \
| * | | common: fix Mutex, Cond no-copy declarationsSage Weil2013-09-112-4/+4
| * | | buffer: uninline, constify crc32c()Sage Weil2013-09-092-9/+10
* | | | Merge branch 'master' of github.com:ceph/cephGreg Farnum2013-09-233-0/+49
|\ \ \ \
| * \ \ \ Merge pull request #625 from ceph/wip-warn-pgSage Weil2013-09-233-0/+49
| |\ \ \ \
| | * | | | vstart: set 'mon pg min per osd'Sage Weil2013-09-231-0/+1
| | * | | | mon/PGMonitor: health warn if pool has relatively high objects/pgSage Weil2013-09-232-0/+19
| | * | | | mon/PGMonitor: health warn if pg_num != pgp_numSage Weil2013-09-231-0/+15
| | * | | | mon: warn if pg to osd ratio is too lowSage Weil2013-09-232-0/+14
* | | | | | mds: be more careful about decoding LogEventsGreg Farnum2013-09-231-4/+10
|/ / / / /
* | | | | Merge pull request #619 from dachary/wip-erasure-padSage Weil2013-09-234-77/+131
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ErasureCode: optimize padding calculationLoic Dachary2013-09-242-22/+16
| * | | | ErasureCode: coding style conformanceLoic Dachary2013-09-233-59/+119
|/ / / /
* | | | Merge pull request #626 from ceph/wip-usageLoic Dachary2013-09-231-8/+9
|\ \ \ \