index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
WorkQueue.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
osd: allow osd_op_thread_timeout and suicide_timeout to be adjusted on the fly
haoyixing
2023-01-29
1
-5
/
+12
*
osd:modify conf, timeout & suicide timeout, of workqueue at runtime to avoid ...
simon gao
2020-11-22
1
-0
/
+6
*
common/WorkQueue: remove unused BatchWorkQueue
Kefu Chai
2020-08-05
1
-79
/
+0
*
common/WorkQueue,librbd,rgw: use ceph::timespan for representing interval
Kefu Chai
2020-08-04
1
-14
/
+24
*
common/HeartbeatMap: use std::atomic<time_point> for timeout
Kefu Chai
2020-08-03
1
-2
/
+2
*
crimson:add alien blue store
Chunmei Liu
2020-02-28
1
-1
/
+1
*
crimson:common add TOPNSPC namespace for ceph and crimson
Chunmei Liu
2020-02-28
1
-1
/
+1
*
common/work_queue: make ThreadPool/WorkQueue more reusable.
Igor Fedotov
2019-09-11
1
-3
/
+4
*
osd/: create interface for TPHandle, remove WorkQueue include from MissingLoc
Samuel Just
2019-05-10
1
-3
/
+4
*
common: Update WorkQueue.h to work without using namespace
Adam C. Emerson
2019-03-29
1
-4
/
+4
*
common: add "requeue_back" WorkQueue method
Mykola Golub
2019-03-15
1
-1
/
+6
*
common/WorkQueue: no WorkQueue or ThreadPool on seastar
Sage Weil
2018-11-21
1
-0
/
+10
*
common/WorkQueue: Mutex -> ceph::mutex
Sage Weil
2018-11-21
1
-62
/
+69
*
common/WorkQueue: drop unused get_lock()
Sage Weil
2018-11-21
1
-4
/
+0
*
common: std::lock_guard<...> -> std::lock_guard
Sage Weil
2018-11-21
1
-16
/
+16
*
common: remove unused ioprio thread/wq infrastructure
Sage Weil
2018-10-23
1
-4
/
+0
*
common: Lock -> lock, Unlock -> lock, TryLock -> try_lock
Sage Weil
2018-09-20
1
-20
/
+20
*
common: Mutex::Locker -> std::lock_guard<Mutex>
Sage Weil
2018-09-20
1
-16
/
+16
*
common: Use ceph_assert for asserts
Adam C. Emerson
2018-08-27
1
-11
/
+11
*
common: move ConfigValues out of md_config_t
Kefu Chai
2018-07-10
1
-1
/
+1
*
common: add LockPolicy to md_config_t
Kefu Chai
2018-06-27
1
-1
/
+2
*
common/WorkQueue: fix a race avoiding drain endless.
Jianpeng Ma
2017-11-06
1
-0
/
+1
*
common,osd: enforce move semantics in WorkQueue
Kefu Chai
2017-10-10
1
-6
/
+6
*
common: use mono clock for HeartbeatMap
Kefu Chai
2017-09-21
1
-2
/
+2
*
common: improve the ability to mock PointerWQ classes
Jason Dillaman
2017-06-27
1
-1
/
+4
*
common: migrate atomic_t to <atomic>
Jesse Williamson
2017-06-02
1
-3
/
+7
*
common: Remove redundant includes
Jos Collin
2017-05-17
1
-3
/
+0
*
src/common: change last_work_queue to next_work_queue.
Pan Liu
2017-04-25
1
-1
/
+1
*
common: add override in header file
liuchang0812
2017-03-03
1
-29
/
+29
*
common/WorkQueue: add std move
Michal Jarzabek
2016-06-19
1
-5
/
+6
*
common/WorkQueue.h: add override to virtual func
Michal Jarzabek
2016-06-04
1
-4
/
+4
*
WorkQueue: add ability to requeue an item that was dequeued
Jason Dillaman
2016-04-09
1
-0
/
+5
*
Merge remote-tracking branch 'gh/wip-da-SCA-20150910'
Sage Weil
2016-02-02
1
-0
/
+1
|
\
|
*
add some cppcheck-suppress noExplicitConstructor comments
Danny Al-Gaaf
2016-01-29
1
-0
/
+1
*
|
common,osd: remove _process(T *t) to silence warnings
Kefu Chai
2016-02-01
1
-14
/
+5
|
/
*
Merge remote-tracking branch 'upstream/jewel'
Jason Dillaman
2016-01-14
1
-4
/
+4
|
\
|
*
WorkQueue: delay registering PointerWQ with thread pool
Jason Dillaman
2016-01-13
1
-4
/
+4
*
|
threads: add thread names
Igor Podoski
2016-01-05
1
-2
/
+4
|
/
*
WorkQueue: PointerWQ now supports out-of-band processing
Jason Dillaman
2015-12-15
1
-0
/
+7
*
WorkQueue: PointerWQ drain no longer waits for other queues
Jason Dillaman
2015-11-17
1
-1
/
+19
*
WorkQueue: new PointerWQ base class for ContextWQ
Jason Dillaman
2015-11-10
1
-22
/
+90
*
os/newstore: throttle wal work
Sage Weil
2015-09-01
1
-0
/
+4
*
common/WorkQueue: add wait()
Sage Weil
2015-08-19
1
-0
/
+6
*
Merge remote-tracking branch 'origin/next'
John Spray
2015-08-13
1
-0
/
+2
|
\
|
*
WorkQueue: add/remove_work_queue methods now thread safe
Jason Dillaman
2015-08-11
1
-0
/
+2
*
|
common: add nested-name-specifier ThreadPool before WorkQueueVal
huangjun
2015-07-24
1
-1
/
+1
*
|
Fix "was hidden" compilation warnings
Orit Wasserman
2015-07-23
1
-13
/
+19
*
|
docs: Document the ThreadPool and WorkQueue classes.
Krzysztof KosiĆski
2015-07-23
1
-2
/
+40
|
/
*
WorkQueue: ContextWQ can now accept a return code
Jason Dillaman
2015-06-04
1
-11
/
+12
*
WorkQueue: added virtual destructor
Jason Dillaman
2015-05-26
1
-1
/
+1
[next]