index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
osd
/
OpRequest.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
osd: add rados CACHE mode (different from RD and WR)
Sage Weil
2014-01-14
1
-0
/
+2
*
OpRequest: move method implementations into cc
Samuel Just
2013-10-28
1
-0
/
+25
*
TrackedOp: rework dump interface a little
Greg Farnum
2013-10-03
1
-8
/
+1
*
OpTracker: get rid of TrackedOp::received_time for the Message
Greg Farnum
2013-09-20
1
-2
/
+2
*
osd: use TrackedOp::get_req() instead of direct access to the request.
Greg Farnum
2013-09-20
1
-1
/
+0
*
OpTracker: move OpTracker pointer and some init code into TrackedOp
Greg Farnum
2013-09-20
1
-3
/
+1
*
OpTracker: move the OpTracker and OpHistory into common/TrackedOp.[h|cc]
Greg Farnum
2013-09-20
1
-227
/
+0
*
OpTracker: add an init_from_message() to the TrackedOp interface
Greg Farnum
2013-09-20
1
-0
/
+9
*
OpTracker: start making the OpTracker into a generic
Greg Farnum
2013-09-20
1
-37
/
+18
*
cleanup: removing refs to globals from libosd
Roald van Loon
2013-09-05
1
-17
/
+17
*
OpRequest: don't warn as quickly for slow recovery ops
Samuel Just
2013-08-06
1
-0
/
+16
*
In general, flush in caller of dump worker rather than worker
Dan Mick
2013-07-26
1
-4
/
+2
*
AdminSocket users: use generic formatting
Dan Mick
2013-07-26
1
-15
/
+13
*
osd: include op queue age histogram in osd_stat_t
Sage Weil
2013-07-18
1
-0
/
+29
*
OpRequest: don't maintain history if the OSD is shutting down
Samuel Just
2013-04-19
1
-1
/
+2
*
OSD: clear OpHistory on shutdown
Samuel Just
2013-03-22
1
-2
/
+10
*
OpRequest: use OpRequestRef for OpHistory
Samuel Just
2013-03-22
1
-4
/
+3
*
osd: make last state for slow requests more informative
Sage Weil
2013-01-22
1
-1
/
+2
*
osd: move rmw_flags to OpRequest, out of MOSDOp
Sage Weil
2012-12-27
1
-0
/
+1
*
osd/OpTracker: fix use-after-free
Sage Weil
2012-07-21
1
-6
/
+7
*
OpRequest,OSD: track recent slow ops
Samuel Just
2012-07-21
1
-20
/
+102
*
make everyone use our assert #include and macro
Sage Weil
2012-06-07
1
-0
/
+1
*
osd: include age in 'slow request' messages
Sage Weil
2012-05-16
1
-1
/
+2
*
osd: tweak slow request warnings
Sage Weil
2012-05-05
1
-25
/
+21
*
OpRequest: ignore all ops while the oldest one is still young.
Sage Weil
2012-05-04
1
-0
/
+3
*
OpRequest: only show a small set of the oldest messages, instead of all.
Joao Eduardo Luis
2012-05-04
1
-5
/
+37
*
osd: fix vector array out of bounds
Sage Weil
2012-04-19
1
-3
/
+2
*
osd: dump old ops singly rather than all at once.
Sage Weil
2012-04-19
1
-9
/
+13
*
OpRequest: mark_event output is now at debug 5
Samuel Just
2012-04-17
1
-1
/
+1
*
OSD: improve information and format of OSDTracker messages
Samuel Just
2012-04-13
1
-4
/
+26
*
Merge remote-tracking branch 'gh/wip-log'
Sage Weil
2012-03-31
1
-1
/
+1
*
OSD: Add typedef for shared_ptr<OpRequest>
Samuel Just
2012-03-26
1
-1
/
+12
*
osd/: add mark_event to OpRequest and move tracking into OpTracker
Samuel Just
2012-03-26
1
-0
/
+103