summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
|\ \ \ \ \ \ \
| * | | | | | | common/config: include --cluster in default usage messageSage Weil2013-09-231-8/+9
* | | | | | | | Merge pull request #617 from dachary/wip-lfnindexSage Weil2013-09-231-6/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | os: fix TestLFNIndex test warningsLoic Dachary2013-09-221-6/+11
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #624 from ceph/automake-fix-commonSage Weil2013-09-231-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | make: build common/secret only on linuxautomake-fix-commonNoah Watkins2013-09-231-1/+4
| |/ / / / / / /
* | | | | | | | Merge pull request #618 from dachary/wip-jerasure-minimum-to-decodeSage Weil2013-09-232-8/+115
|\ \ \ \ \ \ \ \
| * | | | | | | | ErasureCode: minimum_to_decode unit tests and optimizationLoic Dachary2013-09-222-8/+115
| |/ / / / / / /
* | | | | | | | Merge pull request #605 from dachary/wip-erasure-code-plugin-testSage Weil2013-09-238-53/+187
|\ \ \ \ \ \ \ \
| * | | | | | | | ErasureCode: complete plugin loader unit testsLoic Dachary2013-09-196-52/+182