index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
librbd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
librbd: remove special case for journal replay via writeback
Jason Dillaman
2019-04-11
7
-60
/
+35
|
*
librbd: moved object cacher writeback handler to cache sub-directory
Jason Dillaman
2019-04-11
7
-346
/
+355
*
|
Merge pull request #27446 from trociny/wip-rbd-io-simple-scheduler-improvements
Jason Dillaman
2019-04-13
2
-3
/
+24
|
\
\
|
*
|
librbd: dispatch delayed requests only if read intersects
Mykola Golub
2019-04-08
2
-3
/
+24
*
|
|
librbd: silence -Wunused-variable warnings
David Disseldorp
2019-04-11
1
-1
/
+6
|
|
/
|
/
|
*
|
Merge pull request #27357 from dillaman/wip-39021
Mykola Golub
2019-04-09
9
-414
/
+541
|
\
\
|
*
|
librbd: force a copyup object map update if migration completes
Jason Dillaman
2019-04-08
1
-0
/
+6
|
*
|
librbd: cleaned up snap/parent lock release in read-from-parent path
Jason Dillaman
2019-04-08
2
-17
/
+6
|
*
|
test/librbd: initial unit test for copyup state machine
Jason Dillaman
2019-04-08
2
-165
/
+164
|
*
|
librbd: copyup should restart delayed ops against the same object
Jason Dillaman
2019-04-08
3
-33
/
+62
|
*
|
librbd: merge copyup object map update states
Jason Dillaman
2019-04-08
2
-156
/
+137
|
*
|
librbd: refactor copyup state machine to match current code style
Jason Dillaman
2019-04-08
2
-299
/
+376
|
*
|
librbd: properly hold snap/parent locks during IO
Jason Dillaman
2019-04-08
3
-28
/
+72
|
*
|
librbd: empty IO requests should complete in new context
Jason Dillaman
2019-04-08
4
-24
/
+14
|
*
|
librbd: deep-copy object copy should register an in-flight op
Jason Dillaman
2019-04-08
2
-0
/
+12
|
*
|
librbd: deep-copy object copy should delay computing object existence
Jason Dillaman
2019-04-08
1
-1
/
+1
|
|
/
*
|
Merge pull request #27194 from trociny/wip-38661
Jason Dillaman
2019-04-09
1
-0
/
+6
|
\
\
|
*
|
librbd: do not allow to deep copy migrating image
Mykola Golub
2019-03-26
1
-0
/
+6
|
|
/
*
/
librbd: support EC data pool images sparsify
Mykola Golub
2019-04-05
1
-42
/
+212
|
/
*
Merge pull request #27136 from trociny/wip-38895
Jason Dillaman
2019-03-26
1
-1
/
+1
|
\
|
*
librbd: trash move return EBUSY instead of EINVAL for migrating image
Mykola Golub
2019-03-25
1
-1
/
+1
*
|
librbd: look for pool metadata in default namespace
Mykola Golub
2019-03-25
3
-7
/
+12
*
|
Merge pull request #27097 from tchaikov/wip-option-sv-as-keys
Kefu Chai
2019-03-24
1
-15
/
+15
|
\
\
|
|
/
|
/
|
|
*
common/config: use string_view as key when accessing settings
Kefu Chai
2019-03-22
1
-4
/
+4
|
*
common,librbd: use string_view for keys of config
Kefu Chai
2019-03-22
1
-13
/
+13
*
|
librbd: simple scheduler plugin for object dispatcher layer
Mykola Golub
2019-03-20
7
-1
/
+757
|
/
*
Merge pull request #26931 from trociny/wip-38706
Jason Dillaman
2019-03-19
3
-22
/
+23
|
\
|
*
librbd: when requeueing QOS throttled request queue it back
Mykola Golub
2019-03-15
1
-1
/
+1
|
*
common: add "requeue_back" WorkQueue method
Mykola Golub
2019-03-15
1
-3
/
+3
|
*
librbd: make flush be queued by QOS throttler
Mykola Golub
2019-03-14
3
-19
/
+20
*
|
librbd: fix typo in deep_copy::ObjectCopyRequest::compute_read_ops
Mykola Golub
2019-03-19
1
-1
/
+1
|
/
*
Merge pull request #26878 from dillaman/wip-pool-init-validation
Mykola Golub
2019-03-11
1
-0
/
+6
|
\
|
*
librbd: bypass pool validation if "rbd_validate_pool" is false
Jason Dillaman
2019-03-10
1
-0
/
+6
*
|
Merge pull request #26825 from idryomov/wip-copyup-truncate
Jason Dillaman
2019-03-11
1
-3
/
+7
|
\
\
|
|
/
|
/
|
|
*
librbd: don't do create+truncate for discards with copyup
Ilya Dryomov
2019-03-07
1
-3
/
+7
*
|
Merge PR #26660 into master
Sage Weil
2019-03-09
1
-5
/
+4
|
\
\
|
*
|
include/intarith: enforce the same type for p2*() arguments
Ilya Dryomov
2019-03-05
1
-5
/
+4
|
|
/
*
/
librbd: avoid aggregate-initializing IsWriteOpVisitor
Willem Jan Withagen
2019-03-08
1
-1
/
+1
|
/
*
Merge pull request #26683 from dillaman/wip-38500
Mykola Golub
2019-03-04
8
-82
/
+361
|
\
|
*
librbd: pool_init API now validates the pool
Jason Dillaman
2019-03-01
1
-2
/
+10
|
*
librbd: create state machine uses new validate pool state machine
Jason Dillaman
2019-03-01
4
-80
/
+19
|
*
librbd: separate pool validation into a standalone state machine
Jason Dillaman
2019-03-01
3
-0
/
+332
*
|
librbd: fix were_all_throttled() to avoid incorrect ret-value
Dongsheng Yang
2019-03-01
1
-1
/
+1
|
/
*
Merge pull request #26523 from dillaman/wip-38387
Mykola Golub
2019-02-27
1
-3
/
+11
|
\
|
*
librbd: add missing shutdown states to managed lock helper
Jason Dillaman
2019-02-25
1
-3
/
+11
*
|
Merge pull request #26622 from Songweibin/wip-fix-rbd-group
Mykola Golub
2019-02-27
1
-0
/
+1
|
\
\
|
*
|
librbd: set *image_size to 0 when getting ENOENT in rbd_group_image_list()
songweibin
2019-02-26
1
-0
/
+1
|
|
/
*
/
librbd: align discard requests to default bluestore allocation size
Jason Dillaman
2019-02-26
20
-84
/
+154
|
/
*
Merge pull request #25438 from MahatiC/wip-move-to-trash
Mykola Golub
2019-02-22
14
-425
/
+679
|
\
|
*
librbd: execute image pre-removal validation before moving image to trash
Jason Dillaman
2019-02-21
1
-1
/
+27
[prev]
[next]