index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
librbd
/
operation
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
librbd/io: Use io_image_dispatch->invalidate_cache
lixiaoy1
2020-10-27
2
-2
/
+2
*
librbd: pass IOContext to image-extent IO dispatch methods
Jason Dillaman
2020-09-18
1
-15
/
+9
*
librbd: remove unncessary templating from io::ImageDispatchSpec
Jason Dillaman
2020-09-18
1
-45
/
+12
*
librbd: use task finisher thread for image open/close callbacks
Jason Dillaman
2020-07-27
1
-1
/
+7
*
librbd: integrate neorados into ImageCtx
Jason Dillaman
2020-07-16
1
-0
/
+5
*
test/librados_test_stub: pass read snap id to read operation hooks
Jason Dillaman
2020-07-16
5
-12
/
+14
*
Merge pull request #35329 from trociny/wip-quiesce_complete
Jason Dillaman
2020-06-18
2
-7
/
+8
|
\
|
*
librbd: fix potential race when notify quiesce fails
Mykola Golub
2020-06-09
1
-4
/
+3
|
*
librbd: new snapshot create API to pass flags
Mykola Golub
2020-06-09
2
-3
/
+4
|
*
librbd: send unquiesce even if quiesce failed
Mykola Golub
2020-06-09
1
-0
/
+1
*
|
librbd: swapped ThreadPool/ContextWQ for AsioEngine
Jason Dillaman
2020-06-13
2
-0
/
+26
|
/
*
librbd: add "skip notify quiesce" flag to "snap create"
Mykola Golub
2020-05-22
1
-0
/
+43
*
librbd: add flags param to Operations::execute_snap_create
Mykola Golub
2020-05-22
1
-8
/
+8
*
librbd: refactor quiesce notify request
Mykola Golub
2020-05-22
1
-11
/
+12
*
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
-10
/
+10
*
librbd: switched IO (un)block_write calls to new queue image dispatcher
Jason Dillaman
2020-05-14
5
-10
/
+10
*
librbd: add image dispatch layer to image dispatch spec
Jason Dillaman
2020-05-14
1
-2
/
+3
*
librbd: make "snapshot create" notification be "async"
Mykola Golub
2020-05-05
1
-10
/
+18
*
librbd: API for quiesce callbacks
Mykola Golub
2020-05-05
1
-7
/
+55
*
librbd: EnableRequest now accepts a boolean to indicate a clean image
Jason Dillaman
2020-04-23
1
-1
/
+1
*
librbd: add non-primary global image id to mirror enable
Jason Dillaman
2020-04-23
1
-0
/
+1
*
librbd: only create new mirror image state records for primary mirror snapshots
Jason Dillaman
2020-02-21
1
-2
/
+4
*
librbd: rename MirrorPrimarySnapshotNamespace to MirrorSnapshotNamespace
Jason Dillaman
2020-02-19
2
-3
/
+3
*
librbd: don't pass API data types to internal state machines
Jason Dillaman
2020-01-30
1
-1
/
+1
*
librbd: explicitly specify mode on mirror image enable
Mykola Golub
2019-12-16
2
-88
/
+6
*
librbd: store/remove image state when creating/removing mirror snapshot
Mykola Golub
2019-12-10
2
-4
/
+175
*
librbd: snapshot mirror mode
Mykola Golub
2019-12-10
2
-20
/
+108
*
test: fixup rbd tests as a side effect of reference counting
Venky Shankar
2019-11-11
2
-30
/
+26
*
include: convert FunctionContext usage to generic LambdaContext
Patrick Donnelly
2019-09-16
2
-2
/
+2
*
librbd: allow remove snapshot with child from non-existent pool
songweibin
2019-09-02
1
-0
/
+118
*
test/librbd: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
10
-52
/
+52
*
librbd: do not unblock IO prior to growing object map during resize
Jason Dillaman
2019-05-30
1
-6
/
+8
*
librbd: simplify AioCompletion reference counting for 'fail' case
Jason Dillaman
2019-05-02
1
-1
/
+0
*
librbd: avoid aggregate-initializing any static_visitor
Willem Jan Withagen
2019-03-10
1
-1
/
+1
*
librbd: keep IO blocked until after snapshot object map created
Jason Dillaman
2018-09-26
1
-2
/
+2
*
librbd: do not invalidate object map if update races with copyup
Jason Dillaman
2018-09-26
1
-2
/
+2
*
librbd: replace librbd::ParentSpec with cls::rbd::ParentImageSpec
Jason Dillaman
2018-09-19
1
-1
/
+1
*
test: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
5
-14
/
+14
*
librbd: use object map when doing snap rollback
songweibin
2018-08-14
1
-0
/
+37
*
librbd: new helper method for retrieving a single snapshot info record
Jason Dillaman
2018-07-24
1
-10
/
+0
*
librbd: switch to new object dispatcher-based cache hooks
Jason Dillaman
2018-03-07
2
-22
/
+68
*
librbd: switch to object IO requests to dispatcher interface
Jason Dillaman
2018-03-07
1
-47
/
+37
*
librbd: separated queued object IO requests from state machine
Jason Dillaman
2018-03-05
1
-2
/
+1
*
cls/rbd: store original namespace type within trash snapshot namespace
Jason Dillaman
2018-02-06
1
-1
/
+3
*
librbd: snapshot remove request now handles clone v2
Jason Dillaman
2018-02-05
1
-34
/
+359
*
rbd: Use unqualified encode/decode
Adam C. Emerson
2018-01-10
1
-3
/
+3
*
librbd: Do not instantiate TrimRequest template class
Boris Ranto
2017-12-12
1
-1
/
+0
*
librbd: refactor object write request state machines
Jason Dillaman
2017-11-16
1
-1
/
+1
*
librbd: consolidate all object discard-related logic into single state machine
Jason Dillaman
2017-11-16
1
-39
/
+27
[next]