summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mds: don't scatter gather update bare-bones dirfragswip-dirfragYan, Zheng2013-09-241-3/+3
* fragtree_t: fix get_leaves_under()Yan, Zheng2013-09-241-1/+1
* client: handle dirfrag mismatch when processing readdir replyYan, Zheng2013-09-242-11/+36
* client: use dir_result_t::END as flagYan, Zheng2013-09-241-3/+3
* mds: handle dirfrag mismatch when processing readdir requestYan, Zheng2013-09-241-12/+9
* mds: fix CInode::get_dirfrags_under()Yan, Zheng2013-09-241-8/+0
* mds: fix MDCache::merge_dir()Yan, Zheng2013-09-241-1/+1
* mds: don't fragmentate stray directoryYan, Zheng2013-09-241-2/+2
* mds: properly update rstat/fragstat when fragmentating directoryYan, Zheng2013-09-241-43/+43
* mds: properly store fragmenting dirfragsYan, Zheng2013-09-241-2/+4
* mds: trim log segment after finishing uncommitted fragmentsYan, Zheng2013-09-244-22/+38
* mds: use MDCache::force_dir_fragment() to rollback fragmentYan, Zheng2013-09-242-3/+18
* mds: delete orphan dirfrags during MDS recoversYan, Zheng2013-09-244-41/+150
* mds: delete orphan dirfrags after fragmentating directoryYan, Zheng2013-09-243-26/+115
* mds: start internal MDS request for fragmentating directoryYan, Zheng2013-09-244-86/+93
* 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