summaryrefslogtreecommitdiff
path: root/src/osd/OpRequest.cc
Commit message (Expand)AuthorAgeFilesLines
* OpRequest: don't maintain history if the OSD is shutting downSamuel Just2013-04-191-1/+2
* OSD: clear OpHistory on shutdownSamuel Just2013-03-211-2/+10
* OpRequest: use OpRequestRef for OpHistorySamuel Just2013-03-211-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-201-20/+102
* make everyone use our assert #include and macroSage Weil2012-06-061-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-031-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-181-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-301-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