summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mds: remove useless debug messagePatrick Donnelly2019-09-131-1/+0
* mds: use const get_request_countPatrick Donnelly2019-09-132-9/+10
* mds: use session_info_t socket inst for addrPatrick Donnelly2019-09-133-7/+6
* mds: refactor session lookupPatrick Donnelly2019-09-131-10/+13
* mds: add explicit trim flagPatrick Donnelly2019-09-133-8/+27
* mds: alphabetize tracked config keysPatrick Donnelly2019-09-132-27/+24
* common: provide method to get half-lifePatrick Donnelly2019-09-132-1/+4
* common: correct variable namePatrick Donnelly2019-09-131-2/+2
* Merge PR #29574 into masterPatrick Donnelly2019-09-131-9/+8
|\
| * mds: Reorganize class members in FSMapUser headerVarsha Rao2019-08-201-9/+8
* | Merge PR #29883 into masterPatrick Donnelly2019-09-131-5/+6
|\ \
| * | mds: Reorganize class members in InoTable headerVarsha Rao2019-08-261-5/+6
* | | Merge PR #30090 into masterPatrick Donnelly2019-09-131-14/+12
|\ \ \
| * | | mds: Reorganize class members in Anchor headerVarsha Rao2019-09-041-14/+12
* | | | Merge PR #30143 into masterPatrick Donnelly2019-09-131-4/+3
|\ \ \ \
| * | | | mds: Reorganize class members in LocalLock headerVarsha Rao2019-09-051-4/+3
* | | | | Merge PR #30205 into masterPatrick Donnelly2019-09-131-3/+3
|\ \ \ \ \
| * | | | | mds: Reorganize class members in LogEvent headerVarsha Rao2019-09-061-3/+3
* | | | | | Merge PR #30191 into masterSage Weil2019-09-123-16/+46
|\ \ \ \ \ \
| * | | | | | cls/hello: disable write returning data clobbering demoSage Weil2019-09-121-2/+4
| * | | | | | messages/MOSDOpReply: assert no write result payloadsSage Weil2019-09-061-2/+6
| * | | | | | osd/PrimaryLogPG: assert write result == 0Sage Weil2019-09-061-3/+5
| * | | | | | osd/PrimaryLogPG: pass TMAPGET errors upSage Weil2019-09-051-1/+1
| * | | | | | osd/PrimaryLogPG: set result=0 for successful writesSage Weil2019-09-051-8/+30
* | | | | | | Merge pull request #29792 from sebastian-philipp/orchestrator-api-replaceSebastian Wagner2019-09-125-22/+48
|\ \ \ \ \ \ \
| * | | | | | | mgr/orchestrator: Document OSD replacementSebastian Wagner2019-08-215-22/+48
* | | | | | | | Merge PR #29820 into masterSage Weil2019-09-1210-265/+500
|\ \ \ \ \ \ \ \
| * | | | | | | | osd/PeeringState: log_weirdness during peeringSage Weil2019-09-101-0/+5
| * | | | | | | | osd/PeeringState: send new message typesSage Weil2019-09-091-18/+45
| * | | | | | | | osd/PeeringState: give require_osd_release to BufferedRecoveryMessagesSage Weil2019-09-094-10/+17
| * | | | | | | | osd: add new notify, query, and info messagesSage Weil2019-09-097-0/+272
| * | | | | | | | osd/PeeringState: use send_info() for replica activation ackSage Weil2019-09-091-19/+15
| * | | | | | | | osd/PeeringState: remove old info_map memberSage Weil2019-09-094-47/+1
| * | | | | | | | osd/PeeringState: send infos via message_map (not info_map)Sage Weil2019-09-092-18/+38
| * | | | | | | | osd/PeeringState: remove old query_map memberSage Weil2019-09-094-57/+1
| * | | | | | | | osd/PeeringState: send queries via message_map (not query_map)Sage Weil2019-09-093-23/+42
| * | | | | | | | osd/PeeringState: use return value from discover_all_missingSage Weil2019-09-093-4/+7
| * | | | | | | | osd/PeeringState: give PeeringCtxWrapper a BufferedRecoveryMessages refSage Weil2019-09-092-7/+14
| * | | | | | | | osd/PeeringState: send notifies via message_map (not notify_list)Sage Weil2019-09-094-87/+49
| * | | | | | | | osd/PeeringState: add message_map to PeeringCtx/BufferedRecoveryMessagesSage Weil2019-09-093-1/+37
| * | | | | | | | osd: dispatch_context inside PG lockSage Weil2019-09-052-21/+4
* | | | | | | | | Merge pull request #30146 from ivancich/wip-fix-min-unordered-bkt-listJ. Eric Ivancich2019-09-121-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rgw: fix minimum of unordered bucket listingJ. Eric Ivancich2019-09-091-3/+3
* | | | | | | | | | Merge pull request #30106 from smithfarm/wip-more-cbsNathan Cutler2019-09-121-247/+569
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | script/ceph-backport.sh: help the user set up the scriptNathan Cutler2019-09-111-298/+379
| * | | | | | | | | | script/ceph-backport.sh: check Backport ticket assigneeNathan Cutler2019-09-111-1/+13
| * | | | | | | | | | script/ceph-backport.sh: implement --component and --set-milestoneNathan Cutler2019-09-061-39/+66
| * | | | | | | | | | script/ceph-backport.sh: try known milestones before querying remote APINathan Cutler2019-09-061-13/+56
| * | | | | | | | | | script/ceph-backport.sh: checkout local branch if not in it alreadyNathan Cutler2019-09-061-0/+3
| * | | | | | | | | | script/ceph-backport.sh: explicitly sanity-check git remotesNathan Cutler2019-09-061-17/+27