index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
librbd
/
journal
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test/librbd: actually alternate overlaps in DiscardWithPruneWriteOverlap
Ilya Dryomov
2023-12-09
1
-1
/
+1
*
test/librbd: avoid config-related crashes in DiscardWithPruneWriteOverlap
Ilya Dryomov
2023-12-09
1
-9
/
+25
*
test/librbd: Add workaround for a journaling deadlock that this test exposes
Joshua Baergen
2023-12-05
1
-0
/
+4
*
librbd: Append one journal event per image request
Joshua Baergen
2023-12-05
1
-0
/
+63
*
test/librbd: Add a stress test that reproduces a crash during discard journaling
Joshua Baergen
2023-12-05
1
-0
/
+101
*
librbd: stop passing IOContext to image dispatch write methods
Ilya Dryomov
2023-06-18
1
-5
/
+3
*
librbd: propagate area down to file_to_extents()
Ilya Dryomov
2022-12-04
1
-7
/
+8
*
test/librbd: build without "using namespace std"
Kefu Chai
2021-08-13
1
-0
/
+1
*
librbd: pass IOContext to image-extent IO dispatch methods
Jason Dillaman
2020-09-18
1
-5
/
+11
*
librbd: remove unncessary templating from io::ImageDispatchSpec
Jason Dillaman
2020-09-18
1
-1
/
+1
*
Merge pull request #35329 from trociny/wip-quiesce_complete
Jason Dillaman
2020-06-18
2
-14
/
+21
|
\
|
*
librbd: new snapshot create API to pass flags
Mykola Golub
2020-06-09
2
-14
/
+21
*
|
librbd: swapped ThreadPool/ContextWQ for AsioEngine
Jason Dillaman
2020-06-13
3
-11
/
+26
|
/
*
librbd: add flags param to Operations::execute_snap_create
Mykola Golub
2020-05-22
1
-1
/
+1
*
librbd: switch to new api::Io dispatch helper methods
Jason Dillaman
2020-05-14
2
-38
/
+51
*
librbd: created new api::Io helper methods
Jason Dillaman
2020-05-14
1
-1
/
+1
*
librbd: temporarily redirect ImageRequestWQ IO through ImageDispatcher
Jason Dillaman
2020-05-14
1
-1
/
+0
*
librbd: add image dispatch layer to image dispatch spec
Jason Dillaman
2020-05-14
1
-1
/
+2
*
librbd: make "snapshot create" notification be "async"
Mykola Golub
2020-05-05
1
-1
/
+1
*
librbd: Modify related test cases
zhengyin
2019-11-19
1
-2
/
+3
*
test: fixup rbd tests as a side effect of reference counting
Venky Shankar
2019-11-11
1
-1
/
+2
*
test: wait for pending journal replay operations
Venky Shankar
2019-11-11
1
-0
/
+4
*
common/RefCountedObj: cleanup con/des
Patrick Donnelly
2019-09-16
1
-5
/
+0
*
include: convert FunctionContext usage to generic LambdaContext
Patrick Donnelly
2019-09-16
1
-1
/
+1
*
test/librbd: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
6
-33
/
+27
*
journal: support dynamically updating recorder flush options
Jason Dillaman
2019-06-19
1
-1
/
+1
*
journal: auto-tune journal fetch params based on memory target
Mykola Golub
2019-06-11
1
-1
/
+1
*
librbd: remove special case for starting AioCompletion ops
Jason Dillaman
2019-05-02
1
-1
/
+1
*
librbd: renamed 'ImageCtx::snap_lock' to 'image_lock'
Jason Dillaman
2019-04-28
1
-5
/
+5
*
librbd: remove special case for journal replay via writeback
Jason Dillaman
2019-04-11
1
-46
/
+0
*
librbd: align discard requests to default bluestore allocation size
Jason Dillaman
2019-02-26
3
-24
/
+34
*
librbd: remove non-performance sensitive cached config values
Jason Dillaman
2018-10-05
1
-2
/
+2
*
librbd: option to limit in-flight appends
Mykola Golub
2018-08-30
1
-1
/
+1
*
test: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
3
-8
/
+8
*
common,rbd,rgw,osd: extract config values into ConfigValues
Kefu Chai
2018-07-10
1
-1
/
+1
*
librbd: commit IO as safe when complete if writeback cache is disabled
Jason Dillaman
2018-05-31
1
-0
/
+54
*
rbd: use const_iterator for decode
Kefu Chai
2018-05-17
2
-4
/
+4
*
misc: mark constructors as explicit
Danny Al-Gaaf
2018-05-02
3
-3
/
+3
*
librbd: removed legacy object cacher hooks
Jason Dillaman
2018-03-07
1
-5
/
+10
*
librbd: removed legacy journal event tracking hooks from IO path
Jason Dillaman
2018-03-07
1
-3
/
+2
*
librbd: track the originating source of a flush request
Jason Dillaman
2018-02-26
1
-1
/
+1
*
librbd: separated queued image IO requests from state machine
Jason Dillaman
2018-02-26
1
-11
/
+16
*
librbd: remove duplicated header
songweibin
2018-02-11
1
-1
/
+0
*
rbd: Use unqualified encode/decode
Adam C. Emerson
2018-01-10
4
-6
/
+7
*
librbd: async journal reset state machine
Jason Dillaman
2017-12-19
1
-0
/
+264
*
librbd: refresh image after applying new/removing old metadata
Jason Dillaman
2017-10-10
2
-9
/
+17
*
librbd: journal should ignore -EILSEQ errors from compare-and-write
Jason Dillaman
2017-10-03
1
-1
/
+1
*
rbd: switched from legacy to new-style configuration options
Jason Dillaman
2017-08-09
2
-7
/
+11
*
test/librbd: handle compare_and_write op in test_mock_Replay
wangzhengyong
2017-07-26
1
-0
/
+85
*
librbd: guard journal replay from losing exclusive lock
Jason Dillaman
2017-06-01
1
-0
/
+268
[next]