index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
PrioritizedQueue.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename "include/assert.h"
Brad Hubbard
2018-09-14
1
-1
/
+1
*
common: Use ceph_assert for asserts
Adam C. Emerson
2018-08-27
1
-13
/
+15
*
common,osd: enforce move semantics in WorkQueue
Kefu Chai
2017-10-10
1
-18
/
+20
*
osd/PG: Add two new mClock implementations of the PG sharded operator queue
J. Eric Ivancich
2017-06-21
1
-63
/
+0
*
common: Remove redundant includes
Jos Collin
2017-05-22
1
-3
/
+0
*
common: add override in header file
liuchang0812
2017-03-03
1
-10
/
+10
*
PrioritizedQueue: let filter_by_predicate use f to accumulate
Samuel Just
2016-05-17
1
-23
/
+13
*
common/OpQueue: Add base class for Op Queues. Introduce the new Weighted Prio...
Robert LeBlanc
2015-12-19
1
-17
/
+20
*
common/PrioritizedQueue.h: Style clean up and remove uneeded includes.
Robert LeBlanc
2015-12-18
1
-19
/
+30
*
common/PrioritizedQueue: do not 'using namespace std'
Kefu Chai
2015-01-06
1
-29
/
+33
*
common/PrioritizedQueue: include first item's cost in dump
Sage Weil
2014-03-18
1
-0
/
+2
*
common/PrioritizedQueue: constify a few things
Sage Weil
2014-03-18
1
-4
/
+4
*
common/PrioritizedQueue: fix remove_by_class() corner case
Sage Weil
2014-03-18
1
-4
/
+3
*
PrioritizedQueue: cap costs at max_tokens_per_subqueue
Samuel Just
2014-03-13
1
-0
/
+4
*
prio-q: initialize cur iterator
Noah Watkins
2013-11-02
1
-1
/
+1
*
common/PrioritizedQueue: dump state to Formatter
Sage Weil
2013-01-22
1
-0
/
+34
*
common/PrioritizedQueue: add min cost, max tokens per bucket
Sage Weil
2013-01-22
1
-5
/
+40
*
common/PrioritizedQueue: buckets -> tokens
Sage Weil
2013-01-22
1
-8
/
+8
*
PrioritizedQueue: increment ret when removing items from list
Samuel Just
2012-12-11
1
-0
/
+1
*
PrioritizedQueue: move if check out of loop in filter_list_pairs
Samuel Just
2012-12-11
1
-4
/
+4
*
PrioritizedQueue: allow caller to get items removed by removed_by_filter
Samuel Just
2012-12-05
1
-8
/
+18
*
PrioritizedQueue: remove internal lock, not used
Samuel Just
2012-11-16
1
-3
/
+1
*
PrioritizedQueue: allow remove_by_class to return removed items
Samuel Just
2012-11-15
1
-4
/
+12
*
PrioritizedQueue: use iterator to streamlink SubQueue::remove_by_class()
Sage Weil
2012-11-13
1
-7
/
+9
*
PrioritizedQueue: avoid double-lookup on create_queue()
Sage Weil
2012-11-13
1
-8
/
+7
*
common: Add PriorititizedQueue
Samuel Just
2012-11-13
1
-0
/
+310