summaryrefslogtreecommitdiffstats
path: root/src/osd/OpRequest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* osd: add rados CACHE mode (different from RD and WR)Sage Weil2014-01-141-0/+2
* OpRequest: move method implementations into ccSamuel Just2013-10-281-0/+25
* TrackedOp: rework dump interface a littleGreg Farnum2013-10-031-8/+1
* OpTracker: get rid of TrackedOp::received_time for the MessageGreg Farnum2013-09-201-2/+2
* osd: use TrackedOp::get_req() instead of direct access to the request.Greg Farnum2013-09-201-1/+0
* OpTracker: move OpTracker pointer and some init code into TrackedOpGreg Farnum2013-09-201-3/+1
* OpTracker: move the OpTracker and OpHistory into common/TrackedOp.[h|cc]Greg Farnum2013-09-201-227/+0
* OpTracker: add an init_from_message() to the TrackedOp interfaceGreg Farnum2013-09-201-0/+9
* OpTracker: start making the OpTracker into a genericGreg Farnum2013-09-201-37/+18
* cleanup: removing refs to globals from libosdRoald van Loon2013-09-051-17/+17
* OpRequest: don't warn as quickly for slow recovery opsSamuel Just2013-08-061-0/+16
* In general, flush in caller of dump worker rather than workerDan Mick2013-07-261-4/+2
* AdminSocket users: use generic formattingDan Mick2013-07-261-15/+13
* osd: include op queue age histogram in osd_stat_tSage Weil2013-07-181-0/+29
* OpRequest: don't maintain history if the OSD is shutting downSamuel Just2013-04-191-1/+2
* OSD: clear OpHistory on shutdownSamuel Just2013-03-221-2/+10
* OpRequest: use OpRequestRef for OpHistorySamuel Just2013-03-221-4/+3
* osd: make last state for slow requests more informativeSage Weil2013-01-221-1/+2
* osd: move rmw_flags to OpRequest, out of MOSDOpSage Weil2012-12-271-0/+1
* osd/OpTracker: fix use-after-freeSage Weil2012-07-211-6/+7
* OpRequest,OSD: track recent slow opsSamuel Just2012-07-211-20/+102
* make everyone use our assert #include and macroSage Weil2012-06-071-0/+1
* osd: include age in 'slow request' messagesSage Weil2012-05-161-1/+2
* osd: tweak slow request warningsSage Weil2012-05-051-25/+21
* OpRequest: ignore all ops while the oldest one is still young.Sage Weil2012-05-041-0/+3
* OpRequest: only show a small set of the oldest messages, instead of all.Joao Eduardo Luis2012-05-041-5/+37
* osd: fix vector array out of boundsSage Weil2012-04-191-3/+2
* osd: dump old ops singly rather than all at once.Sage Weil2012-04-191-9/+13
* OpRequest: mark_event output is now at debug 5Samuel Just2012-04-171-1/+1
* OSD: improve information and format of OSDTracker messagesSamuel Just2012-04-131-4/+26
* Merge remote-tracking branch 'gh/wip-log'Sage Weil2012-03-311-1/+1
* OSD: Add typedef for shared_ptr<OpRequest>Samuel Just2012-03-261-1/+12
* osd/: add mark_event to OpRequest and move tracking into OpTrackerSamuel Just2012-03-261-0/+103